Re: Fw: [mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Philippe M. Chiasson
Eric Martin wrote: >>> Note: chowning the entire apache tree to nobody:nobody still causes the >>> "httpd () does not exist" error in mod_perl 2. >> >> >> Have you tried >> >> $> su - nobody >> $> stat /usr/local/stow/apache-2.0.54/apache2/bin/httpd >> >> ? > > > 'stat' command? Try ls instead t

Re: Fw: [mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Eric Martin
Note: chowning the entire apache tree to nobody:nobody still causes the "httpd () does not exist" error in mod_perl 2. Have you tried $> su - nobody $> stat /usr/local/stow/apache-2.0.54/apache2/bin/httpd ? 'stat' command? Did I mention the machine is a vanilla Solaris 10 host? I suspect n

Re: Fw: [mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Philippe M. Chiasson
Eric Martin wrote: > Well, the suexec mechanism seems to be working OK: > > # ps -ef | grep httpd > nobody 28220 28219 0 14:38:25 ? 0:00 > /usr/local/stow/apache-2.0.54/apache2/bin/httpd -k start > nobody 28225 28219 0 14:38:26 ? 0:00 > /usr/local/stow/apache-2.0.54/apach

Fw: [mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Eric Martin
Well, the suexec mechanism seems to be working OK: # ps -ef | grep httpd nobody 28220 28219 0 14:38:25 ? 0:00 /usr/local/stow/apache-2.0.54/apache2/bin/httpd -k start nobody 28225 28219 0 14:38:26 ? 0:00 /usr/local/stow/apache-2.0.54/apache2/bin/httpd -k start root