New problem. After building mod_frontpage.so with
apxs -i -a -c -n frontpage mod_frontpage.c

I moved the LoadModule line out of the <IfModule worker.c> section like rtr
said to do and I try to restart apache I get:
Cannot load /usr/lib/httpd/modules/mod_frontpage.so into server:
/usr/lib/httpd/modules/mod_frontpage.so: undefined symbol: fpcgid_handler

If I stays in the <IfModule worker.c> apache starts fine but when going to
the admin page the images don't show up. I tried adding MIMEMagicFile
/dev/null as rtr suggested but that did not make a difference. The error log
shows:
File does not exist: /usr/local/frontpage/version5.0/admin-exes/_vti_bin

Also with this same configuration when I add a virtual host with the same ip
address I get the default page for that virtual host instead of the
FrontPage admin page.

Its like while LoadModule is within <IfModule worker.c> its not loading the
frontpage module and not even listening on 8090. And outside <IfModule
worker.c> apache won't start.

Maybe I should just wait for you to finish the new rpm.

Floyd

----- Original Message ----- 
From: "Joshua Levitsky" <[EMAIL PROTECTED]>
To: "Apache Frontpage support list" <[EMAIL PROTECTED]>
Sent: Sunday, October 05, 2003 3:43 PM
Subject: Re: [Apache-FP] mod_fpse and RedHat 9


>
> On Oct 5, 2003, at 3:29 PM, Floyd Morrissette wrote:
>
> > apxs -i -a -c mod_frontpage.c I get:
> >
> > apxs:Error: Sorry, cannot determine bootstrap symbol name.
> > apxs:Error: Please specify one with option `-n'.
> >
>
> Modules are supposed to give up their name to apxs. I guess Frontpage
> doesn't...
>
> apxs  -i -a -c -n frontpage_module  mod_frontpage.c
>
> See if the above works. I'm not sure if -n has to be before one of the
> other switches.
>
> Do a "man apxs" and you can see the helpfile. Also I was looking at
> Apache 1.3.27's apxs so you might want to look at the man for apxs
> anyways because maybe there are other switches to use.
>
> -Josh
>
> --
> Joshua Levitsky, CISSP, MCSE
> System Engineer
> AOL Time Warner
> [5957 F27C 9C71 E9A7 274A  0447 C9B9 75A4 9B41 D4D1]
>
> _______________________________________________
> Apache-FP mailing list
> [EMAIL PROTECTED]
> http://lists.joshie.com/mailman/listinfo/apache-fp
>
> Donations:
> http://www.amazon.com/paypage/PT5LZITM9L227
>

_______________________________________________
Apache-FP mailing list
[EMAIL PROTECTED]
http://lists.joshie.com/mailman/listinfo/apache-fp

Donations:
http://www.amazon.com/paypage/PT5LZITM9L227 

Reply via email to