rgi*_*gin 5 html php apache config wampserver
使用 wampserver 并收到此错误:
父级:收到关闭信号--正在关闭服务器。
谷歌似乎没有任何有效的解决方案。有任何想法吗?
[Mon Jul 25 19:07:02 2011] [warn] NameVirtualHost *:80 has no VirtualHosts
[Mon Jul 25 19:07:02 2011] [notice] Child 5828: Child process is running
[Mon Jul 25 19:07:02 2011] [notice] Child 5828: Acquired the start mutex.
[Mon Jul 25 19:07:02 2011] [notice] Child 5828: Starting 64 worker threads.
[Mon Jul 25 19:07:02 2011] [notice] Child 5828: Starting thread to listen on port 80.
[Mon Jul 25 19:07:40 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Jul 25 19:07:40 2011] [notice] Child 5828: Exit event signaled. Child process is ending.
[Mon Jul 25 19:07:41 2011] [notice] Child 5828: Released the start mutex
[Mon Jul 25 19:08:05 2011] [notice] Child 5828: All worker threads have exited.
[Mon Jul 25 19:08:05 2011] [notice] Child 5828: Child process is exiting
[Mon Jul 25 19:08:05 2011] [notice] Parent: Child process exited successfully.
Run Code Online (Sandbox Code Playgroud)
查看 Apache 错误日志。
当另一个用户关闭多用户服务器时,几乎总是会发生此错误。Apache 错误日志会告诉您发生了什么,以便我们在出现其他问题时提供帮助。
编辑
试试这个 - 转到C:\WINDOWS\System32\drivers\etc并确保hosts文件中有以下内容:
127.0.0.1 localhost
Run Code Online (Sandbox Code Playgroud)
重新启动 WAMP,看看是否有任何变化。