能帮我看看吗
很着急的阿
以前按照下面的安装web都没有错
现在不知道怎么回事就是装不上呢
下面是我的安装步骤,如果有错误的话请大家纠正.
我用的系统是7.3
web安装部分
#rpm -qa apache-devel
#make -C software/apache_modules
修改etc/httpd/conf/httpd.conf
把httpd.conf里面的User和Group修改为bbs的用户和组
DocumentRoot改为自己的安装html的安装路径(/home/bbs/html)
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
改为我自己的安装httpd路径(/home/bbs/httpd)
<Directory "/var/www/html">
改为
<Directory "/home/bbs/html">
5.
<Directory "/var/www/html">
改为
<Directory "/home/bbs/html">
最后加上FastRWEnigne on
然后重起apache
#make -C nju09 install
完成之后就无法显示web
只是显示
NOT FOUND
The requested URL /cgi-bin/www was not found on this server
Apache/1.3.23 Server at localhost.localdomain Port 80
--
FROM 202.118.1.100