[EMAIL PROTECTED] [SOLVED] Re: [EMAIL PROTECTED] Apache2 SSI XBitHack not working

2005-12-11 Thread WJG
On Sunday 11 December 2005 13:23, Joshua Slive wrote: > Nothing obviously wrong there > Are you absolutely sure that the section points to the > correct directory? Well, accidentally resolved the problem. Am testing the server on localhost, but the vhost ServerAlias didn't include localhost

Re: [EMAIL PROTECTED] Apache2 SSI XBitHack not working

2005-12-11 Thread Joshua Slive
On 12/9/05, WJG <[EMAIL PROTECTED]> wrote: > Here's a revised vhost snip: > > Options None > AllowOverride None > > > Options MultiViews Includes > > AllowOverride None > Order allow,deny >

Re: [EMAIL PROTECTED] Apache2 SSI XBitHack not working

2005-12-09 Thread WJG
On Friday 09 December 2005 15:12, Joshua Slive wrote: > Never mix "+" options and non-"+" options. This can cause very weird > effects, and may, in fact, be the cause of your problem below. You > probably want simply "Options Multiviews Includes" Here's a revised vhost snip:

Re: [EMAIL PROTECTED] Apache2 SSI XBitHack not working

2005-12-09 Thread Joshua Slive
On 12/9/05, WJG <[EMAIL PROTECTED]> wrote: > I'm trying to configure SSI on Apache2 (2.0.54) on Ubuntu 5.10 Breezy > (Debian-based). I've got .shtml working, but can't get XBitHack to work. > > vhost config: > > Options -Indexes -FollowSymLinks Are you sure you don't mean "Options None"?

[EMAIL PROTECTED] Apache2 SSI XBitHack not working

2005-12-09 Thread WJG
I'm trying to configure SSI on Apache2 (2.0.54) on Ubuntu 5.10 Breezy (Debian-based). I've got .shtml working, but can't get XBitHack to work. vhost config: Options -Indexes -FollowSymLinks AllowOverride None Options MultiViews +Includes AllowOverride None