国产又粗又猛又爽又黄老大爷|国产真实老头老太BBWBBW|国产午夜精品一区二区三区四区|国产做受18~20岁A片|国产CHINESE男男GAY片|久久久天堂国产精品女人

購物車中還沒有商品,趕緊選購吧!

Linux apache 域名綁定方法

發布日期:2017-10-18 閱讀:5839

以下配置的路徑以阿里云提供的標準環境路徑為準,如果您另行安裝,請根據實際安裝路徑去找到您的配置文件進行配置。

       假如我們需要在我們的網站www.test.com上增加綁定一個m.test.com和一個test.com的域名,請進行如下類似的操作:

1.cd /alidata/server/httpd/conf/vhosts/ 找到您的網站配置文件,一般是您的域名.conf,例如域名是:www.test.com,那就應該是www.test.com.conf

 

2.vim www.test.com.conf  修改這個配置文件,您應該會看到如下類似的配置內容:

<VirtualHost *:80>

DocumentRoot /www/web/www_test_com/public_html

ServerName www.test.com

ServerAlias

DirectoryIndex index.php

ErrorDocument 400 /errpage/400.html

ErrorDocument 403 /errpage/403.html

ErrorDocument 404 /errpage/404.html

CustomLog "/www/web_logs/www.test.com_access_log" common

ErrorLog "/www/web_logs/www.test.com_error_log"

php_admin_value open_basedir /www/web/www_test_com:/tmp

<IfModule mod_deflate.c>

DeflateCompressionLevel 7

AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php

AddOutputFilter DEFLATE css js html htm gif jpg png bmp php

</IfModule>

</VirtualHost>

<Directory /www/web/www_test_com>

    Options FollowSymLinks

    AllowOverride All

    Order allow,deny

    Allow from all

</Directory>

 

3.點擊字母“i”開始編輯文件,輸入內容:

<VirtualHost *:80>

DocumentRoot /www/web/www_test_com/public_html

ServerName www.test.com

ServerAlias test.com m.test.com

DirectoryIndex index.php

ErrorDocument 400 /errpage/400.html

ErrorDocument 403 /errpage/403.html

ErrorDocument 404 /errpage/404.html

CustomLog "/www/web_logs/www.test.com_access_log" common

ErrorLog "/www/web_logs/www.test.com_error_log"

php_admin_value open_basedir /www/web/www_test_com:/tmp

<IfModule mod_deflate.c>

DeflateCompressionLevel 7

AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php

AddOutputFilter DEFLATE css js html htm gif jpg png bmp php

</IfModule>

</VirtualHost>

<Directory /www/web/www_test_com>

    Options FollowSymLinks

    AllowOverride All

    Order allow,deny

    Allow from all

</Directory>

 

其中:

ServerName www.test.com 綁定的網站域名

ServerAlias test.com m.test.com 綁定的網站別名(您如果有多個域名添加在這里)

DirectoryIndex index.html index.php index.htm 設置默認首頁

DocumentRoot /www/web/www_test_com/public_html 和 Directory "/www/web/www_test_com/public_html " 都是指定網站的目錄,需要一致。

 

按“esc”退出編輯模式,輸入“:wq”保存退出。

 

4.輸入命令:/alidata/server/httpd/bin/apachectl restart 重啟apache測試。

 

5.測試網站。請在瀏覽器中輸入域名,測試設置。


以上內容是否對您有幫助? 您的反饋信息提交成功,謝謝您的反饋!

會員評論

在線客服
微信咨詢
微信咨詢
現在咨詢,獲取演示賬號
企業logo小米
立即掃碼加我微信
電話咨詢
咨詢電話
028-61558715
預約演示
城固县| 健康| 澎湖县| 桦甸市| 葫芦岛市| 河北省| 南皮县| 枣阳市| 武冈市| 无锡市| 天柱县| 穆棱市| 西充县| 乌鲁木齐市| 黑龙江省| 信丰县| 苏尼特右旗| 株洲县| 宁都县| 通辽市| 天峨县| 永定县| 清涧县| 高尔夫| 麟游县| 锡林郭勒盟| 海伦市| 土默特左旗| 西青区| 宜城市| 正蓝旗| 兴国县| 汉阴县| 饶平县| 准格尔旗| 梧州市| 临江市| 新邵县| 镇平县| 安陆市| 天祝|