Apache
出自Ahliu Wiki
[編輯] 甚麼是Apache
係咁易寫幾句o既o者...我想講o既係Apache HTTPD, 係web server的一種
[編輯] Client denied by server configuration
Access denied通常係炒Apache的directory security, Apache 2.2.x default將個「/」set到restrictive:
Options FollowSymLinks AllowOverride None Order deny,allow Deny from all Satisfy all
改返做:
Options FollowSymLinks AllowOverride None Order allow,deny Allow from all Satisfy all
或者comment左成抽野就得
