+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- Mar 2010
- Posts
- 76
Add a module to apache using apxs
Add a module to apache using apxs
To add mod_rewrite.c using apxs. Assuming the apache source file is located at /usr/src/apache/httpd-2.2.14
cd /usr/src/apache/httpd-2.2.14/modules/mappers/
/usr/local/apache/bin/apxs -i -a -c mod_rewrite.c
You will get the message module has been added. Restart apache.


LinkBack URL
About LinkBacks



Reply With Quote