2024/11/24 19:36
|
× [PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。 |
2009/12/03 10:07
|
httpd2.2でwebサーバーを構築。 今回の目的は、/home/ユーザー/public_html 以下でのcgi動作の許可。 httpd.confにて、 <Directory /home/*/public_html> AllowOverride FileInfo AuthConfig Limit Options Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ExecCGI AddHandler cgi-script .cgi .pl <Limit GET POST OPTIONS> Order allow,deny Allow from all </Limit> <LimitExcept GET POST OPTIONS> Order deny,allow Deny from all </LimitExcept> </Directory> 参照ディレクトリに、.htaccessを設置。 Options +ExecCGI suexecに要注意 http://httpd.apache.org/docs/2.2/suexec.html ←要参照 PR |
|
トラックバックURL
|
忍者ブログ [PR] |