我想从我的httpd.conf文件中解析SSI的单个文件(名为footer.html)。
我如何以及在何处进行此操作?
在默认目录中,我有选项+ IncludesNoExec,XBitHack等等。Everythign工作,只需要让它适用于这个单独的文件。
这是针对uni的课程,必须按照说明完成,而不是通过任何其他方法。
干杯!
答案 0 :(得分:-1)
sudo chmod a+x /usr/local/www/common/footer.html
答案 1 :(得分:-1)
阅读Apache的mod_include模块:http://httpd.apache.org/docs/2.0/mod/mod_include.html