On 12/12/05, Peter Huesser <peter.huesser@xxxxxx> wrote: > Hello > > I want allow to use the <!--#include virtual="..." --> directive for > including > ordinary html code (no SSI). In the httpd.conf file I have the following > statements. > > ... > LoadModule include_module modules/mod_include.so > ... > <Directory /> > Options FollowSymLinks +Includes Never mix plussed and non-plussed options. I think what you want is Options FollowSymLinks Includes > AllowOverride None > </Directory> > ... > > Anfortunatelly the following does not work It looks like you missed the AddOutputFilter part of the configuration: http://httpd.apache.org/docs/2.2/howto/ssi.html#configuring (If that is not the problem, make sure you check your error log.) 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx