亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

apche 多端口配置及網(wǎng)站指向非apche默認(rèn)的網(wǎng)站文件夾設(shè)置方法

 更新時(shí)間:2010年04月28日 21:27:14   作者:  
apche 多端口配置及網(wǎng)站指向非apche默認(rèn)的網(wǎng)站文件夾設(shè)置,使用apache做服務(wù)器的朋友可以參考下。
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
NameVirtualHost *:81
NameVirtualHost *:82
NameVirtualHost *:83
NameVirtualHost *:84
NameVirtualHost *:85
NameVirtualHost *:86
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost *:81>
         ServerAdmin jsw7001@hotmail.com
         DocumentRoot D:/AppServ/www/www-nongye
         ServerName www.dede.com
         ErrorLog D:/AppServ/www/www-nongye/errornongye.log
         CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:82>
    <Directory "D:/AppServ/www-chinaec" >
        Options FollowSymLinks
        #Deny from all
        Allow from all
    </Directory>
         ServerAdmin jsw7001@hotmail.com
         DocumentRoot D:/AppServ/www-chinaec
         ServerName www.dede.com
     DirectoryIndex index.php index.html
         ErrorLog D:/AppServ/www-chinaec/errornongjiale.log
         CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:83>
         ServerAdmin jsw7001@hotmail.com
         DocumentRoot D:/AppServ/www/www-05110
         ServerName www.dede.com
         ErrorLog D:/AppServ/www/www-05110/errornong05110.log
         CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:84>
         ServerAdmin jsw7001@hotmail.com
         DocumentRoot D:/AppServ/www/wordpress
         ServerName www.dede.com
         ErrorLog D:/AppServ/www/wordpress/errornongwordpress.log
         CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:85>
         ServerAdmin jsw7001@hotmail.com
         DocumentRoot D:/AppServ/www/magento
         ServerName www.dede.com
         ErrorLog D:/AppServ/www/magento/errormagento.log
         CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:86>
         ServerAdmin jsw7001@hotmail.com
         DocumentRoot D:/AppServ/www/magento1322
         ServerName www.dede.com
         ErrorLog D:/AppServ/www/magento1322/errormagento1322.log
         CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:88>
         ServerAdmin jsw7001@hotmail.com
         DocumentRoot D:/AppServ/www/www-nongjiale
         ServerName www.dede.com
         ErrorLog D:/AppServ/www/www-nongjiale/errornongjiale.log
         CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:80>
    ServerAdmin webmaster@dummy-host2.x
    DocumentRoot "C:/Apache2.2/docs/dummy-host2.x"
    ServerName dummy-host2.x
    ErrorLog "logs/dummy-host2.x-error.log"
    CustomLog "logs/dummy-host2.x-access.log" common
</VirtualHost>

相關(guān)文章

  • linux清空文件等有用的指令總結(jié)

    linux清空文件等有用的指令總結(jié)

    下面小編就為大家?guī)?lái)一篇linux清空文件等有用的指令總結(jié)。小編覺(jué)得挺不錯(cuò)的,現(xiàn)在就分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧
    2016-12-12
  • Linux學(xué)習(xí)第三篇 Centos7安裝mysql5.7.16數(shù)據(jù)庫(kù)

    Linux學(xué)習(xí)第三篇 Centos7安裝mysql5.7.16數(shù)據(jù)庫(kù)

    這篇文章主要為大家詳細(xì)介紹了Linux學(xué)習(xí)第三篇,Centos7安裝mysql5.7.16數(shù)據(jù)庫(kù),具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下
    2017-05-05
  • 詳解CentOS7下PostgreSQL 11的安裝和配置教程

    詳解CentOS7下PostgreSQL 11的安裝和配置教程

    這篇文章主要介紹了CentOS7下PostgreSQL 11的安裝和配置教程,本文給大家介紹的非常詳細(xì),具有一定的參考借鑒價(jià)值,需要的朋友可以參考下
    2019-10-10
  • CentOS Yum編譯安裝MySQL 5.6

    CentOS Yum編譯安裝MySQL 5.6

    這篇文章主要為大家詳細(xì)介紹了CentOS Yum編譯安裝MySQL 5.6,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下
    2017-08-08
  • centos7 + php7 lamp全套最新版本配置及mongodb和redis教程詳解

    centos7 + php7 lamp全套最新版本配置及mongodb和redis教程詳解

    這篇文章主要介紹了centos7 + php7 lamp全套最新版本配置及mongodb和redis教程詳解,需要的朋友可以參考下
    2016-10-10
  • 在 Ubuntu 15.04/CentOS 7 中安裝 Lighttpd Web 服務(wù)器的方法

    在 Ubuntu 15.04/CentOS 7 中安裝 Lighttpd Web 服務(wù)器的方法

    以下是我們?cè)谶\(yùn)行 Ubuntu 15.04 或 CentOS 7 Linux 發(fā)行版的機(jī)器上安裝 Lighttpd Web 服務(wù)器的簡(jiǎn)要流程,需要的朋友可以參考下
    2017-04-04
  • CentOS 7安裝Mysql并設(shè)置開(kāi)機(jī)自啟動(dòng)的方法

    CentOS 7安裝Mysql并設(shè)置開(kāi)機(jī)自啟動(dòng)的方法

    本篇文章主要介紹了CentOS 7安裝Mysql并設(shè)置開(kāi)機(jī)自啟動(dòng)的方法,小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧
    2017-02-02
  • CentOS下寶塔部署Django項(xiàng)目的詳細(xì)教程

    CentOS下寶塔部署Django項(xiàng)目的詳細(xì)教程

    這篇文章主要介紹了CentOS下寶塔部署Django項(xiàng)目的詳細(xì)教程,本文給大家介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或工作具有一定的參考借鑒價(jià)值,需要的朋友可以參考下
    2020-04-04
  • linux crontab實(shí)例分析

    linux crontab實(shí)例分析

    cron是一個(gè)linux下的定時(shí)執(zhí)行工具,可以在無(wú)需人工干預(yù)的情況下運(yùn)行作業(yè)。由于Cron 是Linux的內(nèi)置服務(wù),但它不自動(dòng)起來(lái),可以用以下的方法啟動(dòng)、關(guān)閉這個(gè)服務(wù)
    2011-03-03
  • Linux命令詳解之less命令

    Linux命令詳解之less命令

    Linux下還有一個(gè)與more命令非常類(lèi)似的命令--less命令,相比于more命令,less命令更加靈活強(qiáng)大一些,今天就給大家介紹下Linux下的less命令。
    2016-10-10

最新評(píng)論