[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache SSI with VirtualHost



Hi all,

I have Woody Apache installed.  All ok, except I can't get SSI to work
on .shtml files.  I only use VirtualHosts.

My http.conf includes:

    AddType text/html .shtml
    AddHandler server-parsed .shtml
<VirtualHost _default_>
	...
        Options +Includes
        ...
</VirtualHost>

Does the Options directive not work inside a VirtualHost Container?
I've tried enabling it at the top level:

<Directory />
    Options SymLinksIfOwnerMatch Includes
    AllowOverride None
</Directory>

But no joy.  Any ideas?  I can't help but think it's something
annoyingly simple.

A



Reply to: