按照INSTALL.web里面的 make -C nju09 install 后
重启了httpd服务,却只能看到html目录下的文件
访问html目录下的login.htm目录,却提示说
You don't have permission to access /login.htm on this server
http的error.log是这样的提示
[Thu Feb 17 19:21:55 2005] [error] [client 127.0.0.1] Premature end
of script headers: /var/www/cgi-bin/www
[Thu Feb 17 19:40:28 2005] [error] [client 127.0.0.1] Options
ExecCGI is off in this directory: /var/www/html/login.htm
该怎么办啊?用的是apache 1.3.23 版本
RewriteEngine on
RewriteRule ^/mybbs(.*)/bbschat(.*) /cgi-bin/www/bbschat [PT]
RewriteRule ^/mybbs(.*)$ /cgi-bin/www [PT]
RewriteRule ^/$ /cgi-bin/www [PT]
我没有更改bbsconfig文件里面的内容,LAST_SMAGIC=mybbs
多谢了
--
FROM 218.17.73.*