[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache fails to ExecCGI properly



Apparently, on Thu, Feb 28, 2002 at 03:43:00PM -0500, Daniel Whelan wrote:
> Hey...On an a Apache (1.3.23-1) system, ExecCGIs are failing under all
> circumstances. mod_perl, mod_php, mod_jk are functioning properly.
> Similarly configured machines seem to work proplerly as well, and I've
> read over the config file several times and cannot find the problem.
> Here are some clips of interest from the config:
> 
> AddHandler cgi-script .cgi .sh
> <VirtualHost *:80>
> 	ServerName www.csit.fsu.edu
> 	DocumentRoot /home/www/csit
> 	<Directory /home/www/csit>
> 		Options FollowSymLinks ExecCGI Includes
> 		AllowOverride All
> 		Order Allow,Deny
> 		Allow From All
> 	</Directory>
> 	ErrorLog /var/log/apache/sites/www/error.log
> 	CustomLog /var/log/apache/sites/www/access.log combined
> </VirtualHost>
> 
> If anyone has any ideas, I'd appreciate the help. Thanks!
> 
Look at /var/log/apache/suexec.log. I think it's because your scripts
are outside the suexec docroot (which is /var/www/ in the Debian
packages). 



Reply to: