Hi,

I had the same problem after upgrading to the new scheme ...
in your httpd.conf , make sure you've this :
# Filters allow you to process content before it is sent to the client.
#
# To parse .shtml files for server-side includes (SSI):
# (You will also need to add "Includes" to the "Options" directive.)
#
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml

(the last two lines must be uncommented)

@+

A. Khattri a écrit :

On Wed, 5 Oct 2005, Luca Longinotti wrote:

A. Khattri wrote:

The include module is loaded, I have added handlers for .shtml files and
enabled "Options +IncludeNOEXEC" but I can't get server-side includes to
work. What am I doing wrong?




The correct line would be "Options +Includes" for SSI, "ExecCGI" is used
to permit the execution of CGI scripts inside a directory and/or server.
Best regards, CHTEKK aka. Luca Longinotti.

I have "Options +Includes" inside a VirtHost config.

I have the .shtml handler in the global config.

Im see a LoadModule line for mod_include.

This is on a server that was rebuilt yesterday - so Im using the all new
Apache layout (which is quite different from the old setup).



--
Bertrand CHERRIER
[EMAIL PROTECTED]
Linux chr 2.6.13-gentoo-r2 #5 Mon Sep 26 08:10:41 NCT 2005 x86_64 AMD 
Athlon(tm) 64 Processor 3700+ AuthenticAMD GNU/Linux
-----
Bow before me, for I am root

--
[email protected] mailing list

Reply via email to