Page 1 of 1

want apache to support SSI

Posted: Mon Jul 19, 2004 1:54 pm
by xuleit
i configured apache 2.0.48 as below:
./configure --prefix=/usr/local/apache2 --enable-module=include --enable-module=so

make
make install

all seem right,but why i can't find mod_include.so in my disk

i want to use SSI dictate

any suggestion is appreciated

i solved the problem now!

Posted: Mon Jul 19, 2004 4:48 pm
by xuleit
apache2 not need the file mod_include.so .

there are tow "Options" directive in my httpd.conf :(

<Directory />
Options Includes FollowSymLinks
AllowOverride None
</Directory>

Options Includes FollowSymLinks

they all must add "Includes"