ユーザーディレクトリに public_html ディレクトリがあることが前提です。 ※ CGIは専用のディレクトリcgi-binのみで動作するようにします。 ※ 自動で作るにはユーザーの追加を参照 ※ /home/ユーザー名/public_html # vi /etc/httpd/conf/httpd.conf ← 設定ファイル編集 #UserDir public_html ← 先頭の# を削除 ↓ UserDir public_html #<Directory /home/*/public_html> # AllowOverride FileInfo AuthConfig Limit # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec # <Limit GET POST OPTIONS PRO