Re: [EMAIL PROTECTED] ProxyPass nocanon causes css files to have type text/plain

2008-10-23 Thread Nick Kew
On 23 Oct 2008, at 22:19, Adam Woodworth wrote: When there is a ?12345 in the URL, and nocanon is ON (don't canonicalise), then httpd "breaks" and for whatever reason isn't able to figure out that the file is a .css or .js file and appends a "Content-Type: text/plain" header instead of the appr

RE: [EMAIL PROTECTED] ProxyPass redirects the request

2008-08-03 Thread Phil Lefort
You might want to try: ProxyPass // http://www.backend.com/ ProxyPassReverse // http://www.backend.com/ References to mytest on the front-end will end up rendering the mytest info in the back-end. Good Luck, Phil Phil Lefort PSO Senior Field Engineer Office: 650-216-2173 Cell: 65

RE: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Mohammad Kargar - Indicee
/test/ ProxyHTMLURLMap /test /test RequestHeaderunset Accept-Encoding Thanks, Mohammad -Original Message- From: Mohammad Kargar - Indicee Sent: Monday, July 21, 2008 8:42 AM To: 'users@httpd.apache.org' Subject: RE: [EMAIL PROTECTED] ProxyPass redirects the requ

Re: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Nick Kew
On Mon, 21 Jul 2008 08:41:59 -0700 "Mohammad Kargar - Indicee" <[EMAIL PROTECTED]> wrote: > > Thank you very much. It seems that > http://www.apachetutor.org/admin/reverseproxies is the one I need to > follow to solve the issue. While I'm doing so, I'd like to ask one > more question: > > My ori

RE: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Mohammad Kargar - Indicee
- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2008 6:47 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] ProxyPass redirects the request On Sun, 20 Jul 2008 19:19:07 -0700 "Mohammad Kargar - Indicee" <[EMAIL PROTECTED]> wrote: > Does anybody know

Re: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Nick Kew
On Sun, 20 Jul 2008 19:19:07 -0700 "Mohammad Kargar - Indicee" <[EMAIL PROTECTED]> wrote: > Does anybody know what I'm missing here? http://www.apachetutor.org/admin/reverseproxies > ProxyPass /mytest/ http://www.backend.com/ > > ProxyPassReverse /mytest/ http://www.backend.com/ That's only pa

Re: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Joshua Slive
On Mon, Jul 21, 2008 at 8:51 AM, Merton Campbell Crockett <[EMAIL PROTECTED]> wrote: > > On 20 Jul 2008, at 19:19:07, Mohammad Kargar - Indicee wrote: > > I'm using the following configuration to setup my local Apache as a reverse > proxy for the app server (let's call ithttp://www.backend.com/). T

Re: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Merton Campbell Crockett
On 20 Jul 2008, at 19:19:07, Mohammad Kargar - Indicee wrote: I’m using the following configuration to setup my local Apache as a reverse proxy for the app server (let’s call ithttp://www.backend.com/) . The problem is that apache server redirects all the requests to / mytest/ to the backend

Re: [EMAIL PROTECTED] proxypass problems

2008-07-16 Thread Chris Cohen
Replaying to myself... after some coffee I figured out I missed a slash. ProxyHTMLURLMap /mirror/ / and the links are ok. So theres only the icons problem left. I tried something like ProxyHTMLURLMap /mirror/icons/ /icons and ../icons but neither of them works. It looks like its getting ignored.

Re: [EMAIL PROTECTED] proxypass problems

2008-07-15 Thread Chris Cohen
Nick Kew schrieb: On Tue, 15 Jul 2008 14:16:10 +0200 Chris Cohen <[EMAIL PROTECTED]> wrote: Thanks for your reply. Although it's just cosmetical I don't mind reading some docs. So, could you please point me in the right direction? What can I use to rewrite the content? mod-rewrite?

Re: [EMAIL PROTECTED] proxypass problems

2008-07-15 Thread Nick Kew
On Tue, 15 Jul 2008 14:16:10 +0200 Chris Cohen <[EMAIL PROTECTED]> wrote: > Thanks for your reply. Although it's just cosmetical I don't mind > reading some docs. So, could you please point me in the right > direction? What can I use to rewrite the content? mod-rewrite? http://www.apachetutor.

Re: [EMAIL PROTECTED] proxypass problems

2008-07-15 Thread Krist van Besien
On Tue, Jul 15, 2008 at 14:16, Chris Cohen <[EMAIL PROTECTED]> wrote: > On Tuesday 15 July 2008 10:31:48 Krist van Besien wrote: >> On Mon, Jul 14, 2008 at 13:27, Chris Cohen <[EMAIL PROTECTED]> wrote: >> > ... and it actually works. I can access all the files. BUT >> > Apache is looking for /icons

Re: [EMAIL PROTECTED] proxypass problems

2008-07-15 Thread Chris Cohen
On Tuesday 15 July 2008 10:31:48 Krist van Besien wrote: > On Mon, Jul 14, 2008 at 13:27, Chris Cohen <[EMAIL PROTECTED]> wrote: > > ... and it actually works. I can access all the files. BUT > > Apache is looking for /icons in the wrong directory and (what is > > much more annoying) the autoindex

Re: [EMAIL PROTECTED] proxypass problems

2008-07-15 Thread Krist van Besien
On Mon, Jul 14, 2008 at 13:27, Chris Cohen <[EMAIL PROTECTED]> wrote: > ... and it actually works. I can access all the files. BUT > Apache is looking for /icons in the wrong directory and (what is much more > annoying) the autoindex module generates wrong links. > For example: > I am in the dir /p

Re: [EMAIL PROTECTED] proxypass problems

2008-07-15 Thread Chris Cohen
Chris Cohen schrieb: Hi all, again... I am a total apache newbie. What I have is: - A webserver in my dmz with a dedicated vhost + ip - A ssh tunnel to an internal webserver - An internal webserver with a directory called mirror in / As you might imagine I want to access the dir mirror on the d

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-29 Thread Nino Saturnino Martinez Vazquez Wael
After some wondering, I decided to see if changing domain name would help, I mean going away from having the danish character æ in the domain, and it did. And I actually did not have to use cookie rewrite or domain. So this works too using mod proxy.. Nino Saturnino Martinez Vazquez Wael wrot

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Nino Saturnino Martinez Vazquez Wael
Replying inline... And thanks for your mail. Krist van Besien wrote: On Tue, May 27, 2008 at 11:25 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Hi I have two applications running in a tomcat instance, I use apaches mod proxy to forward to them accordingly. However I h

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Nino Saturnino Martinez Vazquez Wael
Replying inline... And thanks for your mail. Krist van Besien wrote: On Tue, May 27, 2008 at 11:25 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Hi I have two applications running in a tomcat instance, I use apaches mod proxy to forward to them accordingly. However I h

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Krist van Besien
On Tue, May 27, 2008 at 11:25 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > Hi > > I have two applications running in a tomcat instance, I use apaches mod > proxy to forward to them accordingly. However I have trouble getting a share > cookie to be visible in each applicatio

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Nino Saturnino Martinez Vazquez Wael
Okay since im not drowning in solutions for using mod proxy. I'll try to use mod jk. But before I do so I have the following question: How do I setup Apache HTTP to only forward to certain parts of tomcat, depending on incomming network. Currently I have 2 application, which needs to share a

RE: [EMAIL PROTECTED] proxypass or redirect external https to internal https

2008-01-31 Thread Axel-Stephane SMORGRAV
Look at the mod_ssl man page, specifically for the SSLProxy* directives. And please spare us for lengthy configurations with tons of comments ;-) -ascs De : Shaw, Dan [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 janvier 2008 19:18 À : users@httpd.apache.org

Re: [EMAIL PROTECTED] proxypass or redirect external https to internal https

2008-01-30 Thread Eric Covener
On Jan 30, 2008 1:18 PM, Shaw, Dan <[EMAIL PROTECTED]> wrote: > Has anyone setup apache to either ProxyPass or Redirect incoming https > (internet end user) connection to internal https? > ProxyPass /chat http://192.168.45.80 > ProxyPass /LeadsRequest/ http://192.168.45.148/LeadsR

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassReverse: url is not translated

2008-01-11 Thread Mike Wang
Hi krist thanks a lot. > As a last resort you can use output filtering using proxy_html see: > http://www.apachetutor.org/admin/reverseproxies (read this, especially > the part Fixing HTML) > > you will need at least the following directives: > LoadModule proxy_http_module modules/mod_proxy_h

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassReverse: url is not translated

2008-01-11 Thread Krist van Besien
On Jan 11, 2008 4:55 AM, Mike Wang <[EMAIL PROTECTED]> wrote: > Hi >I have tried to use proxypass with virtual host, here is what I want to do: > > on server A, virutal host :http://groups.mygroups.com/ > on Server B: a application is running at at: http://192.168.0.21/groups/ > >I wa

Re: [EMAIL PROTECTED] ProxyPass with http 302 redirect

2007-12-04 Thread Jim Jagielski
On Tue, Dec 04, 2007 at 12:47:42PM -0800, [EMAIL PROTECTED] wrote: > Hi, > > I'm trying to setup ProxyPass with mod_proxy_balancer and something weird is > happening. > > It seems when the backend server responses with an http 302 redirect, it > tries to redirect me to the backend URL instead

Re: [EMAIL PROTECTED] ProxyPass // ProxyPassReverse question

2007-11-07 Thread Nick Kew
On Wed, 7 Nov 2007 16:40:49 -0500 "Van Nguyen" <[EMAIL PROTECTED]> wrote: > I know this is a little long and somewhat confusing... but any help > would be great! Thanks in advance. It looks as if you're struggling towards http://www.apachetutor.org/admin/reverseproxies -- Nick Kew Application

RE: [EMAIL PROTECTED] ProxyPass issues

2007-09-14 Thread Nick Powers
Hey Jeff, When I simultaneously send ping packets I lose none and I should note that I only lose the images for my pages. All data and links come up but I get no images. If I hit refresh the page comes up fully. Here is my config: ProxyPass /index.php http://backend.ca/default.aspx retry=1 Pr

RE: [EMAIL PROTECTED] ProxyPass issues

2007-09-12 Thread Jeff Beard
Looks to me like it's an issue with the backend server not Apache. Have you validated that the IIS server is responding to requests within the timeout period when the problem is manifesting itself? A simple test would be to use wget from the Linux host to the IIS server when you see the problem.

RE: [EMAIL PROTECTED] proxypass and flash movie

2007-07-13 Thread Boyle Owen
> -Original Message- > From: Fabio Marcone [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 12, 2007 3:02 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] proxypass and flash movie > > thanks for your reply. > > > > > > So it'

Re: [EMAIL PROTECTED] proxypass and flash movie

2007-07-12 Thread Tomer Okavi
Hey guys there's a bug with some ie 7 update and flash plug-in which breaks down flash display. it happened with a couple of our desktop's, maybe that's what's going on .. google a bit and you will find a lot of thread's and posts about that problem BTW , reinstalling the operating syst

Re: [EMAIL PROTECTED] proxypass and flash movie

2007-07-12 Thread Fabio Marcone
thanks for your reply. > > So it's unlikely to be the server... > > Are the movies streamed or downloaded over HTTP. If streamed, is the > streaming port open in the FW? I think that are downloaded. However, I think it isn't a firewall problem because of firefox shows the movies correctly... >

RE: [EMAIL PROTECTED] proxypass and flash movie

2007-07-12 Thread Boyle Owen
> -Original Message- > From: Fabio Marcone [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 12, 2007 12:01 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] proxypass and flash movie > > Hi! > I've a strange problem with apache 1.3 (debian woody). This > is a server > in a pro

Re: [EMAIL PROTECTED] ProxyPass .... !

2007-04-12 Thread Joshua Slive
On 4/11/07, David Salisbury <[EMAIL PROTECTED]> wrote: ProxyPass /fsl/ ! ProxyPass /hq/ ! ProxyPass /arc/ ! ProxyPass / http://saruman.xxx.yyy.edu:8080/ ProxyPassReverse / http://saruman.xxx.yyy.edu:8080/ What I get from the above is almost

RE: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Steve Gums
: Robin-David Hammond [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 1:14 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] ProxyPass fails constantly can the host with apache running as a proxy make that number of sucessive/concurrent connections to the proxied server? Can we

RE: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Robin-David Hammond
Gums wrote: Hard coding the IP address is still failing. :-( Steve -Original Message- From: Robin-David Hammond [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 12:49 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] ProxyPass fails constantly is this a BIND issue? is

RE: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Robin-David Hammond
erent list. Steve -Original Message- From: Robin-David Hammond [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 12:49 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] ProxyPass fails constantly is this a BIND issue? is this an apache issue? does it happen when yo

RE: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Steve Gums
Hard coding the IP address is still failing. :-( Steve -Original Message- From: Robin-David Hammond [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 12:49 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] ProxyPass fails constantly is this a BIND issue? is this an

RE: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Steve Gums
ND on Solaris in the past. But that is a different list. Steve -Original Message- From: Robin-David Hammond [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 12:49 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] ProxyPass fails constantly is this a BIND issue? is th

Re: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Robin-David Hammond
is this a BIND issue? is this an apache issue? does it happen when you use hosts.text ? Robin-David Hammond KB3IEN 50 West 17th Street Ninth Floor New York, NY 10011 +1 212 479.1700 x 1729 On Mon, 26 Mar 2007, Steve Gums wrote: I am running apache 2.2.3 on Solaris 9 In my httpd-vhosts.c

RE: [EMAIL PROTECTED] ProxyPass

2007-01-30 Thread Chirouze Olivier
--Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Joshua Slive > Sent: 29 January 2007 21:46 > To: users@httpd.apache.org; [EMAIL PROTECTED] > Subject: Re: [EMAIL PROTECTED] ProxyPass > > On 1/29/07, Tony Heal <[EMAIL PROTECTED]> wro

Re: [EMAIL PROTECTED] ProxyPass

2007-01-29 Thread Joshua Slive
On 1/29/07, Tony Heal <[EMAIL PROTECTED]> wrote: What I would rather do if possible is for each virtual host use only 2 line something like this ProxyPass /$1 http://other-server/$1 ProxyPassReverse /$1 http://other-server/$1 Is this possible? If so how? If not is there a better alternati

Re: [EMAIL PROTECTED] ProxyPass with exceptions

2006-09-22 Thread Nick Ascione
I just had a similar problem. What is happening is as follows ProxyPass /cob http://192.168.1.1/cob ProxyPassReverse /cob http://192.168.1.1/cob catches /cob, but not cob/webappage.nsf the proxypass is working on the directory level only and not whats below it in the directory tree. So ...

Re: [EMAIL PROTECTED] ProxyPass with exceptions

2006-09-21 Thread Richard de Vries
Sorry, should have been: ProxyPass http://192.168.1.1/cob ProxyPassReverse http://192.168.1.1/cob ProxyPass http://192.168.1.3/ ProxyPassReverse http://192.168.1.3/ --- Richard de Vries <[EMAIL PROTECTED]> wrote: > How about if you split your ProxyPass directives up > in > Locatio

Re: [EMAIL PROTECTED] ProxyPass with exceptions

2006-09-21 Thread Richard de Vries
How about if you split your ProxyPass directives up in Location Blocks. Does that make a difference? i.e. ProxyPass /cob http://192.168.1.1/cob ProxyPassReverse /cob http://192.168.1.1/cob ProxyPass / http://192.168.1.3/ ProxyPassReverse / http://192.168.1.3/ --- [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-21 Thread Nick Ascione
In my case the backend host is a IIS server. Any ideas? Rainer Perske wrote: -BEGIN PGP SIGNED MESSAGE- Nick Ascione schrieb am 2006-09-21: Thanks Rainer. The mod_speling works great. fine :-) However I have a new interesting problem In my vhost I

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-21 Thread Rainer Perske
-BEGIN PGP SIGNED MESSAGE- Nick Ascione schrieb am 2006-09-21: > Thanks Rainer. > The mod_speling works great. fine :-) > However I have a new interesting problem > In my vhost I have > proxypass /somedir /http://www.somedomain.com/somedir > proxypassreverse /somedir /http://www.so

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-21 Thread Joshua Slive
On 9/21/06, Nick Ascione <[EMAIL PROTECTED]> wrote: Thanks Rainer. The mod_speling works great. However I have a new interesting problem In my vhost I have proxypass /somedir /http://www.somedomain.com/somedir proxypassreverse /somedir /http://www.somedomain.com/somedir The above works fine

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-21 Thread Nick Ascione
Thanks Rainer. The mod_speling works great. However I have a new interesting problem In my vhost I have proxypass /somedir /http://www.somedomain.com/somedir proxypassreverse /somedir /http://www.somedomain.com/somedir The above works fine and mod_speling catches any weird way that somedir

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-21 Thread Rainer Perske
-BEGIN PGP SIGNED MESSAGE- Nick Ascione schrieb am 2006-09-20: > [reverse proxy for is configured] > [creating a local directory .../htdocs/somedir triggers mod_speling] > [so that that .../SoMeDir gets redirected to .../somedir] > With mod_speling, th

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-20 Thread Nick Ascione
With mod_speling, that only appears to work if the directory is on the local machine? What about in the case of a reverse proxy? Rainer Perske wrote: Hi Nick Ascione schrieb am 2006-09-20: I have a server setup as a reverse proxy for a server called for example www.somedomain.com

Re: [EMAIL PROTECTED] proxypass ignore case issue

2006-09-20 Thread Rainer Perske
Hi Nick Ascione schrieb am 2006-09-20: > I have a server setup as a reverse proxy for a server called for > example www.somedomain.com > If a user goes to http://www.somedomain.com/somedir, I want it to > goto http://appserver.blah.com/somedir > I have the following > > ProxyPass http

Re: [EMAIL PROTECTED] ProxyPass issues

2006-08-24 Thread Joshua Slive
On 8/24/06, kent stand <[EMAIL PROTECTED]> wrote: Hello, I am setting up a VirtualHost which passes most of its traffic to another server instance via ProxyPass, but reserves some requests for that VirtualHost. The issue is that all of the traffic is being proxied, despite the directives I set:

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-06-05 Thread Giovanni
> You should also be able to fix the fix like this: > > ProxyHTMLURLMap / /ntop/ > ProxyHTMLURLMap /ntop/plugins/ntop/ /ntop/plugins/ > YES! this worked very well, the only thing I needed was the second line... THANKS ! many thanks to Alex-Stephan and Brian for your big big help!!! Bye - G

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-30 Thread Brian Rectanus
On 5/29/06, Giovanni <[EMAIL PROTECTED]> wrote: On 10:13, lunedě 29 maggio 2006, Axel-Stéphane SMORGRAV wrote: > It is really hard to understand exactly what your problem is because your > description is so sketchy. My understanding is that when you request > http://pippo/ntop/showPlugins.html?ic

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-29 Thread Giovanni
On 10:13, lunedì 29 maggio 2006, Axel-Stéphane SMORGRAV wrote: > It is really hard to understand exactly what your problem is because your > description is so sketchy. My understanding is that when you request > http://pippo/ntop/showPlugins.html?icmpWatch, the backend server issues a > redirect to

RE: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-29 Thread Axel-Stéphane SMORGRAV
It is really hard to understand exactly what your problem is because your description is so sketchy. My understanding is that when you request http://pippo/ntop/showPlugins.html?icmpWatch, the backend server issues a redirect to http://localhost:3000/plugins/icmpWatch which you expect the rev

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-25 Thread Giovanni
On 23:36, mercoledì 24 maggio 2006, Brian Rectanus wrote: > What version of mod_proxy_html? don't know...how to ask for version? apache version i s 2.0.54 shipped with debian-stable (sarge) > > ProxyHTMLURLMap / /ntop/ > > The above can replace all occurences of '/' with '/ntop/', which is > wha

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-24 Thread Brian Rectanus
What version of mod_proxy_html? ProxyHTMLURLMap / /ntop/ The above can replace all occurences of '/' with '/ntop/', which is what is happening (Logic is 'starts-with' in HTML links, but 'contains' in scripting events and embedded script and style sections). Try Regular expression mapping in mod

[EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-15 Thread Oliver.Schaudt
Should I post a bug report? Than Do it -Ursprüngliche Nachricht- Von: Kresimir Peharda [mailto:[EMAIL PROTECTED] Gesendet: Di 14.02.2006 21:04 An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect

Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-14 Thread Kresimir Peharda
--- [EMAIL PROTECTED] wrote: >Can you turn on "LogLevel Debug" and post some lines out of it. >If occur, Lines around "proxy: HTTPS: declining URL" or "proxy: HTTP: >serving URL" Ok, I tried that, but nothing like HTTPS in the logs. As I said, I suspect that the problem is in rewriting replies p

[EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-14 Thread Oliver.Schaudt
apache.org Betreff: Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0) > Only to make a ProxyPassReverse is not enough to make https > Do you have in your httpd.conf at least Lines like this ? > SSLEngine On > SSLProx

[EMAIL PROTECTED] AW: RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-14 Thread Oliver.Schaudt
Mo 13.02.2006 19:41 An: users@httpd.apache.org Betreff: RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0) Only to make a ProxyPassReverse is not enough to make https Do you have in your httpd.conf at least Lines like this ? SSLEngine On SSLProxyEngine On

Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-13 Thread Kresimir Peharda
> Only to make a ProxyPassReverse is not enough to make https > Do you have in your httpd.conf at least Lines like this ? > SSLEngine On > SSLProxyEngine On > Listen fe:443 Yes, I do have lines like this. However, based on the reponses from the Apache proxy, the browser never initiates a https ses

[EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-13 Thread Oliver.Schaudt
: Kresimir Peharda [mailto:[EMAIL PROTECTED] Gesendet: Mo 13.02.2006 12:16 An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0) --- [EMAIL PROTECTED] wrote: > Where in your config should come

Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-13 Thread Kresimir Peharda
--- [EMAIL PROTECTED] wrote: > Where in your config should come the https from ? > > If you want a secure communication to the backend than make a virtual host on > Port 80 for the frontend, rewrite than all incoming requests from the second > virtual host which is listening on Port 443 of your f

[EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-13 Thread Oliver.Schaudt
Where in your config should come the https from ? If you want a secure communication to the backend than make a virtual host on Port 80 for the frontend, rewrite than all incoming requests from the second virtual host which is listening on Port 443 of your frontend server and put there (in the

RE: [EMAIL PROTECTED] ProxyPass does not work withhostnamesonlyIP's.(mod_proxyApache 1.3)

2006-01-16 Thread bsdsec
Subject: RE: [EMAIL PROTECTED] ProxyPass does not work withhostnamesonlyIP's.(mod_proxyApache 1.3) I cleared all my logs and restarted the server. Tried accessing the page twice with same error. It appears the requests never reach the backend server. Here are the full con

RE: [EMAIL PROTECTED] ProxyPass does not work withhostnamesonlyIP's.(mod_proxyApache 1.3)

2006-01-16 Thread Axel-Stéphane SMORGRAV
PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] ProxyPass does not work withhostnamesonlyIP's.(mod_proxyApache 1.3) I cleared all my logs and restarted the server. Tried accessing the page twice with same error. It appears the requests never reach the backend server. Here ar

RE: [EMAIL PROTECTED] ProxyPass does not work with hostnamesonlyIP's.(mod_proxyApache 1.3)

2006-01-16 Thread bsdsec
r logs +/- 30 seconds? -ascs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 2:27 PM To: Axel-Stéphane SMORGRAV Cc: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] ProxyPass does not work with hostnamesonlyIP's.(mod_proxyApache 1.3

Re: [EMAIL PROTECTED] ProxyPass does not work with hostnames only IP's. (mod_proxy Apache 1.3)

2006-01-16 Thread Joshua Slive
On 1/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi! > > I'm using OpenBSD 3.8 default install with mod_proxy enabled. I use > ProxyPass in virtual host directives with success. Example: In addition to the ideas that others have provided, note that openbsd does not use a "standard" apach

RE: [EMAIL PROTECTED] ProxyPass does not work with hostnamesonlyIP's.(mod_proxyApache 1.3)

2006-01-16 Thread Axel-Stéphane SMORGRAV
] [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 2:27 PM To: Axel-Stéphane SMORGRAV Cc: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] ProxyPass does not work with hostnamesonlyIP's.(mod_proxyApache 1.3) Does that rewrite rule do exactly the same as ProxyPass? Anyway, same

RE: [EMAIL PROTECTED] ProxyPass does not work with hostnames onlyIP's.(mod_proxyApache 1.3)

2006-01-16 Thread bsdsec
[P,L] ProxyPassReverse / http://intranet.foo.org/ You should now get some pretty detailed logs about what is happening. -ascs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 2:10 PM To: Axel-Stéphane SMORGRAV Cc: users@httpd.apache.org

RE: [EMAIL PROTECTED] ProxyPass does not work with hostnames onlyIP's.(mod_proxyApache 1.3)

2006-01-16 Thread Axel-Stéphane SMORGRAV
/ You should now get some pretty detailed logs about what is happening. -ascs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 2:10 PM To: Axel-Stéphane SMORGRAV Cc: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] ProxyPass does not

RE: [EMAIL PROTECTED] ProxyPass does not work with hostnames onlyIP's. (mod_proxyApache 1.3)

2006-01-16 Thread bsdsec
o check the (error) logs to see exactly what URL produced the 500 error to make sure that it is not the consequence of a redirect. -ascs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 1:48 PM To: Axel-Stéphane SMORGRAV Subject: RE: [EMAI

RE: [EMAIL PROTECTED] ProxyPass does not work with hostnames only IP's. (mod_proxyApache 1.3)

2006-01-16 Thread bsdsec
Sorry I forgot to mention, OpenBSD comes with Apache 1.3 by default. I'm using Apache 1.3 Quoting Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]>: I will assume that you are using Apache 2.0 or newer. In that case, in addition to mod_proxy, you need to include the mod_proxy_http module. -ascs ---

RE: [EMAIL PROTECTED] ProxyPass does not work with hostnames only IP's. (mod_proxyApache 1.3)

2006-01-16 Thread Axel-Stéphane SMORGRAV
I will assume that you are using Apache 2.0 or newer. In that case, in addition to mod_proxy, you need to include the mod_proxy_http module. -ascs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 1:41 PM To: users@httpd.apache.org Subj

RE: [EMAIL PROTECTED] ProxyPass trouble, WAS: Can't get "stickysession" to work

2006-01-09 Thread Germer, Carsten
either if i put >there a route or not. >When i look in the code of mod_proxy_balancer.c than it seems >that it is >only working with a Tomcat which sends a JSESSIONID like >".". >I have the problem that i have a SAP Web Application Server >which sends JSESSIONID'

Re: [EMAIL PROTECTED] ProxyPass trouble, WAS: Can't get "stickysession" to work

2006-01-06 Thread Joshua Slive
On 1/6/06, Germer, Carsten <[EMAIL PROTECTED]> wrote: > ReHi everyone, > I now tried to do it with ProxyPass and ran into another Problem. > > Config snip >> > ProxyPass / balancer://mycluster stickysession=_ZopeId nofailover=on > > BalancerMember http://app1.desy.de:8080/ > BalancerMemb

RE: [EMAIL PROTECTED] proxypass and redirect apache2

2005-09-23 Thread Heitmann, Herwarth
-Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: 23 September 2005 15:05 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] proxypass and redirect apache2 On 9/23/05, Heitmann, Herwarth <[EMAIL PROTECTED]> wrote: > Hello, > > I want the follo

Re: [EMAIL PROTECTED] proxypass and redirect apache2

2005-09-23 Thread Joshua Slive
On 9/23/05, Heitmann, Herwarth <[EMAIL PROTECTED]> wrote: > Hello, > > I want the following to be done for our new reverse proxy solution: > > http://www.800-900manager.nl needs to be rewritten to > https://www.800-900manager.nl > > and when someone goes to https://www.800-900manager.nl it needs to

Re: [EMAIL PROTECTED] ProxyPass + NoProxy?

2005-07-21 Thread Joshua Slive
On 7/20/05, Jason Morehouse <[EMAIL PROTECTED]> wrote: > I'm trying to setup a transparent proxy to a remote host with ProxyPass. > > ProxyPass / http://myserver.com > > This works great, but I also want to bypass the remote proxy based on > host. > > >From my interpretation of the documentation