Archive for December 15th, 2009

useful apache server documentation link

Tuesday, December 15th, 2009

Prefix for configutraion: http://httpd.apache.org/docs/2.2/en/programs/configure.html#installationdirectories

Disclaimer

Tuesday, December 15th, 2009

Disclaimer: The information and content provided on this website is for reference and informational purpose only. I cannot guarantee for accuracy and completeness for any information or content published on this site. Use of the information and content on this site is at your own risk. I accept no responsibility for any loss or damage [...]

How to install mod_security from source

Tuesday, December 15th, 2009

Ref :http://www.modsecurity.org/documentation/modsecurity-apache/2.5.11/html-multipage/installation.html Mod security works with apache. So You will have to define where is your Apache location (if you installed Apache from source) Here I have installed Apache in /usr/local/apache Directory Note: Make sure you have mod_unique_id installed : run the bellow command to make sure mod_unique_id is installed . bin/apachectl -l | grepĀ  [...]