- 论坛徽章:
- 0
|
我的apache怎么不能用cgi ?
我的系统是REDHAT8.0
<Directory "/var/www/cgi-bin">;
AllowOverride None
Options ExecCGI <----------加上了这句
Options None
Order allow,deny
Allow from all
</Directory>;
运行CGI测试通过了,可是运行其他CGI就出500错误
所有的*.cgi和目录全是777了啊!!!!!!!!!!!!!
所有的*.cgi和目录全是777了啊!!!!!!!!!!!!!
Server error!
The server encountered an internal error and was unable to complete your request.
Error message:
Premature end of script headers: install.cgi
If you think this is a server error, please contact the webmaster
Error 500
www.domain.com
Fri Sep 26 14:46:35 2003
Apache/2.0.40 (Red Hat Linux) |
|