装了apache ,httpd.conf几乎还没有修改,运行httpd出错:

由 chinadoudou 在 10-11-2002 17:51 发表:

装了apache ,httpd.conf几乎还没有修改,运行httpd出错:

httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80

no listening sockets available, shutting down

Unable to open logs

在本机上 http://localhost/ 可以访问默认页,其他机子访问不到。。

另外,怎么使httpd随系统启动?加入守护进程行列怎么做?

刚学这个,请多指教~


由 bulin 在 10-11-2002 18:31 发表:


在shell中运行setup选择system,然后选中httpd.也可以按如下操作:

系统启动时加载apache

cp /usr/local/apache/bin/apachectl /etc/rc.d/init.d/httpd

cd /etc/rc.d/rc3.d

ln -s ../init.d/httpd S80httpd


由 chinadoudou 在 10-11-2002 18:58 发表:

ln -s ../init.d/httpd S80httpd里面的S80是什么意思?

谢谢!


由 sd44 在 10-12-2002 05:14 发表:


开机程序的运行级别

另外,修改你的ht

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus