Re: [us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Eric Covener
On Wed, Sep 15, 2010 at 8:06 AM, Tushar Chavan wrote: > Hi Serge, > > You are right. Portal was doing re-direct to apache server.Now I removed it. > > Now problem when I remove proxymapping ( i. e re-direction ) from portal, I > can not retain host of apache in the url. > > e.g when I  hit https:/

RE: [us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Tushar Chavan
://sap_web_dispatcher_port:1443/irj. How can I retain apache hostname? Best Regards, Tushar > From: serge.fonvi...@gmail.com > Date: Wed, 15 Sep 2010 12:15:14 +0200 > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Reverse proxy : https changes to http with blank >

RE: [us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Tushar Chavan
, Tushar. > From: serge.fonvi...@gmail.com > Date: Wed, 15 Sep 2010 12:15:14 +0200 > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Reverse proxy : https changes to http with blank > page > > > Hi Experts, > > > > Below is our scenario. >

Re: [us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Serge Fonville
> Hi Experts, > > Below is our scenario. > > Web Browser -->Apapche server --->SAP WEB Dispatcher > -->SAP Portal > > Web browser to Apache server ( HTTPS flow ) ->then from Apache server to > SAP Web Dispatcher ( HTTPS ) >then SAP WEB Dispatcher  to SAP Portal ( > H

[us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Tushar Chavan
Hi Experts, Below is our scenario. Web Browser -->Apapche server --->SAP WEB Dispatcher -->SAP Portal Web browser to Apache server ( HTTPS flow ) ->then from Apache server to SAP Web Dispatcher ( HTTPS ) >then SAP WEB Dispatcher to SAP Portal ( HTTP

Re: [us...@httpd] Reverse Proxy with partial paths possible

2010-06-30 Thread Tom Evans
On Wed, Jun 30, 2010 at 2:49 PM, Dirk Taggesell wrote: > Hi all, > > I run an Apache 2.2.11 for several virtual hosts and I configured > several reverse proxy directives which are working as intended. > > Now I received a request to configure some additional rules, like these: > > ProxyPass      

[us...@httpd] Reverse Proxy with partial paths possible

2010-06-30 Thread Dirk Taggesell
Hi all, I run an Apache 2.2.11 for several virtual hosts and I configured several reverse proxy directives which are working as intended. Now I received a request to configure some additional rules, like these: ProxyPass /bla/ http://first-back-end:8000/ ProxyPassReverse/b

[us...@httpd] Reverse proxy with Apache breaks my preferred charset

2010-06-08 Thread Jason Voorhees
Hi all: I'm running Apache 2.2.15 in a CentOS Linux 5 OS configured as a reverse proxy using mod_proxy, mod_proxy_html, mod_xml2enc and mod_charset_lite. My configuration is as follows: ProxyRequests Off ProxyPass / http://192.168.140.249/ ProxyHTMLEnable On ProxyHTMLURLMap On ProxyHTMLURLMap htt

Re: [us...@httpd] reverse proxy and file download problems for the client

2010-06-04 Thread Nick Kew
On Fri, 4 Jun 2010 16:43:02 -0400 Duane Winner wrote: > Suggestions, ideas? How about posting a URL that demonstrates the problem? -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See h

[us...@httpd] reverse proxy and file download problems for the client

2010-06-04 Thread Duane Winner
We are running apache as a reverse proxy front-end in our DMZ to forward requests to apache servers in our back-end network segment. Previously, until a few months ago, we ran one apache instance for each client in the DMZ without reverse proxy, so the apache was both the front-end and the app ser

RE: [us...@httpd] Reverse Proxy and header manipulation

2010-05-24 Thread Emmanuel Bailleul
> -Message d'origine- > De : Octavian Rasnita [mailto:orasn...@gmail.com] > Envoyé : dimanche 23 mai 2010 18:05 > À : users@httpd.apache.org > Objet : Re: [us...@httpd] Reverse Proxy and header manipulation > > From: "Tomer Okavi" > > Hi > &g

Re: [us...@httpd] Reverse Proxy and header manipulation

2010-05-23 Thread Octavian Rasnita
From: "Tomer Okavi" > Hi > I'm using apache as front end for iis servers. > I'm using mod_proxy and mod_proxy_balancer for the reverse proxy stuff and > for load balancing requests beetween backend (IIS) servers. > the front end apache is also doing ssl, backend communication is http > (browser --

[us...@httpd] Reverse Proxy and header manipulation

2010-05-23 Thread Tomer Okavi
Hi I'm using apache as front end for iis servers. I'm using mod_proxy and mod_proxy_balancer for the reverse proxy stuff and for load balancing requests beetween backend (IIS) servers. the front end apache is also doing ssl, backend communication is http (browser > https apache --> http bac

[us...@httpd] Reverse Proxy Configuration

2010-05-14 Thread John Iliffe
I am attempting to connect the HTTP port of our mail server through Apache so that Inet users can connect by browser to get their mail. If I give the full path to the mail server login screen in the config file: ProxyPass /mail http://192.168.1.12:8080/email the browser hangs and I get the fo

Re: [us...@httpd] Reverse Proxy https to http

2010-04-23 Thread Krist van Besien
On Thu, Apr 22, 2010 at 4:31 PM, GB GB wrote: > basically > > this is what the client gets after the POST > http://mydomain.com/lsw/clientele/ses/pagePersonnelle.jsp?Mouftah=VXV744A9SVZMU9P > > rather then getting > > https://mydomain.com/lsw/clientele/ses/pagePersonnelle.jsp?Mouftah=VXV744A9SVZMU

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread Eric Covener
On Thu, Apr 22, 2010 at 9:59 AM, alin vasile wrote: >> >>     ProxyPassReverse https://10.173.90.167:8443/ >> > Shouldn't be ProxyPassReverse / https://10.173.90.167:8443/  ? The other arg is inferred from the context (location container), the two arg form is only required in virtualhost

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread GB GB
sorry i made a mistake when I wrote the URL's before basically this is what the client gets after the POST http://mydomain.com/lsw/clientele/ses/pagePersonnelle.jsp?Mouftah=VXV744A9SVZMU9P rather then getting https://mydomain.com/lsw/clientele/ses/pagePersonnelle.jsp?Mouftah=VXV744A9SVZMU9P I

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread GB GB
I dont know why, but when I copy paste my virtualhost info from httpd.conf and put in ssl.conf like you it works??!! thx On Thu, Apr 22, 2010 at 9:01 AM, Mauri wrote: > > u can investigate on the version. I have this: httpd-2.2.3-31 > > Please see at ssl.conf top: > =

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread alin vasile
Shouldn't be ProxyPassReverse / https://10.173.90.167:8443/ ? From: GB GB To: users@httpd.apache.org Sent: Thu, April 22, 2010 3:56:36 PM Subject: Re: [us...@httpd] Reverse Proxy https to http The version I am using is Server version: Apache/2.0.54 S

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread Krist van Besien
On Thu, Apr 22, 2010 at 2:21 PM, GB GB wrote: > and in the browser I get the following: The connection has timed out > > http://backend2.ca/lsw/clientele/ses/pagePersonnelle.jsp?Mouftah=VXV744A9SVZMU9P If the browser tries to access the backend directly this is because it was told to do so, prob

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread Mauri
u can investigate on the version. I have this: httpd-2.2.3-31 Please see at ssl.conf top: LoadModule ssl_module modules/mod_ssl.so LoadFile /usr/lib/libxml2.so LoadModule proxy_html_module modules/mod_proxy_html.so LoadModule xml2enc_module module

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread GB GB
The version I am using is Server version: Apache/2.0.54 Server built: Sep 23 2005 15:28:48 ProxyHTMLURLMap doesn't work with what I am using. On Thu, Apr 22, 2010 at 8:32 AM, Mauri wrote: > Hi GB. > > I have a similar solution. > > Client --> https://mysite.com --> proxy --> http://backe

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread Mauri
Hi GB. I have a similar solution. Client --> https://mysite.com --> proxy --> http://backend. the url in the client broswer is https://mysite.com. this is my /etc/httpd/conf.d/ssl.conf: LoadModule ssl_module modules/mod_ssl.so LoadFile /usr/lib/libxml2.so LoadModule proxy_html_module modul

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread GB GB
Basically what goes on when the user types in https://mydomain.com/lsw he gets an authentification page from the backend application. Once he enters his credentials, I notice a POST in the apache logs. This is what the user types in: https://mydomain.com/lsw/clientele/gen/authentification.jsp he

Re: [us...@httpd] Reverse Proxy https to http

2010-04-21 Thread Krist van Besien
On Tue, Apr 20, 2010 at 6:41 PM, GB GB wrote: > #this for some reason becomes http from client perspective > #PreserveHost on does not work with lsw, so I disabled it > RewriteRule       ^/lsw(.*)$    http://backend2.ca:8082/lsw$1     [NC,P,L] > ProxyPassReverse  /lsw          http://backen

Re: [us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-20 Thread alin vasile
I managed to do this with rewrite rules; if the requested host is not on intranet, I'll forbid the request: RewriteRule .* - [F] From: alin vasile To: users@httpd.apache.org Sent: Mon, April 19, 2010 11:36:23 PM Subject: Re: [us...@httpd] Reverse

[us...@httpd] Reverse Proxy https to http

2010-04-20 Thread GB GB
Hello, I am trying to configure my proxy to be able to accept HTTPS and forward requests to backend server which is in HTTP user-->(https://mydomain.com/abc)-ssl: [reverse proxy]:http--->http://backend.ca/8082/abc I want to preserve the URL as https//mydomain.com/abc. I look

Re: [us...@httpd] Reverse proxy question

2010-04-20 Thread alin vasile
ized? From: alin vasile To: users@httpd.apache.org Sent: Sun, April 18, 2010 8:38:03 PM Subject: Re: [us...@httpd] Reverse proxy question The key here is that I want to rewrite some URL's using a remote proxy and I need to set the proxy properties in a common place (not repeating them

Re: [us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-19 Thread alin vasile
PM Subject: Re: [us...@httpd] Reverse proxy - block explicit proxy setup I made this virtual host: NameVirtualHost * Order deny, allow Deny from all But it blocks also my normal GET requests that should go through the transparent proxy (the client doesn't hav

Re: [us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-19 Thread alin vasile
From: Eric Covener To: users@httpd.apache.org Sent: Mon, April 19, 2010 10:39:31 PM Subject: Re: [us...@httpd] Reverse proxy - block explicit proxy setup On Mon, Apr 19, 2010 at 2:47 PM, alin vasile wrote: > Hi all, >After I am setting up a reverse proxy using httpd, how can I disable the

Re: [us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-19 Thread Eric Covener
On Mon, Apr 19, 2010 at 2:47 PM, alin vasile wrote: > Hi all, >    After I am setting up a reverse proxy using httpd, how can I disable the > requests from the clients that have it configured as (forward)  proxy? >   For example If i put my proxy IP & port in Proxomitron, even if I > configured "P

[us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-19 Thread alin vasile
Hi all, After I am setting up a reverse proxy using httpd, how can I disable the requests from the clients that have it configured as (forward) proxy? For example If i put my proxy IP & port in Proxomitron, even if I configured "ProxyRequests Off", I can see in it while testing : New Mes

Re: [us...@httpd] Reverse proxy question

2010-04-18 Thread alin vasile
ed in this case? From: alin vasile To: users@httpd.apache.org Sent: Sat, April 17, 2010 5:44:43 PM Subject: [us...@httpd] Reverse proxy question Hi, I try to setup a reverse proxy with httpd 2.2.15: ProxyPass /112 http:/mywebserver/112 ProxyPassRe

[us...@httpd] Reverse proxy question

2010-04-17 Thread alin vasile
Hi,    I try to setup a reverse proxy with httpd 2.2.15: ProxyPass /112 http:/mywebserver/112 ProxyPassReverse /112 http:/mywebserver/112    and I want to rewrite some requests through it: RewriteCond %{REQUEST_URI} /112 RewriteRule /112/(.*) http://mywebserver/112/$1 [P,L]    Also I would lik

Re: [us...@httpd] Reverse proxy - Getting CGI environment variable on backend server

2010-04-09 Thread Octavian Rasnita
From: "Amit Panwar" To: Sent: Friday, April 09, 2010 4:14 PM Subject: [us...@httpd] Reverse proxy - Getting CGI environment variable on backend server Hi All, I'm using reverse proxy to forward request to my internal apache server, which is working fine. Here is my c

Re: [us...@httpd] Reverse proxy - Getting CGI environment variable on backend server

2010-04-09 Thread Tom Evans
On Fri, Apr 9, 2010 at 2:14 PM, Amit Panwar wrote: > Hi All, > > I'm using reverse proxy to forward request to my internal apache server, > which is working fine. > Here is my configuration on front apache server: > >   ProxyRequests Off >   ProxyPassInterpolateEnv On >   ProxyPass /someapp http:/

[us...@httpd] Reverse proxy - Getting CGI environment variable on backend server

2010-04-09 Thread Amit Panwar
Hi All, I'm using reverse proxy to forward request to my internal apache server, which is working fine. Here is my configuration on front apache server: ProxyRequests Off ProxyPassInterpolateEnv On ProxyPass /someapp http://internal_server/someapp interpolate ProxyPassReverse /some

Re: [us...@httpd] Reverse proxy with mod_rewrite using RewriteRule [P]

2010-03-04 Thread Philip Wigg
> I don't get it, I must be missing something. Any clue, please? You're possibly in a situation where your rewrite rule is matching against subsequent requests, causing a loop. For example:- 1. You make a request to /something/ which is proxied by your rule to http://www.mysite.es/something/ 2.

Re: [us...@httpd] Reverse proxy with mod_rewrite using RewriteRule [P]

2010-03-03 Thread Tom Evans
2010/3/3 Daniel López Robles : > Tom Evans escribió: >> >> 2010/3/2 Daniel López Robles : >> >>> >>> Hello: >>> >>> We have two Apaches in a server: >>> >>> Apache 2.2.14, reverse proxy, listening to IP 192.168.24.X >>> Apache 2.2.11, which actually serves the websites, listening to IP >>> 192.168.

Re: [us...@httpd] Reverse proxy with mod_rewrite using RewriteRule [P]

2010-03-03 Thread Daniel López Robles
Tom Evans escribió: 2010/3/2 Daniel López Robles : Hello: We have two Apaches in a server: Apache 2.2.14, reverse proxy, listening to IP 192.168.24.X Apache 2.2.11, which actually serves the websites, listening to IP 192.168.24.Y Domain name proxy.mysite.es points to our reverse proxy Apac

Re: [us...@httpd] Reverse proxy with mod_rewrite using RewriteRule [P]

2010-03-02 Thread Tom Evans
2010/3/2 Daniel López Robles : > Hello: > > We have two Apaches in a server: > > Apache 2.2.14, reverse proxy, listening to IP 192.168.24.X > Apache 2.2.11, which actually serves the websites, listening to IP > 192.168.24.Y > > Domain name proxy.mysite.es points to our reverse proxy Apache, and we

[us...@httpd] Reverse proxy with mod_rewrite using RewriteRule [P]

2010-03-02 Thread Daniel López Robles
Hello: We have two Apaches in a server: Apache 2.2.14, reverse proxy, listening to IP 192.168.24.X Apache 2.2.11, which actually serves the websites, listening to IP 192.168.24.Y Domain name proxy.mysite.es points to our reverse proxy Apache, and we need it to send requests to the other Apac

Re: [us...@httpd] Reverse Proxy incorrectly transform content

2010-02-10 Thread Devraj Mukherjee
Hi Pongtawat, We have worked on a similar issue with the Pentaho business intelligence suite. If you are using Apache 2.2 + You can use mob_substitute and have rules that change the domain name and fix these issues. I believe these issues are caused by dynamically generated URLs via JavaScript et

Re: [us...@httpd] Reverse Proxy incorrectly transform content

2010-02-08 Thread Pongtawat Chippimolchai
Dear Tom, Thank you very much for clarifying this. That explains why it work correctly if I save the page as HTML and let Tomcat serve it statically behind Apache reverse proxy. So, there must be something wrong with XWiki apps when working behind Apache. I have checked the request that was send t

Re: [us...@httpd] Reverse Proxy incorrectly transform content

2010-02-08 Thread Tom Evans
On Mon, Feb 8, 2010 at 10:50 AM, Pongtawat Chippimolchai wrote: > Hello, > I'm using Apache to redirect request via reverse proxy to Tomcat on port > 8080. On most of the pages, it will work flawlessly. However, on some pages, > it seems that Apache will incorrectly modify the HTML content (IMO, a

[us...@httpd] Reverse Proxy incorrectly transform content

2010-02-08 Thread Pongtawat Chippimolchai
Hello, I'm using Apache to redirect request via reverse proxy to Tomcat on port 8080. On most of the pages, it will work flawlessly. However, on some pages, it seems that Apache will incorrectly modify the HTML content (IMO, as part of URL transformation). For example the following code: become

Re: [us...@httpd] reverse proxy with apache 1.3 and apache 2.2

2009-12-21 Thread Jérémie G
After several tests, I have isolated the error and it's related to mod_ssl : take the exact same configuration, the exact same customer proxy server and remove any reverse proxy mechanism and ... with debian sarge, apache-ssl 1.3.33-6sarge3, this is working : Customer => Customer proxy => *Interne

Re: [us...@httpd] reverse proxy with apache 1.3 and apache 2.2

2009-12-21 Thread Jérémie G
Hello, Unfortunately, there is no restriction of any sort on intra-8.lan. I can access the website with links2 on the proxy server and remember that when someone is browsing this proxy from Internet without a proxy, it's working. To clarify : This is working with apache 2.2 and apache 1.3 : Custo

Re: [us...@httpd] reverse proxy with apache 1.3 and apache 2.2

2009-12-20 Thread Devraj Mukherjee
At first guess it seems like your server intra-8.lan is dropping connections for the new server. Does intra-8.lan restrict connections from certain IPs? On Thu, Dec 17, 2009 at 11:54 PM, Jérémie G wrote: > Hello, > > I have to migrate a working reverse proxy from apache-ssl > 1.3.33-6sarge3 to a

[us...@httpd] reverse proxy with apache 1.3 and apache 2.2

2009-12-17 Thread Jérémie G
Hello, I have to migrate a working reverse proxy from apache-ssl 1.3.33-6sarge3 to apache2 2.2.9-10+lenny6 with ssl but I encounter a critical issue : when I try to access the website from behind a proxy, it's working with apache 1.3 but not with apache 2.2 (without proxy, it's working fine for bo

Re: [us...@httpd] Reverse proxy like DNAT, any chance? :)

2009-10-28 Thread Carlos André
ke that... On Wed, Oct 28, 2009 at 9:29 AM, Emmanuel Bailleul wrote: >> -Message d'origine- >> De : Carlos André [mailto:candr...@gmail.com] >> Envoyé : mercredi 28 octobre 2009 13:06 >> À : users@httpd.apache.org >> Objet : [us...@httpd] Reverse proxy l

RE: [us...@httpd] Reverse proxy like DNAT, any chance? :)

2009-10-28 Thread Emmanuel Bailleul
> -Message d'origine- > De : Carlos André [mailto:candr...@gmail.com] > Envoyé : mercredi 28 octobre 2009 13:06 > À : users@httpd.apache.org > Objet : [us...@httpd] Reverse proxy like DNAT, any chance? :) > > Hi ppl, > > Maybe it's look like a stup

[us...@httpd] Reverse proxy like DNAT, any chance? :)

2009-10-28 Thread Carlos André
Hi ppl, Maybe it's look like a stupid question, but, is there any way to make apache acting as a "reverse proxy" send the original IP source to destination? Like iptables DNAT ? Coz I need protect users/server (HTTPS) and webserver (IDS), but my SSL-out box (apache RP) send its own IP to apache w

Re: [us...@httpd] Reverse proxy

2009-10-14 Thread Devraj Mukherjee
I am not familiar with Oracle app servers but I am guessing they are Tomcat based? If they are then you might want to look at mod_proxy_ajp as well. On Fri, Oct 9, 2009 at 6:59 PM, isha b wrote: > Hi all > > I have a Oracle Web application which is running in backend server as > http://oracleweb

Re: [us...@httpd] Reverse proxy

2009-10-09 Thread Nick Kew
On 9 Oct 2009, at 08:59, isha b wrote: Hi all I have a Oracle Web application which is running in backend server as http://oraclewebapplication: . I am trying to pass it through apache reverse proxy as https://myreverseproxy/myapps but after initial load its redirects back to backe

[us...@httpd] Reverse proxy

2009-10-09 Thread isha b
Hi all I have a Oracle Web application which is running in backend server as http://oraclewebapplication: . I am trying to pass it through apache reverse proxy as https://myreverseproxy/myapps but after initial load its redirects back to backend server as http://oraclewebapplication:/Apps

Re: [us...@httpd] Reverse proxy with LDAP authentication ?

2009-09-25 Thread Peter Schober
* Alan AZZERA [2009-09-24 20:56]: > I did this at first. I believe it works, since I'm able to retrieve > information that concerns me. I don't need to authenticate myself on > the OpenLDAP server to get most information. But I need to do so if I > want to retrieve, for example, the hash of my pas

Re: [us...@httpd] Reverse proxy with LDAP authentication ?

2009-09-24 Thread Alan AZZERA
> So what happend to the proxy? You're securing a directory... Well, I decided to check things step by step. It was rather a good idea, since even authenticate a single directory does not work ! > Other than that I'd make sure an openldap command line client > (e.g. ldapsearch binding with the DN

Re: [us...@httpd] Reverse proxy with LDAP authentication ?

2009-09-24 Thread Peter Schober
* azzera.alan [2009-09-24 16:55]: > Anyway, I'm now just trying to authenticate on a single directory. > Here is the relevant part of my config file : [...] > When connecting to the url, nothing happens. I checked with tcpdump, > servers are talking to each other. What are they saying ? No idea...

Re: [us...@httpd] Reverse proxy with LDAP authentication ?

2009-09-24 Thread azzera.alan
Sorry for multi-posting. Gmail said it couldn't send my message, I send it again before thinking to verify if it was so... - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/us

Re: [us...@httpd] Reverse proxy with LDAP authentication ?

2009-09-24 Thread azzera.alan
> Describe which part of the documentation you have read and what is > unclear. Describe error messages or other ways you failed. I've read various tutos on the net. I also read the official doc (http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html). I got no error, or I do'n't know where to

Re: [us...@httpd] Reverse proxy with LDAP authentication ?

2009-09-24 Thread Alan AZZERA
> Describe which part of the documentation you have read and what is > unclear. Describe error messages or other ways you failed. I've read various tutos on the net. I also read the official doc (http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html). I got no error, or I do'n't know where to

Re: [us...@httpd] Reverse proxy with LDAP authentication ?

2009-09-24 Thread Peter Schober
* Alan AZZERA [2009-09-24 15:21]: > I have a Virtual Host just used to do "reverse-proxyfication", with > many rules in it. I would want to put a basic authentication banner > against a LDAP server for this very VirtualHost. I'm stuck > attempting to achieve this aim. I would appreciate very much

[us...@httpd] Reverse proxy with LDAP authentication ?

2009-09-24 Thread Alan AZZERA
Hello. I have a Virtual Host just used to do "reverse-proxyfication", with many rules in it. I would want to put a basic authentication banner against a LDAP server for this very VirtualHost. I'm stuck attempting to achieve this aim. I would appreciate very much any clue. Many thanks in advance.

[us...@httpd] Reverse proxy and MOSS

2009-09-17 Thread Devendra Mananadhar
Hi, I have been trying to configure a Apache reverse proxy for some time now. I need to setup a reverse proxy server(192.168.10.1) for MOSS(192.168.10.2:9005). Here is the ReverseProxy.conf under ../conf.d/ ***start*** NameVirtualHost 192.168.10.1:443 ##This section was added by Tymapoo to enter

Re: [us...@httpd] Reverse Proxy questions - Error 503

2009-08-27 Thread Igor Cicimov
You need this line first ProxyRequests Off Igor On Thu, Aug 27, 2009 at 8:12 PM, UseTheFork wrote: > > Hi, > > I am a newbie to reverse proxy (and system administration in general) and I > am looking for pointers. I have an operational Apache 2.2 server accepting > requests on port 80. I also

[us...@httpd] Reverse Proxy questions - Error 503

2009-08-27 Thread UseTheFork
Hi, I am a newbie to reverse proxy (and system administration in general) and I am looking for pointers. I have an operational Apache 2.2 server accepting requests on port 80. I also have an operational service listening to 8080 on the server, but this port is blocked by a router. I have been adv

Re: [us...@httpd] reverse proxy mapping not working properly

2009-07-30 Thread Chris
2009/7/30 Igor Galić : > > Hi Cris, > > [Snip] > >> >> ProxyRequests Off >> >> >> Order deny,allow >> Deny from all >> Allow from .example.com >> >> >> ProxyPass/marketing/ http://192.168.25.25:3 > > I would get rid of this line: > >> ProxyPassReverse/marketing/ h

Re: [us...@httpd] reverse proxy mapping not working properly

2009-07-30 Thread Igor Galić
Hi Cris, [Snip] > > ProxyRequests Off > > > Order deny,allow > Deny from all > Allow from .example.com > > > ProxyPass/marketing/ http://192.168.25.25:3 I would get rid of this line: > ProxyPassReverse/marketing/ http://192.168.25.25:3 The should suf

[us...@httpd] reverse proxy mapping not working properly

2009-07-30 Thread Chris
I've been trying to configure a reverse HTTP proxy on RHEL 5.3 with httpd-2.2.3-22.el5_3.2. I have three virtual hosts on the same IP and I would like to setup reverse proxy for them. The following are my internal servers: http://marketing.company.tld:3 --> 192.168.25.25 http://services.

[us...@httpd] Reverse proxy not forwarding webdav document from server inside firewall

2009-06-15 Thread brent
I am using IBM Http Server 6.0 (aka apache 2.0.x) on two servers, one in a dmz (server 1) and one inside a firewall (server 2). I have a web application running on IBM Websphere 6.0 inside the firewall (server 2), and the reverse proxy works fine for the web application. There is a javascript win

Re: [us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-10 Thread Tom Evans
On Tue, 2009-06-09 at 22:37 +0200, ml ml wrote: > Hi Nick, > > it still does not work if i use: > > > > ServerName webmail.example.com > SSLEngine on > SSLCertificateFile /usr/local/apache/conf/webmail.example.cert > SSLCertificateKeyFile /usr/local/apache/conf/webmail.example.key > > SSL

Re: [us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-09 Thread ml ml
Hi Nick, it still does not work if i use: ServerName webmail.example.com SSLEngine on SSLCertificateFile /usr/local/apache/conf/webmail.example.cert SSLCertificateKeyFile /usr/local/apache/conf/webmail.example.key SSLProxyEngine on RewriteEngine on RewriteRule ^/$ /exchange [R] ProxyP

Re: [us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-09 Thread Nick Kew
On Tue, 9 Jun 2009 10:30:57 +0200 ml ml wrote: > Hello List, > > i am trying to access a M$ Exchange Server via a Apache Reverse Proxy. > But i am getting the error: Max-Forwards has reached zero - proxy > loop? That's because you have a loop. In fact, two: > > ServerName webmail.example.c

[us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-09 Thread ml ml
Hello List, i am trying to access a M$ Exchange Server via a Apache Reverse Proxy. But i am getting the error: Max-Forwards has reached zero - proxy loop? I already checked, if some name resolved to itself (which WAS the case and i fixed it), but it still does not work. Here is the setup and con

[us...@httpd] Reverse proxy+Certs

2009-05-27 Thread Luis Daniel Lucio Quiroz
Hi there We have successfully install apache as "normal" reverse proxy, but now as a new requirement, real servers uses PKI for authenticate a site (mainly certificates) instead of using plain or digest. Of course, apache as we have fails. Does anyone has a guide of what should we do in this

Re: [us...@httpd] Reverse Proxy and base href woes.

2009-05-17 Thread Alan Chandler
Alan Chandler wrote: ... I was under the impression the mod_proxy_http was supposed to fix this up. ... How do I get mod_proxy_html to correct this base href code? I figured this out. I was mixing up mod_proxy_http and mod_proxy_html Sorry for the noise --

[us...@httpd] Reverse Proxy and base href woes.

2009-05-17 Thread Alan Chandler
As I move over to a new server at home, I am left with a legacy java/tapestry financial application I wrote some while ago and which would be a pain to relearn to change anything (since I am about to rewrite it anyway). Since it runs under tomcat just fine on the original server, I am trying t

Re: [us...@httpd] Reverse Proxy Balancer ?

2009-05-06 Thread Eric Covener
On Wed, May 6, 2009 at 10:29 AM, James Wuerflein wrote: > Anybody have an example of how to setup a Reverse Proxy Load Balancer ? > > This works as a regular proxy, but I need a Reverse Proxy! > >   ProxyRequests      Off >   ProxyPass   /  balancer://mycluster/ stickysession=JSESSIONID|jsessionid

[us...@httpd] Reverse Proxy Balancer ?

2009-05-06 Thread James Wuerflein
Anybody have an example of how to setup a Reverse Proxy Load Balancer ? This works as a regular proxy, but I need a Reverse Proxy! ProxyRequests Off ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On BalancerMember https://10.1.10.10:443

Re: [us...@httpd] Reverse proxy from HTTP to HTTPS or HTTPS to HTTPS how?

2009-03-31 Thread an...@iguanait.com
Thanks for your reply. I expected that i need to tell apache to use some certificates that to use for this job. Yes we have self-signed certificates in main server and in the internal server. So i need to take the certs from the internal server and to put them somewhere on the main server. Then t

Re: [us...@httpd] Reverse proxy from HTTP to HTTPS or HTTPS to HTTPS how?

2009-03-31 Thread Krist van Besien
On Tue, Mar 31, 2009 at 12:35 PM, an...@iguanait.com wrote: > I know how to create a reverse proxy for HTTP -> HTTP, but i don't know > how to do it for HTTP to HTTPS. I know there is a SSLProxyengine that i > should activate, but probably i need to do more than these to get > working this. You

[us...@httpd] Reverse proxy from HTTP to HTTPS or HTTPS to HTTPS how?

2009-03-31 Thread an...@iguanait.com
Hi, i need to create a reverse proxy that to pass the requests to a server in internal network. The site in this server use HTTPS. The situation is this. We have a server that works like a gateway/mailserver/firewall. Behind this server we have a private network and there is a server that has a s

[us...@httpd] reverse proxy question

2009-03-23 Thread János Löbb
Hi, I am a new member on this list I have a test environment consisting of : 1 real PC with WinXp with apache2.2 mod_jk latest binary and Tomcat 6.0.16, 1 Mac with OSX 10.5.6 with apache2.2 mod_jk 1.2.26 and Tomcat 6.0.16 1 VMWare Fusion on the Max runing windows XP with Apache 2.2 This

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-05 Thread Robert Steinmetz AIA
Thanks for all your help. I think I'm going to have to go deep diving into the application, if I can. I tried every combination of ProxyHTMLURLMap I can think of and none of them seem to affect the output at all. I'm think of filing a bug with the developer since there appear to be only two spo

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 22:04 -0600, Robert Steinmetz wrote: > I've looked at the page source and the references seem to be generated > by calling scripts. The links reported in the buttons are in the form > > http://application/mydomain.com:80/application/file.aspx > > I'm beginning to think

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Robert Steinmetz
Matt McCutchen wrote: On Wed, 2009-02-04 at 17:00 -0600, Robert Steinmetz AIA wrote: Matt McCutchen wrote: Two issues: 1. The error you pasted suggests that your ProxyHTMLURLMap rule is not taking effect at all. My guess is that you need to include the configuration file that defines

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 17:00 -0600, Robert Steinmetz AIA wrote: > Matt McCutchen wrote: > > Two issues: > > > > 1. The error you pasted suggests that your ProxyHTMLURLMap rule is not > > taking effect at all. My guess is that you need to include the > > configuration file that defines all the place

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Robert Steinmetz AIA
Thanks for your help; I have interspersed my response below Matt McCutchen wrote: On Wed, 2009-02-04 at 12:23 -0600, Robert Steinmetz AIA wrote: Here is my entire current VirtualHost some of it is probably redundant, like the tags. I have tried a lot of variations and so far none of them h

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 12:23 -0600, Robert Steinmetz AIA wrote: > Here is my entire current VirtualHost some of it is probably redundant, > like the tags. > I have tried a lot of variations and so far none of them have affected > the error message I get. > > > > > > > ServerAdmin webmas

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Robert Steinmetz AIA
Matt McCutchen wrote: On Tue, 2009-02-03 at 21:26 -0600, Robert Steinmetz wrote: I think you may be right I've tried to put a ProxyHTMLURLMap in the configuration, it seems like all I need to do is remove one part of the url, from one file but so far It hasn't had any effect. OK...

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-03 Thread Matt McCutchen
On Tue, 2009-02-03 at 21:26 -0600, Robert Steinmetz wrote: > I think you may be right I've tried to put a ProxyHTMLURLMap in the > configuration, it seems like all I need to do is remove one part of the > url, from one file but so far It hasn't had any effect. OK... please post the new configu

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-03 Thread Robert Steinmetz
I think you may be right I've tried to put a ProxyHTMLURLMap in the configuration, it seems like all I need to do is remove one part of the url, from one file but so far It hasn't had any effect. Matt McCutchen wrote: On Tue, 2009-02-03 at 18:43 -0600, Robert Steinmetz wrote: I am setting

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-03 Thread Matt McCutchen
On Tue, 2009-02-03 at 18:43 -0600, Robert Steinmetz wrote: > I am setting up a reverse proxy of an application. I have it working > mostly except I can get the URLs to respond like I want to. it seem it > should be simple but now I've gotten myself confused. > > > > > > >ServerNam

[us...@httpd] Reverse Proxy URL confuion.

2009-02-03 Thread Robert Steinmetz
I am setting up a reverse proxy of an application. I have it working mostly except I can get the URLs to respond like I want to. it seem it should be simple but now I've gotten myself confused. ServerName application.mydomain.com ProxyRequests Off

[us...@httpd] Reverse Proxy and escaped characters in 2.2.8

2009-01-26 Thread Shawn Parr
I'm having an issue with a reverse proxy setup using Apache 2.2.8 on Ubuntu server 8.04.1. Some software is sending out links using escaped characters, specifically %2F for /. When it goes through the proxy those get re- escaped to %252F due to the proxy adding the escape sequence for the

[us...@httpd] Reverse proxy HTTP > HTTPS; redirects

2009-01-21 Thread Christopher Singley
Hi folks, This should be simple, but I can't seem to google a clear & direct answer. My shared host runs Apache (of course). I have an SSL listener set up as a reverse proxy to a server my (non-root) account can control, thusly: ProxyPass / http://127.0.0.1:8001 ProxyPassReverse / http://127.0

Re: [us...@httpd] reverse proxy question

2008-11-04 Thread Abhi
I apologise. Thanks Krist and Tom. It is working like a charm now. Can someone please tell me or point me to some literature as to why the proxy pass did not work with the rule I specified? On Tue, Nov 4, 2008 at 10:34 PM, Tom Evans <[EMAIL PROTECTED]> wrote: > On Tue, 2008-11-04 at 22:03 +0530

Re: [us...@httpd] reverse proxy question

2008-11-04 Thread Tom Evans
On Tue, 2008-11-04 at 22:03 +0530, Abhi wrote: > Thanks for that Krist. > > I want to do it without a redirect. I am trying to do something with > google gears and google gears has the same origin security policy. So > I cannot cache URL's with different domains. > > Is there any way I can achie

Re: [us...@httpd] reverse proxy question

2008-11-04 Thread Abhi
Thanks for that Krist. I want to do it without a redirect. I am trying to do something with google gears and google gears has the same origin security policy. So I cannot cache URL's with different domains. Is there any way I can achieve this with an internal forward rather than a redirect? On T

  1   2   >