分类分类
关注+2011-07-08作者:清晨
我们需要在Apache服务器下配置SSI服务需要在Apache/conf/extra/ 目录下建立一个 httpd-vhosts.conf 这样的文件。
文件内容如下:
# ../vhosts 是你的网站目录
Options -Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
Directory>
NameVirtualHost *
DocumentRoot ../vhosts
ServerName defalut:80
ErrorLog logs/defalut-error_log
VirtualHost>
#因为有可能你有多个站点,针对每个站点在vhosts下建立不同的目录 比如 c:/vhosts/javapeixun
Allow from all
Directory>
相关文章
更多+相同厂商
热门推荐
点击查看更多
点击查看更多
点击查看更多
说两句网友评论