首页 | 源码下载 | 网站模板 | 网页特效 | 广告代码 | 网页素材 | 字体下载 | 书库 | 站长工具
会员投稿 投稿指南 RSS订阅
当前位置:主页>服务器类>Web服务器>资讯:Apache服务器下配置SSI

Apache服务器下配置SSI

www.jz123.cn  2009-10-09   来源:   中国建站    责任编辑(袁袁)    我要投递新闻

  我们需要在 Apache/conf/extra/ 目录下建立一个 httpd-vhosts.conf 这样的文件。

  文件内容如下:

  # ../vhosts 是你的网站目录

  <Directory "../vhosts">

  Options -Indexes FollowSymLinks

  AllowOverride All

  Order allow,deny

  Allow from all

  Directory>

  NameVirtualHost *

  <VirtualHost *>

  DocumentRoot ../vhosts

  ServerName defalut:80

  ErrorLog logs/defalut-error_log

  VirtualHost>

  #因为有可能你有多个站点,针对每个站点在vhosts下建立不同的目录 比如 c:/vhosts/javapeixun

  <Directory "c:/vhosts/javapeixun">

  Allow from all

  Directory>

  #这段是用来配置域名的哦。

  <VirtualHost *>

  ServerAdmin admin@javapeixun.com.cn

  DocumentRoot c:/vhosts/javapeixun

  ServerName javapeixun.com.cn:80

  ServerAlias www.javapeixun.com.cn

  ErrorLog logs/javapeixun.com.cn-error_log

  VirtualHost>

  #这里就是用来配置 SSI 的。

  <Directory "c:/vhosts/">

  AddOutputFilterByType INCLUDES;DEFLATE text/html

  AddType text/html .html .htm .shtml .ssi

  AddHandler server-parsed .shtml .html .htm .shtm

  # AddHandler cgi-script cgi

  Options Indexes MultiViews Includes

  AllowOverride None

  Order allow,deny

  Allow from all

  Directory>

  编辑 Apacheconf 目录下 的 httpd.conf。

  在文件末尾 添加

  Include conf/extra/httpd-vhosts.conf

  然后重启 Apache 就OK 啦。

  Apache 就是这样配置 SSI 和 域名的。


上一篇:保护好IIS Web服务器的15个技巧 下一篇:伪静态在iis下的规则和设置方法

评论总数:0 [ 查看全部 ] 网友评论


关于我们隐私版权广告服务友情链接联系我们网站地图