忍者ブログ
個人的メモ
[13]  [12]  [11]  [10]  [9]  [8]  [7]  [6]  [5]  [4]  [3
 [PR]
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

環境:Debian6
ドメイン:www.example.com
ドキュメントルート:/var/www/www.example.com
 

ドキュメントルートのディレクトリを作成
# mkdir /var/www/www.example.com

www.example.com」ファイルを新規作成する。
# vi /etc/apache2/sites-available/www.example.com

--------------------------------------------------------------------------------
<VirtualHost *:80>
        ServerName www.example.com
        ServerAdmin webmaster@localhost

        DocumentRoot /var/www/www.example.com
        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>
        <Directory /var/www/www.example.com>
                #Options Indexes FollowSymLinks MultiViews
                Options FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        <Directory "/usr/lib/cgi-bin">
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        </Directory>

        ErrorLog ${APACHE_LOG_DIR}/www.example.com.error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog ${APACHE_LOG_DIR}/www.example.com.access.log combined

</VirtualHost>
--------------------------------------------------------------------------------

サイトを有効にする
# a2ensite www.example.com

設定をリロード
# /etc/init.d/apache2 reload
 

拍手[0回]

PR
この記事にコメントする
お名前
タイトル
文字色
メールアドレス
URL
コメント
パスワード   Vodafone絵文字 i-mode絵文字 Ezweb絵文字
この記事へのトラックバック
この記事にトラックバックする:
 カレンダー 
03 2024/04 05
S M T W T F S
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
 フリーエリア 
 最新CM 
[01/10 ggiptipxer]
[01/10 jdalsxpnie]
[01/10 qlddbgskvu]
[01/08 vie7vvic7r0]
[01/06 mlq6opvq6y1]
 最新TB 
 プロフィール 
HN:
384氏
年齢:
47
性別:
男性
誕生日:
1976/08/07
 バーコード 
 ブログ内検索 
 P R 

Template by ららららいふ / Material by 素材くん「無料WEB素材屋」

忍者ブログ [PR]