- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Linux/アプリ/Plesk へ行く。
- 1 (2010-01-31 (日) 13:26:17)
Plesk
ウェブサイト(ヴァーチャルホスト)固有の設定をする
cd /home/httpd/vhosts/example.com/conf cat > vhost.conf Alias /test /some/where (CTRL+D) /usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=example.com /etc/init.d/httpd restart
vhost.confはhttpd.includeの<VirtualHost></VirtualHost>内でインクルードされる。