Re: [users] Apache mod_security reverse proxy and how traffic is handled

2014-06-11 Thread Bruno Tréguier
Le 11/06/2014 à 20:47, Walzer, Jeffrey R a écrit : Does the Apache reverse proxy server forward traffic, or initiate a new connection on behalf of the external client? We have enabled the reverse proxy via mod_security proxypass, but I’d like to know if traffic is forwarded or a protocol break oc

[users] Apache mod_security reverse proxy and how traffic is handled

2014-06-11 Thread Walzer, Jeffrey R
Does the Apache reverse proxy server forward traffic, or initiate a new connection on behalf of the external client? We have enabled the reverse proxy via mod_security proxypass, but I'd like to know if traffic is forwarded or a protocol break occurs and the DMZ host initiates a new connection t

Re: [users] Re: Basic Login as domain\username

2014-06-11 Thread Darly Senecal Baptiste
(Starting to walk at the waters of mod_perl). Is there is a way that mod_perl gathers the information from the login screen before performing the authentication session? On Tue, Jun 10, 2014 at 11:55 AM, Eric Covener wrote: > On Tue, Jun 10, 2014 at 11:53 AM, Darly Senecal Baptiste > wrote: >

[users] Re: mop_perl retrieving the Basic AuthType screen

2014-06-11 Thread Darly Senecal Baptiste
Tested the code but provide the following: [Wed Jun 11 11:30:24 2014] [notice] child pid 32468 exit signal Segmentation fault (11) On Wed, Jun 11, 2014 at 11:26 AM, Darly Senecal Baptiste < dsenec...@gmail.com> wrote: > Hi Community, > > I am looking to implement a perl script that gathers the

[users] mop_perl retrieving the Basic AuthType screen

2014-06-11 Thread Darly Senecal Baptiste
Hi Community, I am looking to implement a perl script that gathers the login information (specifically, the username) before that information logs into the system. My current setting is the following PerlRequire /etc/httpd/conf/perl/startup.pl > PerlModule MyApache2::Authm > > AuthType Basic

Re: [users] mod_proxy_fcgi with Plack, customizing script vars in general

2014-06-11 Thread Jeff Trawick
On Mon, Jun 9, 2014 at 9:34 PM, Yehuda Katz wrote: > Plack requires SCRIPT_NAME to be "" instead of "/" ( > https://github.com/plack/Plack/issues/308). > Is there a way to do this with Apache 2.4.7? > > My current config is > ProxyPass / fcgi://localhost:9090/ > > - Y > I don't think it is possi