您好,欢迎来到思海网络,我们将竭诚为您提供优质的服务! 诚征网络推广 | 网站备案 | 帮助中心 | 软件下载 | 购买流程 | 付款方式 | 联系我们 [ 会员登录/注册 ]
促销推广
客服中心
业务咨询
有事点击这里…  531199185
有事点击这里…  61352289
点击这里给我发消息  81721488
有事点击这里…  376585780
有事点击这里…  872642803
有事点击这里…  459248018
有事点击这里…  61352288
有事点击这里…  380791050
技术支持
有事点击这里…  714236853
有事点击这里…  719304487
有事点击这里…  1208894568
有事点击这里…  61352289
在线客服
有事点击这里…  531199185
有事点击这里…  61352288
有事点击这里…  983054746
有事点击这里…  893984210
当前位置:首页 >> 技术文章 >> 文章浏览
技术文章

apache配置多域名多端口

添加时间:2011-2-21  添加: admin 

1、单域名单端口设置如:www.abc.com 默认用80访问   特别说明,apache的配置默认都在安装目录下的conf目录里面或者是/etc/apache2 不过一定要注意,listen.conf文件中端口监听是否开启如下图,表示已经开启80端口监听   \ 直接默认修改default-server.conf    这个配置最好简单安装好了,之后,默认已经能够使用了,只是要把它修改成你需要的域名及访问路径罢了。   给一个标准配置吧   DocumentRoot "/srv/www/htdocs" #
# Configure the DocumentRoot
#
<Directory "/srv/www/htdocs">
        # Possible values for the Options directive are "None", "All",
        # or any combination of:
        #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
        #
        # Note that "MultiViews" must be named *explicitly* --- "Options All"
        # doesn't give it to you.
        #
        # The Options directive is both complicated and important.  Please see
        # http://httpd.apache.org/docs-2.2/mod/core.html#options
        # for more information.
        Options None
        # AllowOverride controls what directives may be placed in .htaccess files.
        # It can be "All", "None", or any combination of the keywords:
        #   Options FileInfo AuthConfig Limit
        AllowOverride None
        # Controls who can get stuff from this server.
        Order allow,deny
        Allow from all
</Directory>    2、单域名多端口设置    <Directory "/srv/www/htdocs/bbs">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<Directory "/srv/www/htdocs/">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory> NameVirtualHost   *:80
NameVirtualHost   *:81
<VirtualHost *:80>
          DirectoryIndex  index.html index.php
          ServerName   "www.abc.com"
          DocumentRoot   "/srv/www/htdocs/"  
  </VirtualHost> <VirtualHost *:81>
          DirectoryIndex   index.php
    ServerName   "www.abc.com:81"
          DocumentRoot   "/srv/www/htdocs/bbs/"  
  </VirtualHost>
     3、多域名多端口设置   <Directory "/srv/www/htdocs/btc">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory> <Directory "/srv/www/htdocs/bbs">

  Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<Directory "/srv/www/htdocs/">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory> NameVirtualHost   *:80
NameVirtualHost   *:81
<VirtualHost *:80>
          DirectoryIndex  index.html index.php
          ServerName   "www.abc.com"
          DocumentRoot   "/srv/www/htdocs/"  
  </VirtualHost> <VirtualHost *:80>
          DirectoryIndex  index.html index.php
          ServerName   "www.btc.com"
          DocumentRoot   "/srv/www/htdocs/btc"  
  </VirtualHost> <VirtualHost *:81>
          DirectoryIndex   index.php
    ServerName   "www.abc.com:81"
          DocumentRoot   "/srv/www/htdocs/bbs/"  
  </VirtualHost>      需要注意的问题是,多端口监听,一定要注意listen.conf文件,是否开启了相应端口。

关键字:apache 配置 域名 端口

分享到:

顶部 】 【 关闭
版权所有:佛山思海电脑网络有限公司 ©1998-2024 All Rights Reserved.
联系电话:(0757)22630313、22633833
中华人民共和国增值电信业务经营许可证: 粤B1.B2-20030321 备案号:粤B2-20030321-1
网站公安备案编号:44060602000007 交互式栏目专项备案编号:200303DD003  
察察 工商 网安 举报有奖  警警  手机打开网站