want apache to support SSI

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
xuleit
Forum Newbie
Posts: 14
Joined: Sun Feb 15, 2004 6:41 pm

want apache to support SSI

Post 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
xuleit
Forum Newbie
Posts: 14
Joined: Sun Feb 15, 2004 6:41 pm

i solved the problem now!

Post 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"
Post Reply