zoukankan      html  css  js  c++  java
  • #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 'xa1xa1xa1xa1xa1xa1xa1xa1ServerName', 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
  • 相关阅读:
    HelloWorld入门程序
    再写博客
    iOS--小结系列一
    iOS--ARC
    ios--block
    iOS--protocol
    iOS--内存管理
    指针基本概念
    ZooKeeper系列之十:ZooKeeper的一致性保证及Leader选举
    ZooKeeper系列之九:ZooKeeper API简介及编程
  • 原文地址:https://www.cnblogs.com/jthb/p/3404054.html
Copyright © 2011-2022 走看看