当前位置: 代码迷 >> CGI >> linux上简单的.cgi程序的运行出错了
  详细解决方案

linux上简单的.cgi程序的运行出错了

热度:522   发布时间:2012-12-14 10:33:08.0
linux下简单的.cgi程序的运行出错了
在火狐浏览器输入  http://127.0.0.1/cgi-bin/study/hello.cgi
Not Found。
The requested URL /cgi-bin/study/hello.cgi was not found on this server.

今天在网上下载httpd-2.2.21.tar,在linux下安装后 apache 无法被chkconfig 识别!httpd能正常使用!


菜鸟求解!


------解决方案--------------------
额,问题得到解决,新装的apache和原来版本的有冲突,删除一个可以正常使用了