Ubuntu で http サーバを立てる手順。
1. apache2 を apt-get でインストールします。
# apt-get install apache2
2. ~/public_html を使えるように userdir モジュールを有効にします。
http://HTTP_SERVER_ADDRESS/~USER_NAME/ で、ユーザのページを参照可能にします。
# a2enmod userdir Module userdir installed; run /etc/init.d/apache2 force-reload to enable.
3. apache を再起動します。
# /etc/init.d/apache2 restart * Restarting web server apache2
● httpd, apache, public_html, userdir, http サーバ, Web サーバ, http server, Web server
0 件のコメント:
コメントを投稿