This is a discussion on SSI Enable - Syntax Problem(s) ??? within the Apache Web Server forums, part of the Web Server and Related Forums category; Enabling SSI on an Apache - 1.3.22 server on FreeBSD 4.4-RELEASE O/S I am running several ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 ServerAlias www.nnn.org DocumentRoot "/usr/local/www/accounts/nnnn.org/htdocs" ScriptAlias /cgi-bin/ "/usr/local/www/accounts/nnn.org/cgi-bin/" ServerAdmin webmaster@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 |