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
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
>
>
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
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
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
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
>
>
>
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
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:*
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
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 !
10 matches
Mail list logo