揮発性のメモ2

知識をメモ書きしておく

2009-09-15から1日間の記事一覧

/etc/apache2/sites-available/default

<Directory /> Options FollowSymLinks # AllowOverride None AllowOverride ExecCGI </Directory>Illegal override option ExecCGI failed!AllowOverrideは使えないので <Directory /home/hoge/www> Options +ExecCGI </Directory>