On Thu, 31 Aug 2000, Bakki Kudva wrote:

> I recently upgraded to perl5.6 and added php4 to my apache server. I
> don't know what I did wrong but I am getting the following errors.
> If I do a httpd -l I get...
> 
> suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec

your copy of suexec is most likely installed in another location. Either
that or there are some sanity checks that your binary is
failing... in either case, for mod_php and mod_perl it doesn't
matter -- suexec is only for mod_cgi stuff.

> Also I cannot browse anything in htdocs becuase I get a "You don't have
> permission to access / on this server." and the error log contains..
> 
> 192.168.0.252 - - [31/Aug/2000:17:13:35 -0400] "GET / HTTP/1.0" 403 279
> 
> Where do I start to look for this permissions problem? The htdocs looks
> is owned by 'nobody'.

and nobody's home directory is probably more 0700 and the webserver is
running as "httpd" or vice-versa? The _error_ log would show the problem.
You have quoted the access log.


Reply via email to