WEB开发网
开发学院服务器WEB服务器Apache 配置apache虚拟主机 阅读

配置apache虚拟主机

 2012-09-05 09:46:30 来源:WEB开发网   
核心提示:<VirtualHost *:80>ServerAdmin adm@localhostDocumentRoot "C:/xampp/htdocs"ServerName localhostErrorLog "logs/localhost-error.log"Custom

<VirtualHost *:80>
ServerAdmin adm@localhost
DocumentRoot "C:/xampp/htdocs"
ServerName localhost

ErrorLog "logs/localhost-error.log"
CustomLog "logs/localhost-access.log" combined

<Directory "C:/xampp/htdocs">
order allow,deny
allow from all
</Directory>
</VirtualHost>

为了避免出错,把它放置在第一个Virtualhost位置。

至此,apache基于域名的虚拟主机配置完成。可以通过http://localhost访问XAMPP欢迎页,通过http://test1.net和http://test2.net访问各自的主页。

上一页  1 2 

Tags:配置 apache 虚拟主机

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接