Apacheのユーザーディレクトリの設定・・ひさしぶりw
ここんとこずっとnginxしてたんですが、久々にApache使いました。
で、ユーザーディレクトリの設定。。
そうそう、例の「http://hoge.com/~kumasan/index.html」なやつです(^^;
/etc/httpd/conf/httpd.confを修正します
UserDir disable
UserDir enabled toshisan ←これを追加
#
# To enable requests to /~user/ to serve the user’s public_html
# directory, remove the “UserDir disable” line above, and uncomment
# the following line instead:
#
UserDir public_html ←コメントを消す
Apache再起動します。
# /etc/rc.d/init.d/httpd restart
ユーザー環境を整備します。
public_htmlを作成します。
permissionを701に変更します。
/home/kumakake
/home/kumakake/public_html
これで終了です(^^)