Yanor.net/
Wiki
Blog
GitHub
Sandbox
開始行:
* Plesk [#web8fe33]
** ウェブサイト(ヴァーチャルホスト)の作成 [#e1ce5a1d]
- 「クライアント」の「新しいクライアントアカウント」でク...
- 「ドメイン」の「新しいドメインの追加」でウェブサイトを...
- /home/httpd/vhosts/example.com/にファイルができる。
** ウェブサイト(ヴァーチャルホスト)固有の設定をする [#e...
cd /home/httpd/vhosts/example.com/conf
cat > vhost.conf
Alias /test /some/where
(CTRL+D)
/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost ...
/etc/init.d/httpd restart
- vhost.confはhttpd.includeの<VirtualHost></VirtualHost>...
- http://support.clara.jp/clarafaq/index.php?action=artik...
終了行:
* Plesk [#web8fe33]
** ウェブサイト(ヴァーチャルホスト)の作成 [#e1ce5a1d]
- 「クライアント」の「新しいクライアントアカウント」でク...
- 「ドメイン」の「新しいドメインの追加」でウェブサイトを...
- /home/httpd/vhosts/example.com/にファイルができる。
** ウェブサイト(ヴァーチャルホスト)固有の設定をする [#e...
cd /home/httpd/vhosts/example.com/conf
cat > vhost.conf
Alias /test /some/where
(CTRL+D)
/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost ...
/etc/init.d/httpd restart
- vhost.confはhttpd.includeの<VirtualHost></VirtualHost>...
- http://support.clara.jp/clarafaq/index.php?action=artik...
ページ名: