讓Apache支援shtml實現include檔案解析的配置方法

來源:互聯網
上載者:User

標籤:file   2.0   apache2   平台   link   nbsp   改變   開啟   tle   

1. 確認載入include.so模組,將注釋去掉: 
LoadModule include_module libexec/apache2/mod_include.so 

2. AddType部分去掉這兩段注釋: 
AddType text/html .shtml 
AddOutputFilter INCLUDES .shtml 

3. Directory目錄許可權裡面找到 
Options Indexes FollowSymLinks 
增加Includes修改為: 
Options Indexes FollowSymLinks Includes 

4. 重新啟動Apache,測試: 

<!–#include file=”head.html”–> 
Holle Word!,這是中間的內容 
<!–#include file=”foot.html”–> 

以下是其它網友的補充: 

什麼是SSI? 
SSI是英文Server Side Includes的縮寫,翻譯成中文就是伺服器端包含的意思。從技術角度上說,SSI就是在HTML檔案中,可以通過注釋行調用的命令或指標。SSI具有強大的功能,只要使用一條簡單的SSI命令就可以實現整個網站的內容更新,時間和日期的動態顯示,以及執行shell和CGI指令碼程式等複雜的功能。 

如何使你的Apache伺服器支援SSI? 

Apache預設是不支援SSI的,需要我們更改httpd.conf來進行配置。我這裡以windows平台的Apache 2.0.x為例,開啟conf目錄下的httpd.conf檔案,搜尋“AddType text/html .shtml”,搜尋結果: 

複製代碼代碼如下:
# AddType text/html .shtml 
# AddOutputFilter INCLUDES .shtml 



把這兩行前面的#去掉。 

然後搜尋“Options Indexes FollowSymLinks” 
在搜尋到的那一行後面添加“ Includes” 
即將該行改變為 Options Indexes FollowSymLinks Includes 

儲存httpd.conf,重起apache即可。 

到此我們就完成了對Apache SSI的設定。

讓Apache支援shtml實現include檔案解析的配置方法

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.