当前位置: 技术问答>linux和unix
apache启动不了???
来源: 互联网 发布时间:2015-03-25
本文导语: http://www.apache.org下载了httpd-2.0.46.tar.gz 然后:tar -xzvf httpd-2.0.46.tar.gz 生成文件夹:httpd-2.0.46 进入此文件夹后:./configure 然后编译:make 安装:make install 可以看到:/usr/local/apache2/bin/ 进入那个文件夹后:apachect1 start ...
http://www.apache.org下载了httpd-2.0.46.tar.gz
然后:tar -xzvf httpd-2.0.46.tar.gz
生成文件夹:httpd-2.0.46
进入此文件夹后:./configure
然后编译:make
安装:make install
可以看到:/usr/local/apache2/bin/
进入那个文件夹后:apachect1 start
提示:没有那个文件夹或目录
我到X下,运行程序,选中那个apachect1,运行没有反应。
WHY???
我用的是red hat linux 9
然后:tar -xzvf httpd-2.0.46.tar.gz
生成文件夹:httpd-2.0.46
进入此文件夹后:./configure
然后编译:make
安装:make install
可以看到:/usr/local/apache2/bin/
进入那个文件夹后:apachect1 start
提示:没有那个文件夹或目录
我到X下,运行程序,选中那个apachect1,运行没有反应。
WHY???
我用的是red hat linux 9
|
其实你应该在Configure的时候就指定路径的位置,比如说--prefix=...
如果你已经装上了,可以用find / -name apachectl -print来找找看
或者试试whereis apachectl
尽量不要用X做配置
如果你已经装上了,可以用find / -name apachectl -print来找找看
或者试试whereis apachectl
尽量不要用X做配置
|
可能是httpd.conf配置不正确,看看httpd.conf里面的ip,和主机名对不对?
|
进入那个目录了吗?
那该在命令符下搭
/usr/local/apache2> ./apachectl start
?
那该在命令符下搭
/usr/local/apache2> ./apachectl start
?