Apache中使用SSI设置

先停服务在修改httpd.conf,备份下

Apache\Apache24\conf

设置httpd.conf

LoadModule ssl_module modules/mod_ssl.so 取消该命令前的注释符#

AddType text/html .shtml

AddOutputFilter INCLUDES .shtml

取消该命令前的注释符#

加入html

AddType text/html .shtml

AddOutputFilter INCLUDES .shtml

AddType text/html .html

AddOutputFilter INCLUDES .html

搜索Options Indexes FollowSymLinks改为: Options Indexes FollowSymLinks INCLUDES IncludesNOEXEC

测试

htdocs\index.html

html 复制代码
<!-- #config timefmt="%y年%m月%d日"-->
<p>Date = <!--#echo var = "date_local" --></p>

<b>当前时间<br />

<!--#config timefmt="%Y-%m-%d %T"-->

<!--#echo var="DATE_LOCAL"--><b>

<br /><br />

相关推荐
欧先生^_^1 天前
学习 Apache Kafka
学习·kafka·apache
欧先生^_^1 天前
Apache Spark 源码解析
大数据·spark·apache
w23617346011 天前
Apache中间件解析漏洞与安全加固
安全·中间件·apache
中科三方2 天前
APP和小程序需要注册域名吗?(国科云)
小程序·apache
Debug_TheWorld4 天前
Apache Flink 深度解析:流处理引擎的核心原理与生产实践指南
大数据·flink·apache
Apache IoTDB5 天前
Apache IoTDB V2.0.2/V1.3.4 发布|新增表模型权限管理、UDF、嵌套查询功能
apache·iotdb
ashane13145 天前
Apache PDFBox
apache
三次握手四次挥手5 天前
基于Python+Pytest实现自动化测试(全栈实战指南)
开发语言·python·自动化·k8s·apache·pytest·代码规范
自由如风7096 天前
Apache Atlas构建安装(Linux)
linux·运维·apache
techdashen7 天前
性能比拼: Nginx vs Apache
运维·nginx·apache