Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by Anonymous (not registered) on Fri, 2006-04-07 15:42.

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];
to
char szBuf[12];
Then rerun apxs and recreate mod_frontpage.so
${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

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.