刚开始学LAMP这个平台。
因为想要加多两个网站,然后一直苦于不知怎么修改httpd文档。
后来发现
530 Listen 192.168.8.185:8195[必须添加的]
531 <VirtualHost 192.168.8.185:8195 >
532 DocumentRoot "/xx/yy"
533
534 <Directory "/xx/yy">
535 Options indexes FollowSymLinks Multiviews
536 AllowOverride All
537 Order Allow,Deny
538 Allow from all
539 </Directory>
540
541 directoryindex index.html
542
543 </VirtualHost>[一定要放在最后面和前面的对应]
附上比较好的虚拟主机配置文档。
包括域名,ip,端口
对于我这种,没有域名,没有多余ip的小员工。还是端口配置就好了。。。。
http://www.51osos.com/a/Apachexinwen/anzhuangpeizhi/2010/1107/virtualhost.html