永久黄网站色视频免费直播,yy6080三理论日本中文,亚洲无码免费在线观看视频,欧美日韩精品一区二区在线播放
標題:
呼叫:andy15703166版版 怎么設(shè)置企業(yè)二級域名呢?
[打印本頁]
作者:
ucyo123
時間:
2012-8-11 21:35
標題:
呼叫:andy15703166版版 怎么設(shè)置企業(yè)二級域名呢?
本帖最后由 ucyo123 于 2012-8-11 22:00 編輯
我怎么設(shè)置企業(yè)二級域名不行呢?我DT后臺設(shè)置的 根目錄下和company都不行,這個WDos建一個網(wǎng)站文件不是放根目錄下,是放在public_html目錄下(有米方法直接放根目錄下?),好像通過新建網(wǎng)站域名泛解析到company實現(xiàn)不了吧?
我看論壇說apache+nginx是用apache的偽靜態(tài)規(guī)則,但是我加了apache的偽靜態(tài)規(guī)則 就出現(xiàn)502,好像不用設(shè)偽靜態(tài)規(guī)則,其他頻道默認就可以偽靜態(tài),但是二級域名不知咋弄呢?還有企業(yè)商鋪二級域名前加www也可以實現(xiàn)吧?求分享方法。
如果在WDCP里加二級域名好像不能綁定泛解析來的域名呢?
本地VM虛擬機里 通過 hosts 設(shè)的域名
作者:
andy15703166
時間:
2012-8-12 07:48
本帖最后由 andy15703166 于 2012-8-12 07:49 編輯
給你看一下我的配置文件吧:
我在WDCP后臺以store(company)子目錄新建了一個站點
下載
(24.97 KB)
2012-8-12 07:42
然后我的主站的apache配置文件內(nèi)容為:
<VirtualHost *:88>
DocumentRoot /www/web/hcgw/public_html
ServerName hcgw.cn
ServerAlias www.hcgw.cn www.52hc.cn www.cn9888.com
ErrorDocument 400 /errpage/400.html
ErrorDocument 403 /errpage/403.html
ErrorDocument 404 /errpage/404.html
ErrorDocument 405 /errpage/405.html
php_admin_value open_basedir /www/web/hcgw:/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/hcgw/public_html>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
復(fù)制代碼
我的主站的nginx配置文件為:
server {
listen 80;
server_name hcgw.cn www.hcgw.cn www.52hc.cn www.cn9888.com;
root /www/web/hcgw/public_html;
index index.html index.php index.htm;
error_page 400 /errpage/400.html;
error_page 403 /errpage/403.html;
error_page 404 /errpage/404.html;
error_page 405 /errpage/405.html;
location ~ \.php$ {
proxy_pass http://127.0.0.1:88;
include naproxy.conf;
}
location / {
try_files $uri @apache;
}
location @apache {
proxy_pass http://127.0.0.1:88;
include naproxy.conf;
}
}
復(fù)制代碼
我的store(company)二級域名的站點apahce配置文件為
<VirtualHost *:88>
DocumentRoot /www/web/hcgw/public_html/store/
ServerName hcgw.cn
ServerAlias *.hcgw.cn
ErrorDocument 400 /errpage/400.html
ErrorDocument 403 /errpage/403.html
ErrorDocument 404 /errpage/404.html
ErrorDocument 405 /errpage/405.html
php_admin_value open_basedir /www/web/hcgw/public_html:/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/hcgw/public_html/>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
復(fù)制代碼
我的store(company)二級域名的站點nginx配置文件為
server {
listen 80;
server_name *.hcgw.cn;
root /www/web/hcgw/public_html/store;
index index.html index.php index.htm;
error_page 400 /errpage/400.html;
error_page 403 /errpage/403.html;
error_page 404 /errpage/404.html;
error_page 405 /errpage/405.html;
location ~ \.php$ {
proxy_pass http://127.0.0.1:88;
include naproxy.conf;
}
location / {
try_files $uri @apache;
}
location @apache {
proxy_pass http://127.0.0.1:88;
include naproxy.conf;
}
}
復(fù)制代碼
最后,其他關(guān)于公司頻道綁定二級域名方法,參考這個設(shè)置:
會員綁定二級域名和頂級域名的方法
http://bbs.site4tong.com/forum.php?mod=viewthread&tid=1297&fromuid=1
apache偽靜態(tài)規(guī)則一定要看這個:
DT4.0 apache下偽靜態(tài)官方規(guī)則修正!
http://bbs.site4tong.com/forum.php?mod=viewthread&tid=1168&fromuid=1
圖片附件:
1.jpg
(2012-8-12 07:42, 24.97 KB) / 下載次數(shù) 6002
http://www.fsowen.com/bbs/attachment.php?aid=1681&k=7830dcd68b868f1f6a451e96ff471a26&t=1743921172&sid=TNnpiu
作者:
vsxp
時間:
2012-10-5 15:19
不錯,感謝分享。
歡迎光臨 WDlinux官方論壇 (http://www.fsowen.com/bbs/)
Powered by Discuz! 7.2