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
want apache to support SSI
Moderator: General Moderators
i solved the problem now!
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"
there are tow "Options" directive in my httpd.conf
<Directory />
Options Includes FollowSymLinks
AllowOverride None
</Directory>
Options Includes FollowSymLinks
they all must add "Includes"