You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Stephen Hansen <ap...@ixokai.net> on 2002/03/05 19:43:07 UTC

SSI in root directories?

Hello,

    Using a recent version of the Apache2 beta (2.0.32), I've run into a
snag while using SSI on my website. If I go to http://website/index.shtml,
everything works as it is susposed to, but if I just go to http://website/,
and Apache finds index.shtml is the 'default document', it doesn't actually
parse it for SSI. Is there any way to enable this?

Thanks in advance.

--Stephen
[ Apologies if this is received twice-- sent first question last night from
an incorrect address. Oops. ]



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: SSI in root directories?

Posted by Joshua Slive <jo...@slive.ca>.
> From: Stephen Hansen [mailto:apache-list@ixokai.net]

>
>     Using a recent version of the Apache2 beta (2.0.32), I've run into a
> snag while using SSI on my website. If I go to http://website/index.shtml,
> everything works as it is susposed to, but if I just go to
> http://website/,
> and Apache finds index.shtml is the 'default document', it
> doesn't actually
> parse it for SSI. Is there any way to enable this?

This is a known bug.  It will be fixed in the next release.  Check the bug
database for details.  You may be able to work around the problem by using
SetInputFilter instead of AddInputFilter.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: SSI in root directories?

Posted by Ryan Bloom <rb...@covalent.net>.
> 
>     Using a recent version of the Apache2 beta (2.0.32), I've run into
a
> snag while using SSI on my website. If I go to
http://website/index.shtml,
> everything works as it is susposed to, but if I just go to
> http://website/,
> and Apache finds index.shtml is the 'default document', it doesn't
> actually
> parse it for SSI. Is there any way to enable this?
> 
> Thanks in advance.

This was a bug in the code.  I fixed in this weekend, you will need to
upgrade to the latest version of the code from CVS.

Ryan



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org