發表文章

目前顯示的是有「wamp」標籤的文章

WAMP 的 Apache Alias 權限問題(AH01630 ERROR)

* WAMP 的 Apache Alias 權限問題(AH01630 ERROR) 在目前版本的 WAMPServer 2.5 上面,其中的 Apache Alias 建立時,如果你使用預設的方式建立 Alias 設定檔,在重新載入後會產生權限錯誤。這問題的原因是 WAMP 把 Apache 更新到 2.4 以後的最新版本了,但是原本產生的 Alias 程式還是停溜在舊版本的設定值。 修正方法,請設定針對 Apache 2.4 以後的語法支援即可。 Alias /pma/ "C:/wamp/apps/pma/"    Options Indexes FollowSymLinks MultiViews    AllowOverride all       Require local         Order Deny,Allow  Deny from all  Allow from localhost ::1 127.0.0.1 錯誤訊息類似這樣: [authz_core:error] [pid 5600:tid 832] [client 127.0.0.1:49226] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/res/ 延伸閱讀請參考: http://stackoverflow.com/questions/18392741/apache2-ah01630-client-denied-by-server-configuration