Hi,
This issue is resolved with
RequestHeader set ClientProtocol https
Best Regards,
Tushar
> From: krist.vanbes...@gmail.com
> Date: Mon, 21 Feb 2011 08:18:55 +0100
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] How to Retain https protocal
>
> On Sun, Feb 20, 2011 at 8:45 AM
On Sun, Feb 20, 2011 at 8:45 AM, Tushar Chavan
wrote:
> Hi ,
>
> We have below configuration in httpd-ssl.conf file.
>
> ProxyPass /irj http://essdevwd01:8100/irj
> ProxyPassreverse /irj http://essdevwd01:8100/irj
>
>
> Now when we execute https://Apache_host/irj it
On 02/20/2011 12:37 PM, Igor Galić wrote:
Why?
>> I'm trying to learn how to use the Apache rewrite module
> (http://bash.org/?866112)
As a matter of fact, I *do* know how to operate a jackhammer. Do you
need your demons let out? ;-)
Also, I have attempted to enable the rewrite log an
- Original Message -
> Apache users:
>
> I'm trying to learn how to use the Apache rewrite module to redirect
> incoming hits for virtual *.html pages to Perl CGI scripts using the
> information provided in the Apache 2.2 manual "URL Rewriting Guide"
> chapter "From Static to Dynamic" se
Nick,
what would that RewriteRule coupled with the proxypass do?
With proxypass you said if my application is there - so
ProxyPass /http-bind/ http://127.0.0.1:8080/http-bind/
means when I go on myserver.com/http-bind/ it will redirect me to http:127.0...
right?
--- On Sun, 2/20/11, Nick
- Original Message -
>
> On 19 Feb 2011, at 23:49, Al wrote:
>
> > RewriteEngine on
> >
> > RewriteRule http-bind/ http://myserver.com/http-bind/
>
> WTF are you trying to do there?
Heh. niq is so shocked, he forgot to link his own manual:
http://www.apachetutor.org/admin/reversep
On 19 Feb 2011, at 23:49, Al wrote:
> RewriteEngine on
>
> RewriteRule http-bind/ http://myserver.com/http-bind/
WTF are you trying to do there?
>
> ProxyPass /http-bind/ http://127.0.0.1:8080/http-bind/
Now that makes sense (if your app is there), though perhaps you meant to put it
insid