亚洲韩日午夜视频,欧美日韩在线精品一区二区三区,韩国超清无码一区二区三区,亚洲国产成人影院播放,久草新在线,在线看片AV色

您好,歡迎來到思海網絡,我們將竭誠為您提供優質的服務! 誠征網絡推廣 | 網站備案 | 幫助中心 | 軟件下載 | 購買流程 | 付款方式 | 聯系我們 [ 會員登錄/注冊 ]
促銷推廣
客服中心
業務咨詢
有事點擊這里…  531199185
有事點擊這里…  61352289
點擊這里給我發消息  81721488
有事點擊這里…  376585780
有事點擊這里…  872642803
有事點擊這里…  459248018
有事點擊這里…  61352288
有事點擊這里…  380791050
技術支持
有事點擊這里…  714236853
有事點擊這里…  719304487
有事點擊這里…  1208894568
有事點擊這里…  61352289
在線客服
有事點擊這里…  531199185
有事點擊這里…  61352288
有事點擊這里…  983054746
有事點擊這里…  893984210
當前位置:首頁 >> 技術文章 >> 文章瀏覽
技術文章

Apache的虛擬主機配置

添加時間:2010-11-21  添加: admin 

1.2 虛擬主機配置

首先用“記事本”程序打開“httpd.conf”配置文件。此文件存放在Apache服務器安裝路徑下的“conf”文件夾內。

一、使用 mod_vhost_alias

1.簡單的動態虛擬主機

(1)從 Host: 頭中取得服務器名字 Server Name

UseCanonicalName Off

(2)這里的日志格式,可以在將來通過第一個參數域來分隔不同的虛擬主機的日志

LogFormat "%V %h %l %u %t "%r" %s %b" vcommon
CustomLog logs/access_log vcommon

(3)在返回請求的文件名的路徑中包含進服務器名字: server name

VirtualDocumentRoot /www/hosts/%0/docs
VirtualScriptAlias /www/hosts/%0/cgi-bin

2.更為有效的基于 IP 地址的虛擬主機

(1)從 IP 地址反解析得到服務器名字(server name)

UseCanonicalName DNS

(2)在日志中包含 IP 地址,便于后續分發

LogFormat "%A %h %l %u %t "%r" %s %b" vcommon
CustomLog logs/access_log vcommon

(3)在文件路徑中包含 IP 地址

VirtualDocumentRootIP /www/hosts/%0/docs
VirtualScriptAliasIP /www/hosts/%0/cgi-bin

二、使用 mod_rewrite

1. 使用 mod_rewrite 實現簡單的動態虛擬主機

(1)從 Host: 頭獲取服務器名字

UseCanonicalName Off

(2)可分割的日志

LogFormat "%i %h %l %u %t "%r" %s %b" vcommon
CustomLog logs/access_log vcommon
<Directory /www/hosts>
ExecCGI is needed here because we can't force
CGI execution in the way that ScriptAlias does
Options FollowSymLinks ExecCGI
</Directory>

(3)接下來是關鍵部分

RewriteEngine On
a ServerName derived from a Host: header may be any case at all RewriteMap lowercase int:tolower

首先處理普通文檔:

允許變名 /icons/ 起作用 - 其他變名類同
RewriteCond % !^/icons/
允許 CGIs
RewriteCond % !^/cgi-bin/
開始“變戲法”
RewriteRule ^/(.*)$ /www/hosts/$}/docs/

現在處理 CGIs - 我們需要強制使用一個 MIME 類型

RewriteCond % ^/cgi-bin/
RewriteRule ^/(.*)$ /www/hosts/$}/cgi-bin/ [T=application/x-httpd-  cgi]


2.使用獨立的虛擬主機配置文件 vhost.map

(1)vhost.map 文件包含了類似下面的內容:

www.customer-1.com /www/customers/1
www.customer-2.com /www/customers/2
...
www.customer-N.com /www/customers/N

(2)http.conf 包含了:

RewriteEngine on
RewriteMap lowercase int:tolower

(3)定義映像文件

RewriteMap vhost txt:/www/conf/vhost.map

(4)和上面的例子一樣,處理變名

RewriteCond % !^/icons/
RewriteCond % !^/cgi-bin/
RewriteCond $} ^(.+)$

(5)這里做基于文件的重新映射

RewriteCond $ ^(/.*)$
RewriteRule ^/(.*)$ %1/docs/
RewriteCond % ^/cgi-bin/
RewriteCond $} ^(.+)$
RewriteCond $ ^(/.*)$
RewriteRule ^/(.*)$ %1/cgi-bin/
分享到:

頂部 】 【 關閉
版權所有:佛山思海電腦網絡有限公司 ©1998-2024 All Rights Reserved.
聯系電話:(0757)22630313、22633833
中華人民共和國增值電信業務經營許可證: 粵B1.B2-20030321 備案號:粵B2-20030321-1
網站公安備案編號:44060602000007 交互式欄目專項備案編號:200303DD003  
察察 工商 網安 舉報有獎  警警  手機打開網站