<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how to install mod_security in apache? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-mod-security-in-apache/m-p/3649108#M20122</link>
    <description>Dear Experts&lt;BR /&gt;I have download  modsecurity-1.8.7.tar.gz, then untar, unzip&lt;BR /&gt;#cd modsecurity-1.8.7&lt;BR /&gt;#ls apache2&lt;BR /&gt;makefile.win  mod_security.c&lt;BR /&gt;&lt;BR /&gt;now i also have downlaod the httpd-2.0.54.tar.bz2, untar, and unzip httpd-2.0.54.tar.bz2.&lt;BR /&gt;&lt;BR /&gt;now how to install the apache so that mod_security will also be install during apache installation ?&lt;BR /&gt;&lt;BR /&gt;and one more thing If i have already installed httpd-2.0.54.tar.bz2. via #untar/unzip, then #cd httpd-2.0.54, then #./configure, then #make then #make install&lt;BR /&gt;i.e if apache is already installed via source, then how to install mod_security ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Oct 2005 14:12:08 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2005-10-13T14:12:08Z</dc:date>
    <item>
      <title>how to install mod_security in apache?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-mod-security-in-apache/m-p/3649108#M20122</link>
      <description>Dear Experts&lt;BR /&gt;I have download  modsecurity-1.8.7.tar.gz, then untar, unzip&lt;BR /&gt;#cd modsecurity-1.8.7&lt;BR /&gt;#ls apache2&lt;BR /&gt;makefile.win  mod_security.c&lt;BR /&gt;&lt;BR /&gt;now i also have downlaod the httpd-2.0.54.tar.bz2, untar, and unzip httpd-2.0.54.tar.bz2.&lt;BR /&gt;&lt;BR /&gt;now how to install the apache so that mod_security will also be install during apache installation ?&lt;BR /&gt;&lt;BR /&gt;and one more thing If i have already installed httpd-2.0.54.tar.bz2. via #untar/unzip, then #cd httpd-2.0.54, then #./configure, then #make then #make install&lt;BR /&gt;i.e if apache is already installed via source, then how to install mod_security ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2005 14:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-mod-security-in-apache/m-p/3649108#M20122</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-10-13T14:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to install mod_security in apache?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-mod-security-in-apache/m-p/3649109#M20123</link>
      <description>When compiling Apache, what options did you pick?&lt;BR /&gt;&lt;BR /&gt;You need the DSO support enabled to be able to add new modules later. If you did not choose DSO support, all the modules must be chosen at the time Apache is compiled.&lt;BR /&gt;&lt;BR /&gt;Introduction to Apache DSO concepts:&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/dso.html" target="_blank"&gt;http://httpd.apache.org/docs/2.0/dso.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To compile and install extra modules after building Apache, you need the "apxs" tool, which should be built automatically with Apache:&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/programs/apxs.html" target="_blank"&gt;http://httpd.apache.org/docs/2.0/programs/apxs.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Oct 2005 07:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-mod-security-in-apache/m-p/3649109#M20123</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2005-10-14T07:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to install mod_security in apache?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-mod-security-in-apache/m-p/3649110#M20124</link>
      <description>The best way to install mod_security is to compile it from the source code and then add a DSO module to Apache's httpd.conf configuration file (LoadModule ...). &lt;BR /&gt;&lt;BR /&gt;Use these commands for set-up of mod_security module:&lt;BR /&gt;&lt;BR /&gt;# /path/to/apache/bin/apxs -cia mod_security.c&lt;BR /&gt;# /path/to/apache/bin/apachectl stop&lt;BR /&gt;# /path/to/apache/bin/apachectl start&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Oct 2005 08:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-mod-security-in-apache/m-p/3649110#M20124</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-10-14T08:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to install mod_security in apache?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-mod-security-in-apache/m-p/3649111#M20125</link>
      <description>ti depend from version to version.&lt;BR /&gt;Read README inside the source tree.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Oct 2005 12:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-mod-security-in-apache/m-p/3649111#M20125</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-10-14T12:10:59Z</dc:date>
    </item>
  </channel>
</rss>

