AWS のはじめ方 | アマゾン ウェブ サービス (AWS 日本語)
公式の「はじめてのアマゾンクラウド 5」のリンクまちがってるよね?
Setting Apache
参考サイト
設定は何を手本にすればよいのやら...
[/etc/apache2/conf.d/security]
ServerTokens Prod # ServerTokens OS : ServerSignature Off # ServerSignature On : TraceEnable Off #TraceEnable On
[/etc/apache2/mods-enabled/dir.conf ]
<IfModule mod_dir.c>
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm #default
</IfModule>
[/etc/apache2/mods-enabled/mime.conf]
:
#AddHandler cgi-script .cgi #default
:
[/etc/apache2/sites-available/default]
- 一応バックアップなど
- cp default default_bak
: ServerAdmin webmaster@localhost #default : <Directory /var/www/> # Options Indexes FollowSymLinks MultiViews # Indexes あると index.html がない場合、ディレクトリを表示するので削除 Options FollowSymLinks MultiViews AllowOverride None # All?