Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[请教]用Apache怎么在一个IP的主机上装多个网站

[复制链接]
hopetop 发表于 2006-8-10 09:53:53 | 显示全部楼层 |阅读模式
用Apache怎么在一个IP的主机上装多个网站,跟IIS一样。请教。
zhuyming 发表于 2006-8-10 09:58:55 | 显示全部楼层
同问!!

我也碰到过类似的问题。:)
回复

使用道具 举报

outstanding 发表于 2006-8-10 11:58:12 | 显示全部楼层

这样应该可以的

NameVirtualHost 100.73.10.112:80
<VirtualHost 100.73.10.112:80>
    ServerAdmin "outstandingzsj@126.com"
   DocumentRoot  "d:/web/www/php/icangbao/www"
    ServerName icangbao.com
   ErrorLog logs/icangbao.com-error_log
    CustomLog logs/icangbao.com-access_log common
</VirtualHost>

<VirtualHost 100.73.10.112:80>
    ServerAdmin "outstandingzsj@126.com"
   DocumentRoot  "d:/web/www/php/icangbao/www/bbs"
    ServerName bbs.icangbao.com
   ErrorLog logs/bbs.icangbao.com-error_log
    CustomLog logs/bbs.icangbao.com-access_log common
</VirtualHost>

[ 本帖最后由 outstanding 于 2006-8-10 11:59 编辑 ]
回复

使用道具 举报

 楼主| hopetop 发表于 2006-8-10 12:15:00 | 显示全部楼层
以上代码改好了放哪啊?我放index.php不行啊。能具体点吗?谢谢
回复

使用道具 举报

outstanding 发表于 2006-8-10 12:22:11 | 显示全部楼层

放在Apache 的config里

放在Apache 的config里
回复

使用道具 举报

 楼主| hopetop 发表于 2006-8-11 15:26:52 | 显示全部楼层
Apache 的config在哪里啊?安装目录没有啊
回复

使用道具 举报

 楼主| hopetop 发表于 2006-8-11 15:35:29 | 显示全部楼层
是httpd.conf吗?在程序菜单里的?

代码放的位置有关系吗?
回复

使用道具 举报

fabulous 发表于 2006-8-11 15:38:25 | 显示全部楼层
原帖由 hopetop 于 2006-8-11 15:26 发表
Apache 的config在哪里啊?安装目录没有啊

你都没有说过你是什么系统。

2003 or linux or unix?
回复

使用道具 举报

 楼主| hopetop 发表于 2006-8-11 16:03:16 | 显示全部楼层
里面的格式是这样的:
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.example.com
#    DocumentRoot /www/docs/dummy-host.example.com
#    ServerName dummy-host.example.com
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>


2个站是(IP都指向221.12.129.14,用IIS可以分别访问)
web.hopetop.cn  
sio2.hopetop.cn

我是这样写的:

NameVirtualHost 221.12.129.14:80
<VirtualHost 221.12.129.14:80>
    ServerAdmin "webmaster@hopetop.cn"
   DocumentRoot  D:/FTP/myweb/web.hopetop.cn
    ServerName web.hopetop.cn
   ErrorLog logs/web.hopetop.cn-error_log
    CustomLog logs/web.hopetop.cn-access_log common
</VirtualHost>

<VirtualHost 221.12.129.14:80>
    ServerAdmin "webmaster@hopetop.cn"
   DocumentRoot  "D:/FTP/sio2/sio2.hopetop.cn"
    ServerName sio2.hopetop.cn
   ErrorLog logs/sio2.hopetop.cn-error_log
    CustomLog logs/sio2.hopetop.cn-access_log common
</VirtualHost>


结果还是不行。

[ 本帖最后由 hopetop 于 2006-8-11 16:06 编辑 ]
回复

使用道具 举报

 楼主| hopetop 发表于 2006-8-11 16:07:25 | 显示全部楼层
是WIN2003
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-9 20:10 , Processed in 0.035072 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表