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
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
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
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