## ## access.conf -- Apache HTTP server configuration file ## # # This is the default file for the AccessConfig directive in httpd.conf. # It is processed after httpd.conf and srm.conf. # # To avoid confusion, it is recommended that you put all of your # Apache server directives into the httpd.conf file and leave this # one essentially empty. # # 各ユーザーディレクトリの指定 # この設定だと、/home/[ユーザー名]/public_html ディレクトリに置かれたのが # http://[サーバー名]/~[ユーザー名]/ の場所で見れる。 # 例) http://mettice.dyn.to/~mettice/ # 拒否より承認を優先 Order allow,deny # すべてからの接続を承認 Allow from all # ExecCGI ・・・ このディレクトリでの cgi の実行を許可 # FollowSysLinks ・・・ このディレクトリからシンボリックの参照を許可 Options ExecCGI FollowSymLinks