|
发表于 2005-11-13 21:09:21
|
显示全部楼层
进入Apache服务器后,单击“module configuration”,将以下项改为:
Apache server root directory ---------> /etc/apache2
Path to httpd executable ---------> /usr/sbin/apache2
Command to start apache ---------> /etc/init.d/apache2 start
Command to stop apache ---------> /etc/init.d/apache2 stop
Path to httpd.conf ---------> /etc/apache2/apache2.conf
另外有几个配置文件的路径就不用改了,因为没有用。 |
|