I'm trying to allow SSI from my apache server.
The Apache docs say to include the following:
Options +Includes
Options Indexes FollowSymLinks
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
And that will cause Apache to parse the .shtml files being served for SSI
to execute.
I stuck those in the directory I'm working with:
<Directory "d:\www\mrtg">
Options +Includes
Options Indexes FollowSymLinks
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
...
Whenever I try to pull the page with the SSI, I get an error message:
[Fri Aug 10 11:12:38 2007] [warn] [client 153.11.141.186] mod_include:
Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
--
Kyle Wilcox
NOAA Chesapeake Bay Office
410 Severn Avenue
Suite 107A
Annapolis, MD 21403
office: (410) 295-3151
[EMAIL PROTECTED]
"It is from the wellspring of our despair and the places
that we are broken that we come to repair the world."
- Murray Waas
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]