关于solaris下apache的启动问题
我用的是solaris 10 下自带的apache服务。
使用启动命令:
/etc/init.d/apache start
显示的是httpd could not be started
并且在error_log里面就增加了一句
mod_unique_id:unable to gethostbyname("xxx")
希望各位大侠给予解答,谢谢~
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
more /etc/init.d/apache
check CONF_FILE=
不是很懂,希望能仔细解答一下
你看看启动脚本
里面有配置文件是什么,看那个配置文件。
自带的请用svc管理
svcs -a|grep apache
还有,检查下/etc/apache/httpd.conf里关键一行 hostname
默认的httpd.conf是无法启动的。
Configure Apache2
1. first login system as Root ( Console Mode )
2. make a copy from /etc/apache2/httpd.conf-example to /etc/apache2/httpd.conf
# cp /etc/apache2/httpd.conf-example /etc/apache2/httpd.conf
3. edit file /etc/apache2/httpd.conf
setup you information for ServerName, default value is 127.0.0.1
and ServerAdmin set a e-mail address.
4. command to enable Apache
# svcadm enable apache2
Web site document path in /var/apache2/htdocs