Re: [users@httpd] response handling inside ap_hook_create_request cb function

2013-09-26 Thread Pon Umapathy Kailash S
Thanks. On Thu, Sep 26, 2013 at 10:08 PM, Jeff Trawick wrote: > On Thu, Sep 26, 2013 at 12:22 PM, Pon Umapathy Kailash S > wrote: >> >> Hi, >> Here is a quick background on what I am trying to do(basically adding >> support for websockets - in a slightly customized manner as needed for >> my app

Re: [users@httpd] Question regarding ProxyPass and "!"

2013-09-26 Thread Tom Evans
On Thu, Sep 26, 2013 at 10:58 AM, Thomas Eckert wrote: > Using a config like this > > > BalancerMember http://backend.example.local status=-SE > > > ServerName frontend.example.local > SSLProxyEngine On > RequestHeader set X-Forwarded-Proto http > >

Re: [users@httpd] Question regarding ProxyPass and "!"

2013-09-26 Thread Jeremy Frank
We are doing something more like this on our 2.4 servers: BalancerMember http://backend.example.local status=-SE ServerName frontend.example.local SSLProxyEngine On RequestHeader set X-Forwarded-Proto http ProxyPass/helloworld/ ! ProxyPass/ balancer://cd

Re: [users@httpd] response handling inside ap_hook_create_request cb function

2013-09-26 Thread Jeff Trawick
On Thu, Sep 26, 2013 at 12:22 PM, Pon Umapathy Kailash S < pon.umapa...@gmail.com> wrote: > Hi, > Here is a quick background on what I am trying to do(basically adding > support for websockets - in a slightly customized manner as needed for > my app): > Try the module author's mailing list: http

[users@httpd] response handling inside ap_hook_create_request cb function

2013-09-26 Thread Pon Umapathy Kailash S
Hi, Here is a quick background on what I am trying to do(basically adding support for websockets - in a slightly customized manner as needed for my app): - Handle the initial handshake inside a cb function registered as a handler hook(from here, I compute checksums required and return the response

Re: [users@httpd] suphp

2013-09-26 Thread Francois Gingras
On Thu, Sep 26, 2013 at 8:55 AM, Pol Hallen wrote: > Howdy :-) > > Does suphp supports cgi scripts? If yes, how? > > I've done a long searching but I didn't found any howto or tips to do this. > > Any idea? > > Thanks! > > Pol > > >

[users@httpd] suphp

2013-09-26 Thread Pol Hallen
Howdy :-) Does suphp supports cgi scripts? If yes, how? I've done a long searching but I didn't found any howto or tips to do this. Any idea? Thanks! Pol - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For addit

Re: [users@httpd] RE: Downloads for Apache 2.4.6 w/ OpenSSL 1.0.1e !!

2013-09-26 Thread Frank Gingras
Hello, Those sites are safe, indeed. There a no official binaries for windows at the moment, until someone volunteers to step up to the plate and upload some. On 26/09/13 02:11 AM, Thakur, Praveen Kumar wrote: Anyone? *From:*Thakur, Praveen Kumar [mailto:praveenkumar_tha...@bmc.com] *Sent:*

Re: [users@httpd] RE: Downloads for Apache 2.4.6 w/ OpenSSL 1.0.1e !!

2013-09-26 Thread Jeff Trawick
On Thu, Sep 26, 2013 at 2:11 AM, Thakur, Praveen Kumar < praveenkumar_tha...@bmc.com> wrote: > Anyone? > If your product provides Apache HTTP Server and selected support libraries then you should build it yourself as part of a repeatable, automated process (like any other software you ship) so th

[users@httpd] Question regarding ProxyPass and "!"

2013-09-26 Thread Thomas Eckert
Using a config like this BalancerMember http://backend.example.local status=-SE ServerName frontend.example.local SSLProxyEngine On RequestHeader set X-Forwarded-Proto http ProxyPass ! ProxyPassReverse !