|
Search:
Advanced search
|
Browse by category:
|
Glossary | Contact Us |
Install and enabling Apache mod_substitute |
|||||
There is an interesting module for apache which does automatic search and replacement operations using regular expressions. For information about this module documented in apache website NOTE: This module is only available in Apache 2.2.7 and later The mod_substitute.so does not come preinstalled under modules so you have to copy the source of mod_substitute.c from the latest apache source and then compile it with apxs installer. Download the latest apache source tarball from httpd.apache.org. you need not compile it if has already been installed.
then compile and install with apxs
then open /etc/conf/httpd.conf and add a line like this…
This this is done, you have to setup mod_subsitute to do the filtering. In .htaccess add lines like
|
|||||