Enabling SSI on an Apache - 1.3.22 server on FreeBSD 4.4-RELEASE O/S
I am running several virtual servers from the http.conf file. I am
attempting to run SSI on only one of these.
Inserted ==>
<VirtualHost nnn.nn.nnn.nnn:80>
ServerName nnnn.org
<font color=purple> ServerAlias <a style='text-decoration: underline;' href="http://www.nnn.org</font" target="_blank">www.nnn.org</font</a>>
DocumentRoot "/usr/local/www/accounts/nnnn.org/htdocs"
ScriptAlias /cgi-bin/ "/usr/local/www/accounts/nnn.org/cgi-bin/"
ServerAdmin webmaster RemoveThis @nnn.org
ErrorLog /var/log/nnn.org/httpd-error.log
TransferLog /var/log/nnn.org/httpd-access.log
<Directory /usr/local/www/accounts/nnnn.org/htdocs>
Options +Include
</Directory>
</VirtualHost>
<== End Insert
Running apachectl configtest
==>
adam# apachectl configtest
Syntax error on line 1125 of /usr/local/etc/apache/httpd.conf:
Illegal option Include
<==
I am at a lost. Could this be a conflict with a prior setting rather
than a syntacical error?
Any recommendations welcomed
Please Reply to Post<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: SSI Enable - Syntax Problem(s) ???