try +Includes
make sure shtml is defined

Dean

Dennis Gray wrote:
> 
> Hi,
> 
> I am using a late model of Apache to drive a Web site I manage. I have a
> couple of virtual sites and would like to use SSI for one of them. Here is
> a snippet of the httpd.conf file showing the entries for that particular
> site:
> 
> ##
> ## httpd.conf -- Apache HTTP server configuration file
> ##
> 
> --- a lot snipped ---
> 
> <VirtualHost 203.15.68.145>
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /hdb1/www/docs/www.ascc.org.au
> AddType text/html .shtml
> AddHandler server-parsed .shtml
> ServerAdmin [EMAIL PROTECTED]
> ServerName www.ascc.org.au
> ErrorLog logs/www.ascc.org.au-error_log
> #TransferLog logs/www.ascc.org.au-access_log
> CustomLog logs/www.ascc.org.au-access_log combined
> IdentityCheck on
> HostNameLookups on
> Options Includes
> ServerSignature email
> <Directory /hdb1/www/docs/www.ascc.org.au/boatingoz>
> Options Indexes
> </Directory>
> <Directory /hdb1/www/docs/www.ascc.org.au/cgi-bin>
> Options ExecCGI
> </Directory>
> </VirtualHost>
> 
> -------------------------------------
> Now, I am not sure if the AddType and AddHandler directives mean anything
> here but I put them in just for good measure. They are also present in the
> srm.conf file. For the main document root, the Includes work fine. I just
> cannot get it to work for the virtual host, www.ascc.org.au.
> 
> As  you can see, I have specified "Options Include" under the DocumentRoot
> for the virtual host. What else do I need to do or what should I check
> for?
> 
> Hints, please....thanks,
> 
> Dennis
> 
> --
> SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
> To unsubscribe send email to [EMAIL PROTECTED] with
> unsubscribe in the text
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to