web サーバーを起動すると、error_log が表示されます
[Wed May 16 03:48:53.027372 2012] [lbmethod_heartbeat:notice] [pid 1114:tid 3075385024] AH02282: No slotmem from mod_heartmonitor
[Wed May 16 03:48:53.028312 2012] [mpm_event:notice] [pid 1114:tid 3075385024] AH00489: Apache/2.4.2 (Unix) configured -- resuming normal operations
[Wed May 16 03:48:53.028351 2012] [core:notice] [pid 1114:tid 3075385024] AH00094: Command line: '/usr/local/apache2/bin/httpd'
アパッチ構成:
# ./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-deflate --enable-proxy --enable-proxy-balancer --enable-proxy-http --with-included-apr
Forbidden You don't have permission to access / on this server エラーが表示されます
これは error_log で生成されたエラーです
[Wed May 16 03:49:20.116317 2012] [authz_core:error] [pid 5015:tid 2946440000] [client 127.0.0.1:59386] AH01630: client denied by server configuration: /home/gowtham/webSites/ferry/
このエラーは lbmethod_heartbeat:notice によるものですか??
または、DocumentRoot ディレクトリに権限の構成ミスがありますか?? しかし、ディレクティブの構成は動作中の Web サーバーから取得されるため、ブロックに間違いはないと思います。N 私も与えてみました
chown -R [apache_user:apache:group] /home/Necktwi/webSites/ferry
/home/Necktwi は chmod -R 766 を取得しました
ありがとう