#Virtual hosts #Include conf/extra/httpd-vhosts.conf 开启就不能启动apache

#Virtual hosts
#Include conf/extra/httpd-vhosts.conf
我只要把其中任何一个开启就是吧#去掉就启动不了apache。怎么回事
error.log是这样的
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.101 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.101 for ServerName
[Thu Jun 27 23:18:08 2013] [notice] Child 4144: Exit event signaled. Child process is ending.
Warning: DocumentRoot [E:/myenvironment/apache/docs/dummy-host.somenet.com] does not exist
Warning: DocumentRoot [E:/myenvironment/apache/docs/dummy-host2.somenet.com] does not exist
Syntax error on line 47 of E:/myenvironment/apache/conf/extra/httpd-vhosts.conf:
Invalid command '\xa1\xa1\xa1\xa1\xa1\xa1\xa1\xa1ServerName', perhaps misspelled or defined by a module not included in the server configuration
[Thu Jun 27 23:18:08 2013] [warn] (OS 995)由于线程退出或应用程序请求,已放弃 I/O 操作。 : winnt_accept: Asynchronous AcceptEx failed.
[Thu Jun 27 23:18:09 2013] [notice] Child 4144: Released the start mutex
[Thu Jun 27 23:18:10 2013] [notice] Child 4144: All worker threads have exited.
[Thu Jun 27 23:18:10 2013] [notice] Child 4144: Child process is exiting
上一篇:手把手教你搭建Pytest+Allure2.X环境详细教程,生成让你一见钟情的测试报告(非常详细,非常实用)


下一篇:[Linux]使用Clang实现代码静态分析