mart-dev,

You might consider adding User and Group directives to the conf/httpd.conf
file that you create. I was getting this error in logs/error_log:

[Wed Jun 13 11:45:37 2007] [alert] getpwuid: couldn't determine user name
from uid 4294967295, you probably need to modify the User directive

And I couldn't start httpd. Adding:

User www
Group www

To Biomart's httpd.conf file fixed that. Apache's own httpd.conf had the
directives but this doesn't seem to matter.

Brian O.


Reply via email to