How to add mod_include to Apache?

Max Kelada

Verified User
Joined
Oct 14, 2006
Messages
20
Location
Russian Empire
I searched entire Internet, but couldn't find any information on my question. I have Apache 2.0.59 and need mod_include for SSI and mail web-interface to work. In httpd.conf I have a line "LoadModule include_module /usr/lib/apache/mod_include.so", but it's commented out, and I don't have file mod_include.so in the mentioned directory. If I uncomment this line, Apache won't restart.
Please tell me how to solve this.
 
Do u have mod_include.so on the server?
Try locate mod_include.so and see what output it gives.

On my server it says
Code:
[root@tws1 ~]# locate mod_include.so
/usr/lib/apache/mod_include.so
/usr/local/directadmin/customapache/apache_1.3.37/src/modules/standard/mod_include.so
[root@tws1 ~]#

If its not there u should download it from eg. //rpmfind.net
 
Back
Top