Thread: [mod-security-users] Mod_security with NGINX
Brought to you by:
victorhora,
zimmerletw
|
From: Lazaro R. G. M. <lga...@vn...> - 2013-09-04 18:40:52
|
Hello every one in the list, I am trying to install mod_security for NGINX, but the documentation is not very clear for me and I have a doubt. I need to install apache server for installing mod_security as an NGINX module? The question is because when I execute ./configure --enable-standalone-module this error is shows: configure: Looking for apache module support via DSO through APXS configure error: couldn't find APXS. Regards. Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! http://www.antiterroristas.cu http://justiciaparaloscinco.wordpress.com |
|
From: Ryan B. <RBa...@tr...> - 2013-09-04 18:50:40
|
Did you review these- http://www.modsecurity.org/projects/modsecurity/nginx/ https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#wiki-Installation_for_NGINX Ryan Barnett Lead Security Researcher, SpiderLabs On Sep 4, 2013, at 2:45 PM, "Lazaro Ruben Garcia Martinez" <lga...@vn...<mailto:lga...@vn...>> wrote: Hello every one in the list, I am trying to install mod_security for NGINX, but the documentation is not very clear for me and I have a doubt. I need to install apache server for installing mod_security as an NGINX module? The question is because when I execute ./configure --enable-standalone-module this error is shows: configure: Looking for apache module support via DSO through APXS configure error: couldn't find APXS. Regards. Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! http://www.antiterroristas.cu http://justiciaparaloscinco.wordpress.com ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ mod-security-users mailing list mod...@li...<mailto:mod...@li...> https://lists.sourceforge.net/lists/listinfo/mod-security-users Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: http://www.modsecurity.org/projects/commercial/rules/ http://www.modsecurity.org/projects/commercial/support/ ________________________________ This transmission may contain information that is privileged, confidential, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is strictly prohibited. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. |
|
From: Wingless-Archangel <na...@gm...> - 2013-09-04 19:03:12
|
Dear Mr./Miss Martinez, Check the prerequisite module. You don't need to install apache server to install ModSecurity. ModSecurity requires libapr1, libaprutil1, libpcre, and libxml to compile with NGINX. Regards, On Wed, Sep 4, 2013 at 8:19 PM, Lazaro Ruben Garcia Martinez < lga...@vn...> wrote: > Hello every one in the list, I am trying to install mod_security for > NGINX, but the documentation is not very clear for me and I have a doubt. > > I need to install apache server for installing mod_security as an NGINX > module? > > The question is because when I execute ./configure > --enable-standalone-module this error is shows: > > configure: Looking for apache module support via DSO through APXS > configure error: couldn't find APXS. > > Regards. > > Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE > ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! > http://www.antiterroristas.cu > http://justiciaparaloscinco.wordpress.com > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > mod-security-users mailing list > mod...@li... > https://lists.sourceforge.net/lists/listinfo/mod-security-users > Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: > http://www.modsecurity.org/projects/commercial/rules/ > http://www.modsecurity.org/projects/commercial/support/ > |
|
From: Reindl H. <h.r...@th...> - 2013-09-05 14:29:34
Attachments:
signature.asc
|
this is obviously a bug in the download page "Looking for apache module support via DSO through APXS" is clearly Apache too no idea if the developers are at vacation and until now ignore the thread but it doe snot help much asking the same question again and again :-) Am 05.09.2013 16:41, schrieb Lazaro Ruben Garcia Martinez: > Thank you for the answer. What is the right place for downloading mod_security for nginx, because the links for downloading mod_security for ngingx, downloads a package called modsecurity-apache_2.7.5.tar and if I try to install this, the configure error persists, because it needs some dependencies related with apache. > > ./configure --enable-standalone-module this error is shows: > > configure: Looking for apache module support via DSO through APXS > configure error: couldn't find APXS. > > What are the specific prerequisites for installing mod_security for NGINX, because the documentation is not clear in this steps, only is clear with the apache. > > My OS is CentOS 6.4 > > Please I apreciate some help |
|
From: Breno S. <bre...@gm...> - 2013-09-05 14:40:58
|
Lazaro, Mod_security NGINX uses a light Apache HTTP server (standalone) module. So prepare your env to run Apache (libs, binaries, etc) then just try to compile the module for Nginx. Thanks Breno On Thu, Sep 5, 2013 at 11:29 AM, Reindl Harald <h.r...@th...>wrote: > this is obviously a bug in the download page > "Looking for apache module support via DSO through APXS" is clearly Apache > too > no idea if the developers are at vacation and until now ignore the thread > but it doe snot help much asking the same question again and again :-) > > Am 05.09.2013 16:41, schrieb Lazaro Ruben Garcia Martinez: > > Thank you for the answer. What is the right place for downloading > mod_security for nginx, because the links for downloading mod_security for > ngingx, downloads a package called modsecurity-apache_2.7.5.tar and if I > try to install this, the configure error persists, because it needs some > dependencies related with apache. > > > > ./configure --enable-standalone-module this error is shows: > > > > configure: Looking for apache module support via DSO through APXS > > configure error: couldn't find APXS. > > > > What are the specific prerequisites for installing mod_security for > NGINX, because the documentation is not clear in this steps, only is clear > with the apache. > > > > My OS is CentOS 6.4 > > > > Please I apreciate some help > > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > mod-security-users mailing list > mod...@li... > https://lists.sourceforge.net/lists/listinfo/mod-security-users > Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: > http://www.modsecurity.org/projects/commercial/rules/ > http://www.modsecurity.org/projects/commercial/support/ > > |
|
From: Lazaro R. G. M. <lga...@vn...> - 2013-09-04 19:14:26
|
I am installed these packages however the error of configure persist. Why the mod_security for nginx package is called modsecurity-apache, see https://www.modsecurity.org/tarball/2.7.5/modsecurity-apache_2.7.5.tar.gz?? Regards. ________________________________________ De: Wingless-Archangel [na...@gm...] Enviado el: miércoles, 04 de septiembre de 2013 14:32 Para: mod...@li... Asunto: Re: [mod-security-users] Mod_security with NGINX Dear Mr./Miss Martinez, Check the prerequisite module. You don't need to install apache server to install ModSecurity. ModSecurity requires libapr1, libaprutil1, libpcre, and libxml to compile with NGINX. Regards, On Wed, Sep 4, 2013 at 8:19 PM, Lazaro Ruben Garcia Martinez <lga...@vn...<mailto:lga...@vn...>> wrote: Hello every one in the list, I am trying to install mod_security for NGINX, but the documentation is not very clear for me and I have a doubt. I need to install apache server for installing mod_security as an NGINX module? The question is because when I execute ./configure --enable-standalone-module this error is shows: configure: Looking for apache module support via DSO through APXS configure error: couldn't find APXS. Regards. Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! http://www.antiterroristas.cu http://justiciaparaloscinco.wordpress.com ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ mod-security-users mailing list mod...@li...<mailto:mod...@li...> https://lists.sourceforge.net/lists/listinfo/mod-security-users Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: http://www.modsecurity.org/projects/commercial/rules/ http://www.modsecurity.org/projects/commercial/support/ ________________________________ Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! http://www.antiterroristas.cu http://justiciaparaloscinco.wordpress.com Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! http://www.antiterroristas.cu http://justiciaparaloscinco.wordpress.com |
|
From: Alan S. <ala...@ac...> - 2013-09-04 19:29:56
|
What your O.S? And what packages are you used? Regards, On Sep 4, 2013, at 4:50 PM, Lazaro Ruben Garcia Martinez <lga...@vn...> wrote: > I am installed these packages however the error of configure persist. > > Why the mod_security for nginx package is called modsecurity-apache, see https://www.modsecurity.org/tarball/2.7.5/modsecurity-apache_2.7.5.tar.gz?? > > Regards. > ________________________________________ > De: Wingless-Archangel [na...@gm...] > Enviado el: miércoles, 04 de septiembre de 2013 14:32 > Para: mod...@li... > Asunto: Re: [mod-security-users] Mod_security with NGINX > > Dear Mr./Miss Martinez, > > Check the prerequisite module. You don't need to install apache server to install ModSecurity. > ModSecurity requires libapr1, libaprutil1, libpcre, and libxml to compile with NGINX. > > Regards, > > > On Wed, Sep 4, 2013 at 8:19 PM, Lazaro Ruben Garcia Martinez <lga...@vn...<mailto:lga...@vn...>> wrote: > Hello every one in the list, I am trying to install mod_security for NGINX, but the documentation is not very clear for me and I have a doubt. > > I need to install apache server for installing mod_security as an NGINX module? > > The question is because when I execute ./configure --enable-standalone-module this error is shows: > > configure: Looking for apache module support via DSO through APXS > configure error: couldn't find APXS. > > Regards. > > Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! > http://www.antiterroristas.cu > http://justiciaparaloscinco.wordpress.com > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > mod-security-users mailing list > mod...@li...<mailto:mod...@li...> > https://lists.sourceforge.net/lists/listinfo/mod-security-users > Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: > http://www.modsecurity.org/projects/commercial/rules/ > http://www.modsecurity.org/projects/commercial/support/ > > > ________________________________ > Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! > http://www.antiterroristas.cu > http://justiciaparaloscinco.wordpress.com > > Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! > http://www.antiterroristas.cu > http://justiciaparaloscinco.wordpress.com > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > mod-security-users mailing list > mod...@li... > https://lists.sourceforge.net/lists/listinfo/mod-security-users > Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: > http://www.modsecurity.org/projects/commercial/rules/ > http://www.modsecurity.org/projects/commercial/support/ |
|
From: Reindl H. <h.r...@th...> - 2013-09-04 20:18:42
Attachments:
signature.asc
|
Am 04.09.2013 21:50, schrieb Lazaro Ruben Garcia Martinez: > I am installed these packages however the error of configure persist. > Why the mod_security for nginx package is called modsecurity-apache, > see https://www.modsecurity.org/tarball/2.7.5/modsecurity-apache_2.7.5.tar.gz?? because it is most likely a mistake in the links since there is a own headline and in the IIS section are different packages so why do you not state that there is only "modsecurity-apache" linked on the download-page from the very begin instead complain that a "for apache" binary search apache header/libs? well, all this could be much easier if https://www.modsecurity.org/tarball/2.7.5/ would allow folder-listing instead force to guess |
|
From: Wingless-Archangel <na...@gm...> - 2013-09-04 19:50:18
|
What is your Linux Distribution? I installed on Debian and have a lot of problem because of the PATH environment in the heading file. On Wed, Sep 4, 2013 at 8:50 PM, Lazaro Ruben Garcia Martinez < lga...@vn...> wrote: > I am installed these packages however the error of configure persist. > > Why the mod_security for nginx package is called modsecurity-apache, see > https://www.modsecurity.org/tarball/2.7.5/modsecurity-apache_2.7.5.tar.gz > ?? > > Regards. > ________________________________________ > De: Wingless-Archangel [na...@gm...] > Enviado el: miércoles, 04 de septiembre de 2013 14:32 > Para: mod...@li... > Asunto: Re: [mod-security-users] Mod_security with NGINX > > Dear Mr./Miss Martinez, > > Check the prerequisite module. You don't need to install apache server to > install ModSecurity. > ModSecurity requires libapr1, libaprutil1, libpcre, and libxml to compile > with NGINX. > > Regards, > > > On Wed, Sep 4, 2013 at 8:19 PM, Lazaro Ruben Garcia Martinez < > lga...@vn...<mailto:lga...@vn...>> wrote: > Hello every one in the list, I am trying to install mod_security for > NGINX, but the documentation is not very clear for me and I have a doubt. > > I need to install apache server for installing mod_security as an NGINX > module? > > The question is because when I execute ./configure > --enable-standalone-module this error is shows: > > configure: Looking for apache module support via DSO through APXS > configure error: couldn't find APXS. > > Regards. > > Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE > ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! > http://www.antiterroristas.cu > http://justiciaparaloscinco.wordpress.com > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > mod-security-users mailing list > mod...@li...<mailto: > mod...@li...> > https://lists.sourceforge.net/lists/listinfo/mod-security-users > Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: > http://www.modsecurity.org/projects/commercial/rules/ > http://www.modsecurity.org/projects/commercial/support/ > > > ________________________________ > Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE > ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! > http://www.antiterroristas.cu > http://justiciaparaloscinco.wordpress.com > > Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE > ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! > http://www.antiterroristas.cu > http://justiciaparaloscinco.wordpress.com > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > mod-security-users mailing list > mod...@li... > https://lists.sourceforge.net/lists/listinfo/mod-security-users > Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: > http://www.modsecurity.org/projects/commercial/rules/ > http://www.modsecurity.org/projects/commercial/support/ > |
|
From: Aaron W. <aw...@co...> - 2013-09-04 20:04:41
|
I had something almost identical happen to me trying to build on CentOS 6.3. Complaining about not finding apache, when I don't want apache anywhere on the host, nor do I believe it should be required to build for nginx. Never resolved it, but I am very interested in why the build script thinks it needs it. -- Aaron Wingless-Archangel <na...@gm...> wrote: >What is your Linux Distribution? I installed on Debian and have a lot >of >problem because of the PATH environment in the heading file. > > >On Wed, Sep 4, 2013 at 8:50 PM, Lazaro Ruben Garcia Martinez < >lga...@vn...> wrote: > >> I am installed these packages however the error of configure persist. >> >> Why the mod_security for nginx package is called modsecurity-apache, >see >> >https://www.modsecurity.org/tarball/2.7.5/modsecurity-apache_2.7.5.tar.gz >> ?? >> >> Regards. >> ________________________________________ >> De: Wingless-Archangel [na...@gm...] >> Enviado el: miércoles, 04 de septiembre de 2013 14:32 >> Para: mod...@li... >> Asunto: Re: [mod-security-users] Mod_security with NGINX >> >> Dear Mr./Miss Martinez, >> >> Check the prerequisite module. You don't need to install apache >server to >> install ModSecurity. >> ModSecurity requires libapr1, libaprutil1, libpcre, and libxml to >compile >> with NGINX. >> >> Regards, >> >> >> On Wed, Sep 4, 2013 at 8:19 PM, Lazaro Ruben Garcia Martinez < >> lga...@vn...<mailto:lga...@vn...>> wrote: >> Hello every one in the list, I am trying to install mod_security for >> NGINX, but the documentation is not very clear for me and I have a >doubt. >> >> I need to install apache server for installing mod_security as an >NGINX >> module? >> >> The question is because when I execute ./configure >> --enable-standalone-module this error is shows: >> >> configure: Looking for apache module support via DSO through APXS >> configure error: couldn't find APXS. >> >> Regards. >> >> Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE >SE >> ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! >> http://www.antiterroristas.cu >> http://justiciaparaloscinco.wordpress.com >> >> >> >------------------------------------------------------------------------------ >> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, >more! >> Discover the easy way to master current and previous Microsoft >technologies >> and advance your career. Get an incredible 1,500+ hours of >step-by-step >> tutorial videos with LearnDevNow. Subscribe today and save! >> >http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk >> _______________________________________________ >> mod-security-users mailing list >> mod...@li...<mailto: >> mod...@li...> >> https://lists.sourceforge.net/lists/listinfo/mod-security-users >> Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: >> http://www.modsecurity.org/projects/commercial/rules/ >> http://www.modsecurity.org/projects/commercial/support/ >> >> >> ________________________________ >> Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE >SE >> ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! >> http://www.antiterroristas.cu >> http://justiciaparaloscinco.wordpress.com >> >> Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE >SE >> ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! >> http://www.antiterroristas.cu >> http://justiciaparaloscinco.wordpress.com >> >> >> >------------------------------------------------------------------------------ >> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, >more! >> Discover the easy way to master current and previous Microsoft >technologies >> and advance your career. Get an incredible 1,500+ hours of >step-by-step >> tutorial videos with LearnDevNow. Subscribe today and save! >> >http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk >> _______________________________________________ >> mod-security-users mailing list >> mod...@li... >> https://lists.sourceforge.net/lists/listinfo/mod-security-users >> Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: >> http://www.modsecurity.org/projects/commercial/rules/ >> http://www.modsecurity.org/projects/commercial/support/ >> > > >------------------------------------------------------------------------ > >------------------------------------------------------------------------------ >Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! >Discover the easy way to master current and previous Microsoft >technologies >and advance your career. Get an incredible 1,500+ hours of step-by-step >tutorial videos with LearnDevNow. Subscribe today and save! >http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > >------------------------------------------------------------------------ > >_______________________________________________ >mod-security-users mailing list >mod...@li... >https://lists.sourceforge.net/lists/listinfo/mod-security-users >Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: >http://www.modsecurity.org/projects/commercial/rules/ >http://www.modsecurity.org/projects/commercial/support/ |
|
From: Lazaro R. G. M. <lga...@vn...> - 2013-09-04 20:40:48
|
My OS is CentOS 6.4 and the package installed are apr, apr-devel, apr-util, apr-util-devel, pcre, pcre-devel, libxml2. These are the requirements of https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#wiki-Prerequisites, but this not work. Regards. ________________________________________ De: Aaron Weber [aw...@co...] Enviado el: miércoles, 04 de septiembre de 2013 15:34 Para: mod...@li...; Wingless-Archangel Asunto: Re: [mod-security-users] Mod_security with NGINX I had something almost identical happen to me trying to build on CentOS 6.3. Complaining about not finding apache, when I don't want apache anywhere on the host, nor do I believe it should be required to build for nginx. Never resolved it, but I am very interested in why the build script thinks it needs it. -- Aaron Wingless-Archangel <na...@gm...> wrote: What is your Linux Distribution? I installed on Debian and have a lot of problem because of the PATH environment in the heading file. On Wed, Sep 4, 2013 at 8:50 PM, Lazaro Ruben Garcia Martinez <lga...@vn...<mailto:lga...@vn...>> wrote: I am installed these packages however the error of configure persist. Why the mod_security for nginx package is called modsecurity-apache, see https://www.modsecurity.org/tarball/2.7.5/modsecurity-apache_2.7.5.tar.gz?? Regards. ________________________________________ De: Wingless-Archangel [na...@gm...<mailto:na...@gm...>] Enviado el: miércoles, 04 de septiembre de 2013 14:32 Para: mod...@li...<mailto:mod...@li...> Asunto: Re: [mod-security-users] Mod_security with NGINX Dear Mr./Miss Martinez, Check the prerequisite module. You don't need to install apache server to install ModSecurity. ModSecurity requires libapr1, libaprutil1, libpcre, and libxml to compile with NGINX. Regards, On Wed, Sep 4, 2013 at 8:19 PM, Lazaro Ruben Garcia Martinez <lga...@vn...<mailto:lga...@vn...><mailto:lga...@vn...<mailto:lga...@vn...>>> wrote: Hello every one in the list, I am trying to install mod_security for NGINX, but the documentation is not very clear for me and I have a doubt. I need to install apache server for installing mod_security as an NGINX module? The question is because when I execute ./configure --enable-standalone-module this error is shows: configure: Looking for apache module support via DSO through APXS configure error: couldn't find APXS. Regards. Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! http://www.antiterroristas.cu http://justiciaparaloscinco.wordpress.com ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ mod-security-users mailing list mod...@li...<mailto:mod...@li...><mailto:mod...@li...<mailto:mod...@li...>> https://lists.sourceforge.net/lists/listinfo/mod-security-users Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: http://www.modsecurity.org/projects/commercial/rules/ http://www.modsecurity.org/projects/commercial/support/ ________________________________ Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! http://www.antiterroristas.cu http://justiciaparaloscinco.wordpress.com Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! http://www.antiterroristas.cu http://justiciaparaloscinco.wordpress.com ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ mod-security-users mailing list mod...@li...<mailto:mod...@li...> https://lists.sourceforge.net/lists/listinfo/mod-security-users Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: http://www.modsecurity.org/projects/commercial/rules/ http://www.modsecurity.org/projects/commercial/support/ ________________________________ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk ________________________________ mod-security-users mailing list mod...@li... https://lists.sourceforge.net/lists/listinfo/mod-security-users Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: http://www.modsecurity.org/projects/commercial/rules/ http://www.modsecurity.org/projects/commercial/support/ ________________________________ Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! http://www.antiterroristas.cu http://justiciaparaloscinco.wordpress.com Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! http://www.antiterroristas.cu http://justiciaparaloscinco.wordpress.com |
|
From: Reindl H. <h.r...@th...> - 2013-09-05 08:13:05
Attachments:
signature.asc
|
*this is all about APACHE and not NGINX* as well as the download is *wrong* - so hard to understand? Am 04.09.2013 23:15, schrieb Lazaro Ruben Garcia Martinez: > My OS is CentOS 6.4 and the package installed are apr, apr-devel, apr-util, apr-util-devel, pcre, pcre-devel, libxml2. > > These are the requirements of https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#wiki-Prerequisites, but this not work. > > Regards. > ________________________________________ > De: Aaron Weber [aw...@co...] > Enviado el: miércoles, 04 de septiembre de 2013 15:34 > Para: mod...@li...; Wingless-Archangel > Asunto: Re: [mod-security-users] Mod_security with NGINX > > I had something almost identical happen to me trying to build on CentOS 6.3. Complaining about not finding apache, when I don't want apache anywhere on the host, nor do I believe it should be required to build for nginx. > > Never resolved it, but I am very interested in why the build script thinks it needs it. > > -- > Aaron > > Wingless-Archangel <na...@gm...> wrote: > What is your Linux Distribution? I installed on Debian and have a lot of problem because of the PATH environment in the heading file. > > > On Wed, Sep 4, 2013 at 8:50 PM, Lazaro Ruben Garcia Martinez <lga...@vn...<mailto:lga...@vn...>> wrote: > I am installed these packages however the error of configure persist. > > Why the mod_security for nginx package is called modsecurity-apache, see https://www.modsecurity.org/tarball/2.7.5/modsecurity-apache_2.7.5.tar.gz?? |
|
From: Lazaro R. G. M. <lga...@vn...> - 2013-09-05 14:02:50
|
Thank you for the answer. What is the right place for downloading mod_security for nginx, because the links for downloading mod_security for ngingx, downloads a package called modsecurity-apache_2.7.5.tar and if I try to install this, the configure error persists, because it needs some dependencies related with apache. ./configure --enable-standalone-module this error is shows: configure: Looking for apache module support via DSO through APXS configure error: couldn't find APXS. What are the specific prerequisites for installing mod_security for NGINX, because the documentation is not clear in this steps, only is clear with the apache. My OS is CentOS 6.4 Please I apreciate some help. Regards. ________________________________________ De: Reindl Harald [h.r...@th...] Enviado el: jueves, 05 de septiembre de 2013 3:42 Para: mod...@li... Asunto: Re: [mod-security-users] Mod_security with NGINX *this is all about APACHE and not NGINX* as well as the download is *wrong* - so hard to understand? Am 04.09.2013 23:15, schrieb Lazaro Ruben Garcia Martinez: > My OS is CentOS 6.4 and the package installed are apr, apr-devel, apr-util, apr-util-devel, pcre, pcre-devel, libxml2. > > These are the requirements of https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#wiki-Prerequisites, but this not work. > > Regards. > ________________________________________ > De: Aaron Weber [aw...@co...] > Enviado el: miércoles, 04 de septiembre de 2013 15:34 > Para: mod...@li...; Wingless-Archangel > Asunto: Re: [mod-security-users] Mod_security with NGINX > > I had something almost identical happen to me trying to build on CentOS 6.3. Complaining about not finding apache, when I don't want apache anywhere on the host, nor do I believe it should be required to build for nginx. > > Never resolved it, but I am very interested in why the build script thinks it needs it. > > -- > Aaron > > Wingless-Archangel <na...@gm...> wrote: > What is your Linux Distribution? I installed on Debian and have a lot of problem because of the PATH environment in the heading file. > > > On Wed, Sep 4, 2013 at 8:50 PM, Lazaro Ruben Garcia Martinez <lga...@vn...<mailto:lga...@vn...>> wrote: > I am installed these packages however the error of configure persist. > > Why the mod_security for nginx package is called modsecurity-apache, see https://www.modsecurity.org/tarball/2.7.5/modsecurity-apache_2.7.5.tar.gz?? Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU! http://www.antiterroristas.cu http://justiciaparaloscinco.wordpress.com |