RE: [users@httpd] How to Retain https protocal

2011-02-20 Thread Tushar Chavan
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

Re: [users@httpd] How to Retain https protocal

2011-02-20 Thread Krist van Besien
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

Re: [users@httpd] Apache 2.2 URL Rewriting Guide From Static to Dynamic 404 Not Found script not found or unable to stat: redirect:/printenv.pl

2011-02-20 Thread David Christensen
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

Re: [users@httpd] Apache 2.2 URL Rewriting Guide From Static to Dynamic 404 Not Found script not found or unable to stat: redirect:/printenv.pl

2011-02-20 Thread Igor Galić
- 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

Re: [users@httpd] Couple of questions about rewrite and proxypass

2011-02-20 Thread Al
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

Re: [users@httpd] Couple of questions about rewrite and proxypass

2011-02-20 Thread Igor Galić
- 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

Re: [users@httpd] Couple of questions about rewrite and proxypass

2011-02-20 Thread Nick Kew
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