apache 虚拟主机配置
程序员文章站
2022-04-17 23:33:46
...
原文: http://blog.csdn.net/ReadyYes/article/details/51038192
进入C:\Apache24\conf\httpd.conf
把那个“#”号去掉
进入C:\Apache24\conf\httpd.conf
把那个“#”号去掉
进入C:\Apache24\conf\extra\httpd-vhosts.conf 配置如下
#*代表当前服务器的所有IP地址 #主机名ServerName www.zy.com
#主机别名 多个主机别名用空格分开ServerAlias zy.com xy.com
ServerAdmin admin@zy.com
DocumentRoot"E:/phptest"#Directory 中的路径要和DocumentRoot的路径一致,Directory配置访问权限 Options Indexes FollowSymLinks
#默认主页DirectoryIndex test.php
#自定义后缀php处理 AddType application/x-httpd-php .php .ppp .phtml
AllowOverrideallRequireall granted
#配置虚拟目录Alias /abc "E:/php100"#配置虚拟目录权限 Options Indexes FollowSymLinks
AllowOverrideallRequireall granted
ErrorLog"logs/dummy-www.zy.com-error.log"CustomLog"logs/dummy-www.zy.com-access.log" common
DocumentRoot"C:\Apache24\htdocs" Options Indexes FollowSymLinks
#默认主页DirectoryIndex index.html
#自定义后缀php处理 AddType application/x-httpd-php .php .ppp .phtml
AllowOverrideallRequireall granted
ServerName localhost
').addClass('pre-numbering').hide();
$(this).addClass('has-numbering').parent().append($numbering);
for (i = 1; i ').text(i));
};
$numbering.fadeIn(1700);
});
});
以上就介绍了apache 虚拟主机配置,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
上一篇: php伪静态怎么设置
下一篇: php比java简单吗