Apache服务器下配置SSI

来源:asp之家 时间:2009-10-11 12:21:00 

我们需要在 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 和 域名的。

标签:Apache,ssi
0
投稿

猜你喜欢

  • 做站最忌讳的三点 站长如何选择做站项目

    2008-12-22 12:30:00
  • 提高PR值的十个方法

    2009-01-08 11:38:00
  • Linux环境使用g++编译C++方法总结

    2021-11-10 22:09:35
  • 搜索引擎用户行为研究报告 对SEO的启示

    2009-03-13 09:11:00
  • 为PJBlog增加多附件上传功能——MultiAttUpload for PJBlog

    2008-05-26 12:47:00
  • 如何以Solaris架设FTP虚拟系统(二)

    2007-10-08 13:43:00
  • Linux watch命令的使用

    2023-11-03 03:44:18
  • 徐静蕾转战B2C联合VANCL卖配饰

    2009-11-13 16:43:00
  • CentOS上搭建Nginx+Mono运行asp.net环境的配置方法

    2022-03-02 10:00:00
  • 老生常谈:谷歌到底是怎么对待seo优化的

    2009-01-06 11:16:00
  • 解决IIS的Server Application Error

    2011-06-02 12:29:00
  • 做网络必须掌握83句话,网络成功可以复制

    2008-02-18 11:12:00
  • 百度越来越像站内搜索引擎了

    2009-02-12 12:34:00
  • 英文站经验分享 英文站者必看!

    2007-11-10 18:34:00
  • 原创与伪原创详解与应对

    2009-05-15 10:19:00
  • 百度或将成为腾讯王国的时代终结者

    2008-02-21 11:49:00
  • 网站内容优化:关键词分析工具

    2008-04-01 09:20:00
  • adsense广告优化高级技巧之 “跳跃或反差”

    2007-12-11 12:02:00
  • 帝国、PHPCMS及织梦对比(六):专题功能对比分析

    2011-08-26 12:53:45
  • 图片站要想流量高 首先优化网站页面结构

    2008-12-01 18:33:00
  • asp之家 网站运营 m.aspxhome.com