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
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
(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:
>
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
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
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