「ぎょーむ日誌」目次に戻る | KuboWeb top に戻る | twilog | atom

ぎょーむ日誌 2006-10-08

苦情・お叱りは, たいへんお手数かけて恐縮ですが, 久保 (kubo@ees.hokudai.ac.jp) までお知らせください.

2006 年 10 月 08 日 (日)

LoadModule suexec_module modules/mod_suexec.so
...

    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ExecCGI FollowSymLinks
...
DirectoryIndex index.html index.htm index.shtml index.php index.cgi
...
LanguagePriority ja en da nl et fr de el it kr no pl pt pt-br ltz ca es sv tw
...
AddDefaultCharset none
...
NameVirtualHost 133.50.216.137
# ---------------------------------------------------------------
# VirtualHost 1: hosho.ees.hokudai.ac.jp
<VirtualHost 133.50.216.137>
    ServerAdmin ???@ees.hokudai.ac.jp
    DocumentRoot /home/ecosyst/public_html/
    ServerName hosho.ees.hokudai.ac.jp
    ErrorLog /var/log/httpd/error_log
    CustomLog /var/log/httpd/access_log combined
    UserDir public_html
</VirtualHost>
# ---------------------------------------------------------------
# VirtualHost 2: jes.ees.hokudai.ac.jp
<VirtualHost 133.50.216.137>
    ServerAdmin ???@ees.hokudai.ac.jp
    DocumentRoot /home/jes51/jes_html/
    ServerName jes.ees.hokudai.ac.jp
    ErrorLog /var/log/httpd_jes/error_log
    CustomLog /var/log/httpd_jes/access_log combined
    UserDir disable
    # ここに後述する mod_rewrite 設定が入る
</VirtualHost>
# ---------------------------------------------------------------
# VirtualHost 3: ecology.ees.hokudai.ac.jp
<VirtualHost 133.50.216.137>
    ServerAdmin ???@ees.hokudai.ac.jp
    DocumentRoot /home/ecology/public_html/
    ServerName ecology.ees.hokudai.ac.jp
    ErrorLog /var/log/httpd/error_log
    CustomLog /var/log/httpd/access_log combined
    UserDir disable
</VirtualHost>
# ---------------------------------------------------------------
# ---------------------------------------------------------------
# VirtualHost 2: jes.ees.hokudai.ac.jp
<VirtualHost 133.50.216.137>
    ...
    RewriteEngine on
    RewriteRule ^/jes50/(.*)$ http://www.esj.ne.jp/meeting/50/$1 [R=301,L] 
    RewriteRule ^/(.*)$ http://www.esj.ne.jp/meeting/51/$1 [R=301,L] 
</VirtualHost>
# まあ RewriteRule 設定するなら他の設定はいらないんだろうけど
# ---------------------------------------------------------------
ikura
[まずは写真撮影]
昨日の家内性手工業でつくられたイクラ. 「これは売りものになるかもっ!」 とのことで, ぎょーむ日誌で宣伝するよう命じられた.


KuboLog | KuboWeb