[NTLUG:Discuss] Stupid Apache CGI question...
    Stuart Johnston 
    saj at thecommune.net
       
    Mon Jul  9 15:51:56 CDT 2007
    
    
  
Jeff wrote:
> Nope...Disabled SELinux since this box is internal access only and it 
> doesn't have to be uber secure.
> 
> I'm not using a cgi-bin directory either...
Do you have ExecCGI enabled as MadHat originally suggested?
<Directory /var/www/>
     Options Indexes FollowSymLinks MultiViews ExecCGI
     AllowOverride None
     Order allow,deny
     allow from all
</Directory>
    
    
More information about the Discuss
mailing list