时间:2021-07-01 10:21:17 帮助过:6人阅读
NameVirtualHost *:80ServerName localhost ServerAlias localhost DocumentRoot D:/AppServ/www/ # AllowOverride FileInfo Options Options None Order allow,deny Allow from all ServerName dede ServerAlias dede DocumentRoot D:/AppServ/www/Dede/ # AllowOverride FileInfo Options Options None Order allow,deny Allow from all ServerName ikaihui ServerAlias ikaihui DocumentRoot D:/AppServ/www/ikaihui/ # AllowOverride FileInfo Options Options None Order allow,deny Allow from all
错误 103 (net::ERR_CONNECTION_ABORTED):未知错误。
看看是不是你的反病毒或者防火墙之类导致的.
看看是不是你的反病毒或者防火墙之类导致的.
电脑上没有杀毒软件 而且去掉localhost那一段就能访问,应该还是哪儿的配置有问题
你的写法是正确的
清除一下浏览器缓冲区看看
我就是这样写的
NameVirtualHost *:80ServerName localhostDocumentRoot /AMP/web ServerName www.a.netDocumentRoot /AMP/web/www.a.net ServerName www.b.netDocumentRoot /AMP/web/www.b.net
你的写法是正确的
清除一下浏览器缓冲区看看
我就是这样写的
Plain Text code?12345678910111213141516NameVirtualHost *:80
我照你这个改了 又把浏览器的缓存都清了 还是不行 搞不清楚哪的问题
那你把里面的 Directory 一节去掉看看
那你把里面的 Directory 一节去掉看看
去掉了 我就是照你上面的写的
加这个看下
Alias /绑定目录 "绝对物理路径"
NameVirtualHost localhost:80
ServerName localhost
DocumentRoot /AMP/web
ServerName www.a.net
DocumentRoot /AMP/web/www.a.net
ServerName www.b.net
DocumentRoot /AMP/web/www.b.net
这样子你试试,应该可以