By default, in IBM HTTP Server V8.0 , is server side directives file retrieval possible?
e.g. <!--#include file="C:\boot.ini"-->
By default, in IBM HTTP Server V8.0 , is server side directives file retrieval possible?
e.g. <!--#include file="C:\boot.ini"-->
In the default configuration, mod_include is loaded but the "Includes" option is not enabled for any context. Also, #include file= cannot use absolute paths or ../.
Also, this seems like a "try it and see" kind of question.