a198107 2013-11-06 12:44 采纳率: 50%
浏览 2741
已采纳

php在配置apache虚拟主机时启动虚拟主机配置后就无法启动apache

在httpd.conf 配置虚拟主机:

Virtual hosts ,虚拟主机

Include conf/extra/httpd-vhosts.conf
将上一句Include这句话打开后,apache就无法启动了,而且其他的配置都检查了,没有问题。
查看了error.log (部分log)是这样的:
Starting the Apache2.2 service
The Apache2.2 service is running.
rmine the server's fully qualified domain name, using 113.57.80.135 for ServerName
[Fri Sep 27 15:21:59 2013] [notice] Apache/2.2.14 (Win32) configured -- resuming normal operations
[Fri Sep 27 15:21:59 2013] [notice] Server built: Sep 28 2009 22:41:08
[Fri Sep 27 15:21:59 2013] [notice] Parent: Created child process 2036
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 113.57.80.135 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 113.57.80.135 for ServerName
[Fri Sep 27 15:22:00 2013] [notice] Child 2036: Child process is running
[Fri Sep 27 15:22:00 2013] [notice] Child 2036: Acquired the start mutex.
[Fri Sep 27 15:22:00 2013] [notice] Child 2036: Starting 64 worker threads.

[Fri Sep 27 15:22:00 2013] [notice] Child 2036: Starting thread to listen on port 80.
[Fri Sep 27 15:46:37 2013] [notice] Parent: Received restart signal -- Restarting the server.
[Fri Sep 27 15:46:37 2013] [notice] Child 2036: Exit event signaled. Child process is ending.

  • 写回答

1条回答

  • franzhong 2013-11-08 01:54
    关注

    虚拟主机不是你这样配的吧
    基础的localhost能进行吧(httpd-vhosts.conf)

    <VirtualHost *:8081>
        ServerAdmin localhost:8081
        DocumentRoot "D:/xampp/htdocs/myTestFolder"
        ServerName abc.com
        ServerAlias www.abc.com
        ErrorLog "logs/dummy-host2.localhost-error.log"
        CustomLog "logs/dummy-host2.localhost-access.log" combined
    </VirtualHost>
    

    类似添加以上内容,另外用非80端口要添加Listen port检查是否开启netstat -an
    (host文件添加映射)
    apache 需重启

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!