cooc123 发表于 2011-11-28 16:07:41

apache 配置问题

httpd-vhosts.conf


# http://www.PHPnow.org
# filename: httpd-vhosts.conf


    AllowOverride All
    Order allow,deny
    Allow from all


NameVirtualHost *


    DocumentRoot ../htdocs
    ServerName default:80
    ErrorLog logs/default-error_log


/*

   
      Options -Indexes FollowSymLinks
   
    DocumentRoot "D:/work/php/gzmygs"
    ServerName 192.168.1.119
    ErrorLog logs/192.168.1.119:9099-error_log

*/
注释掉的apache 就可以启动了,这段代码有什么问题呢?

zyzit 发表于 2011-11-28 16:17:24

从来不用这玩意,听说很烂

linginfanta 发表于 2011-11-28 16:18:04

用nginx 吧。

cooc123 发表于 2011-11-28 16:21:33

ErrorLog logs/192.168.1.119:9099-error_log

这个处问题了

win环境 没办法,公司只用apache

192.168.1.119:9099-error_log 不能用冒号。

dotww 发表于 2011-11-28 16:28:32

9099有监听吗?

cooc123 发表于 2011-11-28 16:30:35

原帖由 dotww 于 2011-11-28 16:28 发表
back.gif

9099有监听吗?

有,,我3楼说了,日志文件名出问题了,其他没啥问题
页: [1]
查看完整版本: apache 配置问题