主题:  APACHE配置问题~

killua_5d

职务:普通成员
等级:1
金币:0.0
发贴:54
#12002/8/3 21:14:24
我按照以下步骤安装,省掉了第二步,因为我是双系统,默认安装在G盘,但用http://root.dev 怎么也访问不了,怎么回事啊?
APACHE安装

第一步:运行apache_1.3.22-win32-x86.msi,一路点确定和接受就行,基本比较傻瓜,为了方便期间和符合我

的习惯我安装的默认路径是 c:\ ,这样就安装在C盘下的APACHE的路径下,同时默认域为root.dev。

第二步:(我在这里作了一个虚拟主机,此步可以不做,根据你自己的需求)

编辑c:\apache\conf\httpd.conf

找到 #NameVirtualHost *

修改为 NameVirtualHost 192.168.0.16 #注意这个IP为你自己主机设的IP

找到 ServerName root.dev

修改为 #ServerName root.dev

添加



ServerAdmin root@localhost

ServerName root.dev

DocumentRoot c:/apache/htdocs

ErrorLog c:/apache/logs/error_log

TransferLog c:/apache/logs/access_log

ScriptAlias /cgi-bin c:/apache/cgi-bin



第三步:将文件名 c:\apache\htdocs\index.html.en 改为c:\apache\htdocs\index.html

第四步:重新启动,访问 root.dev 浏览正常,显示APACHE欢迎页





helmet

职务:版主
等级:4
金币:10.0
发贴:1559
#22002/8/3 21:40:11
“http://root.dev ”
这是什么啊?



killua_5d

职务:普通成员
等级:1
金币:0.0
发贴:54
#32002/8/3 21:46:34
安装开始

1。APACHE安装

第一步:运行apache_1.3.22-win32-x86.msi,一路点确定和接受就行,基本比较傻瓜,为了方便期间和符合我

的习惯我安装的默认路径是 c:\ ,这样就安装在C盘下的APACHE的路径下,同时默认域为root.dev。

第二步:(我在这里作了一个虚拟主机,此步可以不做,根据你自己的需求)

编辑c:\apache\conf\httpd.conf

找到 #NameVirtualHost *

修改为 NameVirtualHost 192.168.0.16 #注意这个IP为你自己主机设的IP

找到 ServerName root.dev

修改为 #ServerName root.dev

添加



ServerAdmin root@localhost

ServerName root.dev

DocumentRoot c:/apache/htdocs

ErrorLog c:/apache/logs/error_log

TransferLog c:/apache/logs/access_log

ScriptAlias /cgi-bin c:/apache/cgi-bin



第三步:将文件名 c:\apache\htdocs\index.html.en 改为c:\apache\htdocs\index.html

第四步:重新启动,访问 root.dev 浏览正常,显示APACHE欢迎页

这是我在网上看的一篇教程,地址是:http://www.code-labs.com/article/articleinfo.php?id=626
但我怎么也不能成功~请问到底是怎么回事啊?



5D雷锋

职务:普通成员
等级:3
金币:10.0
发贴:1008
#42002/8/4 23:05:56
直接输入http://你的机器的名字



5D荣誉斑竹

职务:普通成员
等级:2
金币:1.0
发贴:400
#52002/8/4 23:57:50
hehe,没dns,不认识那个root.dev



killua_5d

职务:普通成员
等级:1
金币:0.0
发贴:54
#62002/8/5 8:03:47
将文件名 c:\apache\htdocs\index.html.en 改为c:\apache\htdocs\index.html
这一步需要吗?我看其他教程上好象没提到要该这个啊~



helmet

职务:版主
等级:4
金币:10.0
发贴:1559
#72002/8/5 10:13:10
哦,root.dev是Servername呀。

1,你试试http://localhost呢,

2,不改名也可,apache认识.en.de之类

3,你是什么系统? 没安装成功的表现是什么?



5D荣誉斑竹

职务:普通成员
等级:2
金币:1.0
发贴:400
#82002/8/5 13:00:50
没有解析,能够识别 root.dev 吗?



killua_5d

职务:普通成员
等级:1
金币:0.0
发贴:54
#92002/8/6 14:14:35
我是2000AD系统,http://localhost后出现如下字样:
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster
Error 404
localhost
08/06/02 14:10:57

试着打开一个PHP页面,http://localhost/***.PHP结果出现下载窗口~



killua_5d

职务:普通成员
等级:1
金币:0.0
发贴:54
#102002/8/6 21:44:38
新问题啊~~急~~