ylsunyuan技术论坛

标题: Apache 虚拟服务器配置 [打印本页]

作者: sun    时间: 2015-10-10 11:40
标题: Apache 虚拟服务器配置

1、Apache 配置文件:

<VirtualHost *:80>
    DocumentRoot "D:/Program Files/Adobe/Flash Media Server 4/webroot"
    ServerName ylfms.cn
    DirectoryIndex index.php
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
</VirtualHost>



2、host配置文件:

所在目录 C:\WINDOWS\system32\drivers\etc


在最后一行加上:
127.0.0.1       ylfms.cn







欢迎光临 ylsunyuan技术论坛 (http://bbs.ylsunyuan.com/) Powered by Discuz! X3.2