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
. Chiasson" <[EMAIL PROTECTED]>
To: "Eric Martin" <[EMAIL PROTECTED]>
Cc:
Sent: Monday, August 22, 2005 2:17 PM
Subject: Re: [mp2] 'make test' error--cannot start server: httpd ()
does not exist
Eric Martin wrote:
1. Just installed gcc-3.4.4, perl-5.8.7
Eric Martin wrote:
> 1. Just installed gcc-3.4.4, perl-5.8.7, apache-2.0.54 on a clean
> installation of Solaris 10. gcc, perl, and apache went in without a
> hitch. About 70 perl modules also installed without failure using the
> new gcc/perl.
>
>
> 2. I then proceed to do: 'perl Makefile.PL
>
1. Just installed gcc-3.4.4, perl-5.8.7, apache-2.0.54 on a clean
installation of Solaris 10. gcc, perl, and apache went in without a hitch.
About 70 perl modules also installed without failure using the new gcc/perl.
2. I then proceed to do: 'perl Makefile.PL
MP_APXS=/usr/local/apache2/bin/