TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

another apache question...server side includes



Here's another quick Apache question for someone.  I am trying to set up
server side includes...specifically the XBitHack option.  I have the .shtml
version working already.

I do have the file permissions set to 755.  I have added XBitHack to my
access.conf as follows but trying to access a .html file with a SSI doesn't
execute the command.

#Access.conf
<Directory />
Options Includes
XBitHack On             # I have also fried Full
AllowOverride AuthConfig
</Directory>

...