免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1917 | 回复: 2
打印 上一主题 下一主题

[Web] apache2的设置问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-05-02 23:53 |只看该作者 |倒序浏览
  1. NameVirtualHost *
  2. <VirtualHost *>
  3.         ServerAdmin webmaster@localhost
  4.         DocumentRoot /home/yagas/webroot/

  5.         <Directory /home/yagas/webroot/>
  6.                 Options Indexes FollowSymLinks MultiViews
  7.                 AllowOverride None
  8.                 Order allow,deny
  9.                 allow from all
  10.         </Directory>

  11.         #ErrorLog /var/log/apache2/error.log
  12.         #LogLevel warn

  13.         #CustomLog /var/log/apache2/access.log combined
  14.         #ServerSignature On
  15. </VirtualHost>
复制代码

这样写有错误吗?为什么每回都是

  1. yagas@ubuntu8:/$ /etc/init.d/apache2 start
  2. open: Permission denied
  3. * Starting web server apache2                                                  apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
  4. (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
  5. no listening sockets available, shutting down
  6. Unable to open logs
  7. open: Permission denied
  8.                                                                          [fail]
复制代码

论坛徽章:
0
2 [报告]
发表于 2008-05-03 01:01 |只看该作者
写的很清楚,could not bind to address 0.0.0.0:80,你要把NameVirtualHost *改成NameVirtualHost *:80

论坛徽章:
0
3 [报告]
发表于 2008-05-04 09:48 |只看该作者
open: Permission denied
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP