設定されていない時のエラー
Forbidden You don't have permission to access AH01630: client denied by server configuration
/var/www/html
や
~ユーザー名/Public_html 配下
以外のディレクトリでは
該当の
<Direcoty /path/to/dir>~</Directory>
の中に
Apache 2.2x Order allow,deny Allow from all
Apache.2.4x Require all granted
の記述が必要。
また、必要に応じて<VirtualHost>~</VirtualHost>
の間を記述し、URLでアクセスできるようにしておく。
ScriptAlias /Webで公開するディレクトリ/ /サーバ上の実パス/
