【发布时间】:2014-12-30 12:27:57
【问题描述】:
我目前正在关注this toturial,试图将 Dropbox 中的文件夹用作我的 htdocs 文件夹。当我更改这些行时:
DocumentRoot "C:/xampp/htdocs"
<Directory "C:/xampp/htdocs">
到
DocumentRoot "C:/Users/Håvard/Dropbox/web"
<Directory "C:/Users/Håvard/Dropbox/web">
我收到以下错误:
19:39:52 [Apache] Error: Apache shutdown unexpectedly.
19:39:52 [Apache] This may be due to a blocked port, missing dependencies,
19:39:52 [Apache] improper privileges, a crash, or a shutdown by another method.
19:39:52 [Apache] Press the Logs button to view error logs and check
19:39:52 [Apache] the Windows Event Viewer for more clues
19:39:52 [Apache] If you need more help, copy and post this
19:39:52 [Apache] entire log window on the forums
由于 Skype 使用相同的端口,我之前遇到过这个错误,但这次不是这样。我确实相信它与我的“Håvard”-用户名中的字母“å”有关......我尝试将路径更改为没有我的用户名的东西,这有效..
有人知道这封信是否与关闭有关,是否:有什么解决办法吗?
【问题讨论】:
-
"Press the Logs button to view error logs and check the Windows Event Viewer for more clues" -
文件是空的,里面什么也没说
标签: apache xampp httpd.conf