Comments on Apache2-Frontpage2002-Howto
Author: Joshua Levitsky Installation Instructions Installation on a Fedora Core 1 box: Mandrake instructions can be found here; http://www.newwebsite.com/mandrake.html and Red Hat 9 instructions are located at John Spencer's site. (Note that John Spencer's instructions were used to create the Fedora documentation here.)
2 Comment(s)
Comments
Hi, I just wanted to let anyone that is reading this to know that John Spencer no longer owns the domain johnspencer.info.
The correct URL is http://www.johnspencer.org.uk/LinuxTutorials/linux_tutorials.htm
I hope that helps,
Jordan Cronin <cronin3_2_2 <> hotmail <> com>
Hi,
very nice and clear howto.
I just want to add a comment for FC4 users: this installation seems to work fine, you can access the admin pages, but when you want to administer a frontpage web:
http://dummysite.com/_vti_bin/_vti_adm/fpadmcgi.exe?page=webadmin.htm
you receive a "page not found error".
Apache errorlog shows:
======= Memory map: ========
[Thu Jul 14 13:50:10 2005] [notice] child pid 30011 exit signal Aborted (6)
You need to edit:
usr/local/frontpage/version5.0/apache2/mod_fpcgid.c, line 1069
and change:
char szBuf[10];Then rerun apxs and recreate mod_frontpage.so
to
char szBuf[12];
${httpd_root}/bin/apxs -c mod_frontpage.c mod_fpcgid.c
${httpd_root}/bin/apxs -i -a -n frontpage ./mod_frontpage.la
I found this solution on ready to run faq:
http://www.rtr.com/fpsupport/faq2002dso.htm