閱讀198 返回首頁    go 技術社區[雲棲]


Apache虛擬主機配置簡單例子

文章地址: https://blog.csdn.net/5iasp/article/details/9221679

 

具體如下:

 

<VirtualHost *:80>
    DocumentRoot "/data/www/test"
    ServerName test.58tech.com
    RewriteEngine on

    RewriteEngine on
    RewriteRule ^/rule$  /rule/ [R]
    RewriteRule ^/rule/$ /test2013/5033/test/index.shtml [L,PT]
    RewriteRule ^/signup$  /signup/ [R]
    RewriteRule ^/signup/$ /s2013/5033/test200545034/index.shtml [L,PT]

    <Directory "/data/www/test">
                AllowOverride None
                Options Includes FollowSymLinks
                Order allow,deny
                Allow from all
                Options +Includes
                AddType text/html .shtml
                AddOutputFilter INCLUDES .shtml .inc
    </Directory>
    DirectoryIndex /my/test/index/index.shtml
    #ErrorLog /dev/null
    #LogLevel crit
    CustomLog "|/58tech/pkg/apache2/bin/rotatelogs /data/logs/58tech_access_log.%Y%m%d 86400 480" combined
</VirtualHost>




實現如下:
 
 https://test.58tech.com  打開: /my/test/index/index.shtml    


https://test.58tech.com/rule  打開: /test2013/5033/test/index.shtml  地址欄: https://test.58tech.com/rule/

https://test.58tech.com/signup  打開: /s2013/5033/test200545034/index.shtml  地址欄: https://test.58tech.com/signup/

最後更新:2017-04-03 16:59:48

  上一篇:go 中國數字地麵廣播電視DTTB(國標GB20600-2006)介紹
  下一篇:go 對雷政富們的“長相”該作何評論