[us...@httpd] proxy: prefetch request body failed

2010-11-26 Thread Rainer Frey
Hi, I'm using a Web Service on Tomcat 6.0.29, with Hessian as protocol (hessian.caucho.com) via Apache as reverse proxy. One request with a probably large response failed with HTTP 413. I don't find this error code in the access log though, and the only error in Apache error log about that ti

[us...@httpd] Proxy pass vs Redirect vs JkMount

2010-11-22 Thread Szász Csaba
Hi @ll, I have a little issue on one Apache/2.0.52 server. The problem is that there were some applications which were served by a Tomcat connector (with jk_mod). After this we had to implement a new ProxyPass to point "/" to a Windows IIS SharePoint server. The SharePoint server use HTTP authent

[us...@httpd] proxy

2010-09-23 Thread Piotr Kloc
Hello ! I have question about the following problem http://www.spinics.net/lists/apache-users/msg74364.html whether there is a chance for correct this ? Regards, Piotr

[us...@httpd] Proxy streaming

2010-09-02 Thread Thom Brown
Hi all, I'm wondering if someone could help here. Basically what I want to do is provide a proxy for a video stream so that only 1 request goes to the destination server, but will server many people using some sort of caching. My virtual host entry looks something like this: ServerName

Re: [us...@httpd] Proxy Error 502 on one vhost and not the second

2010-05-04 Thread Richard van der Walt
Hi there Thanks for your replies, it helped pointing me into the correct direction. As said on the initial post I could navigate with my browser to http://sub.domain.com:28080/. However the server itself can't resolve the sub domain 2. I've added it to the hosts file and will restart the server th

Re: [us...@httpd] Proxy Error 502 on one vhost and not the second

2010-05-03 Thread Igor Cicimov
Obviously as the error says you have DNS problem. Apache can not resolve sub.domain2.com into IP address. Contact who ever is maintaining the DNS server in your company and ask them to add an alias for sub.domain2.compointing to the same IP address as sub.domain1.com. Igor On Tue, May 4, 2010 at

Re: [us...@httpd] Proxy Error 502 on one vhost and not the second

2010-05-03 Thread Igor Cicimov
You can also resolve it locally on the Suse server in /etc/hosts file if you know the ip_address of the sub.domain2.com ip_address subdomain2 sub.domain2.com and make sure that the name resolution for hosts in the /etc/nsswitch.conf file is hosts: files dns Igor On Tue, May 4, 2010 at

Re: [us...@httpd] Proxy Error 502 on one vhost and not the second

2010-05-03 Thread Igor Cicimov
> > Contact who ever is maintaining the DNS server in your company and ask them > to add an alias for sub.domain2.com pointing to the same IP address as > sub.domain1.com. > Actually this is wrong. Should be contact who ever is maintaining the DNS server in your company and ask them to add proper

[us...@httpd] Proxy Error 502 on one vhost and not the second

2010-05-03 Thread Richard van der Walt
Good day there. I'm using mod_proxy to redirect trafic to java applications running on JBoss instances. I have 3 JBoss instances running seperate apps, the redirects of 2 of these works fine with mod_proxy configuration but the third doesn't. The first 2 instances where set up a long time ago. I'

[us...@httpd] Proxy authentication

2010-04-30 Thread Petr Hracek
Dear apache users, I have a pretty problem. On my system (Apache 2.2.3) I have configured following proxy: SSLEngine on DocumentRoot "/opt/apache/htdocs/ssldocs" ProxyPass /PAC/ http://192.168.187.101:8080/PACCBAdmin ProxyPassReverse/PAC/ http://192.168.187.150:8080/PACCBAdmin/

[us...@httpd] proxy restrictions/security config ?

2010-04-03 Thread Declan Mullen
Hi I'm new to Apache configurations. Could you please suggest how I might achieve the below proxy restrictions within Apache 2.2, thanks. I need the apache forwarding proxy's restrictions to only allow : - Any client computers to be able to access web server "srv-a". - A client computer "cli

Re: [us...@httpd] Proxy and Caching

2010-02-23 Thread Nilesh Govindarajan
On 02/23/2010 01:30 PM, Igor Cicimov wrote: Also have you tried mod_mem_cache instead the disk one? On Feb 23, 2010 6:58 PM, "Igor Cicimov" mailto:icici...@gmail.com>> wrote: You can run mod_cache with revers proxy and it will cache the back end files if you tell it to do. Have a look at mod_e

Re: [us...@httpd] Proxy and Caching

2010-02-23 Thread Igor Cicimov
Also have you tried mod_mem_cache instead the disk one? On Feb 23, 2010 6:58 PM, "Igor Cicimov" wrote: You can run mod_cache with revers proxy and it will cache the back end files if you tell it to do. Have a look at mod_expires too for some client side caching too. > > On Feb 23, 2010 4:57 PM,

Re: [us...@httpd] Proxy and Caching

2010-02-22 Thread Igor Cicimov
You can run mod_cache with revers proxy and it will cache the back end files if you tell it to do. Have a look at mod_expires too for some client side caching too. On Feb 23, 2010 4:57 PM, "Nilesh Govindarajan" wrote: Hi, I am installing Wibiya toolbar on my site. But the .js file for the toolba

[us...@httpd] Proxy and Caching

2010-02-22 Thread Nilesh Govindarajan
Hi, I am installing Wibiya toolbar on my site. But the .js file for the toolbar is large (169 KB), so I'd prefer to compress it and deliver to the clients to make their experience faster. But I can't store the file locally because sometimes it may get updated on wibiya's location. My server

Re: [us...@httpd] proxy chaining to squid

2010-02-09 Thread Tom Evans
r [mailto:davidcot...@gmail.com] >>>> Envoyé : lundi 1 février 2010 11:30 >>>> À : users@httpd.apache.org >>>> Objet : Re: [us...@httpd] proxy chaining to squid >>>> >>>> n Mon, Feb 1, 2010 at 9:08 AM, Martin Barry wrote: >>>>

Re: [us...@httpd] proxy chaining to squid

2010-02-09 Thread David Cotter
>>> À : users@httpd.apache.org >>> Objet : Re: [us...@httpd] proxy chaining to squid >>> >>> n Mon, Feb 1, 2010 at 9:08 AM, Martin Barry wrote: >>> > $quoted_author = "David Cotter" ; >>> >> >>> >> I hav

Re: [us...@httpd] proxy chaining to squid

2010-02-01 Thread Brian Mearns
On Mon, Feb 1, 2010 at 5:33 AM, Emmanuel Bailleul wrote: > > >> -Message d'origine- >> De : David Cotter [mailto:davidcot...@gmail.com] >> Envoyé : lundi 1 février 2010 11:30 >> À : users@httpd.apache.org >> Objet : Re: [us...@httpd] proxy chaini

RE: [us...@httpd] proxy chaining to squid

2010-02-01 Thread Emmanuel Bailleul
> -Message d'origine- > De : David Cotter [mailto:davidcot...@gmail.com] > Envoyé : lundi 1 février 2010 11:30 > À : users@httpd.apache.org > Objet : Re: [us...@httpd] proxy chaining to squid > > n Mon, Feb 1, 2010 at 9:08 AM, Martin Barry wrote: > >

Re: [us...@httpd] proxy chaining to squid

2010-02-01 Thread David Cotter
n Mon, Feb 1, 2010 at 9:08 AM, Martin Barry wrote: > $quoted_author = "David Cotter" ; >> >> I have two virtual hosts and a squid proxy running. I want to be able to use >> the squid proxy on port 80 though it is running on 3128. > > Why? If you describe a bit more exactly what you are trying to a

Re: [us...@httpd] proxy chaining to squid

2010-02-01 Thread Martin Barry
$quoted_author = "David Cotter" ; > > I have two virtual hosts and a squid proxy running. I want to be able to use > the squid proxy on port 80 though it is running on 3128. Why? If you describe a bit more exactly what you are trying to achieve it would help us help you. > This does not work I

[us...@httpd] proxy chaining to squid

2010-01-31 Thread David Cotter
I have two virtual hosts and a squid proxy running. I want to be able to use the squid proxy on port 80 though it is running on 3128. I have something like this: NameVirtualHost *:80 Listen 80 ServerName default.com ProxyPass / http://localhost:3128/ ProxyPassReverse / http://localhost:3128/ Pro

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
Hi i have got this thing working :) ProxyPreserveHost On ProxyPass / http://localhost:8014/accounts/ ProxyPassReverse / http://localhost/ -- Eric, it was realy a typo. And i was not getting correct page. But now thing is solved. got the correct page. :) Regards, Vijay Shanker Dubey

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
oh yes; but not in the configuration file. ! :) thanks. Regards, Vijay Shanker Dubey On Mon, Jan 4, 2010 at 7:24 PM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 8:52 AM, vijay shanker > wrote: > > Oh Eric, > > thanks for pointing > > now i have changed the settings to > > --- > > ProxyPa

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 8:52 AM, vijay shanker wrote: > Oh Eric, > thanks for pointing > now i have changed the settings to > --- > ProxyPass /accounts http://localhsot:8014/ > --- > and you know what; i got the desired page! (That still has the typo) -- Eric Covener cove...@gmail.com

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
Oh Eric, thanks for pointing now i have changed the settings to --- ProxyPass /accounts http://localhsot:8014/ --- and you know what; i got the desired page! :) thanks. Regards, Vijay Shanker Dubey On Mon, Jan 4, 2010 at 7:15 PM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 7:58 AM, vij

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 7:58 AM, vijay shanker wrote: >    ProxyPass / http://localhsot:8014/accounts/ > Reason: DNS lookup failure for: localhsot typo -- Eric Covener cove...@gmail.com - The official User-To-User support forum

[us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
Hi fiends; i have configured my apache instance to delegate requests to a application running on tomcat container. lets say my URL for tomcat container is http://localhost:8014/accounts I want to access this URL from http://localhost Now the configuration in vertual host, i have made to acces

RE: [us...@httpd] proxy 502 problem uploading a large file

2009-11-25 Thread Prigge Scott
rg > Subject: Re: [us...@httpd] proxy 502 problem uploading a large file > > Your post has the same stuff mine does. I'm using SiteMinder > for enterprise single sign on via Apache. I turned it off > and the upload worked. > > Thanks! ---

Re: [us...@httpd] proxy 502 problem uploading a large file

2009-11-25 Thread Scott Chapman
ko.com] >> Sent: Tuesday, November 24, 2009 5:28 PM >> To: users@httpd.apache.org >> Subject: [us...@httpd] proxy 502 problem uploading a large file >> >> I have Apache 2.2.11 and a web server behind it (CherryPy). >> When I upload a large file to the CherryPy server

Re: [us...@httpd] proxy 502 problem uploading a large file

2009-11-25 Thread Scott Chapman
Boyle Owen wrote: >> -Original Message- >> From: Scott Chapman [mailto:schap...@mischko.com] >> Sent: Wednesday, November 25, 2009 12:28 AM >> To: users@httpd.apache.org >> Subject: [us...@httpd] proxy 502 problem uploading a large file >> >> I

RE: [us...@httpd] proxy 502 problem uploading a large file

2009-11-25 Thread Prigge Scott
- > From: Scott Chapman [mailto:schap...@mischko.com] > Sent: Tuesday, November 24, 2009 5:28 PM > To: users@httpd.apache.org > Subject: [us...@httpd] proxy 502 problem uploading a large file > > I have Apache 2.2.11 and a web server behind it (CherryPy). > When I upload

RE: [us...@httpd] proxy 502 problem uploading a large file

2009-11-25 Thread Boyle Owen
> -Original Message- > From: Scott Chapman [mailto:schap...@mischko.com] > Sent: Wednesday, November 25, 2009 12:28 AM > To: users@httpd.apache.org > Subject: [us...@httpd] proxy 502 problem uploading a large file > > I have Apache 2.2.11 and a web server behind it

[us...@httpd] proxy 502 problem uploading a large file

2009-11-24 Thread Scott Chapman
I have Apache 2.2.11 and a web server behind it (CherryPy). When I upload a large file to the CherryPy server, I see the file in /tmp/modrproxy.tmp.FOO It uploads completely. Then Apache returns a 502 error without ever hitting the backend (the first line of code in the handler is to spit out a log

Re: [us...@httpd] proxy and mod_rewrite

2009-11-19 Thread Nick Kew
On 19 Nov 2009, at 17:19, Jérémie G wrote: > Any idea will be highly appreciated. http://www.apachetutor.org/admin/reverseproxies -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See htt

[us...@httpd] proxy and mod_rewrite

2009-11-19 Thread Jérémie G
Hello everyone, I'm currently trying to allow access to several internal website on one main https external website (the proxy server is using httpd version "2.2.9-10+lenny6"). Bellow is my test vhost :     ServerName test.lan     ServerAdmin supp...@test.lan     SSLEngine On  

[us...@httpd] proxy: HTTP: disabled connection

2009-10-28 Thread David Rush
I've got httpd 2.2.4 on Windows Server 2003, acting as a reverse proxy to a couple other servers. I'm getting a LOT of "[error] proxy: HTTP: disabled connection for (x.x.x.x)" and some "[Wed Oct 28 12:55:33 2009] [error] (OS 10060)A connection attempt failed because the connected party did

[us...@httpd] proxy+rewrite converts https to http://domain:443

2009-10-28 Thread Marcos Mendez
Anybody got any ideas how to fix this? The proxy is redirecting to a cgi. While this works fine with http, when using https, the request uri becomes http://domain name:443 instead of keeping https://domain name or converting it back to its original form? SSLProxyEngine on RewriteEngine on Rew

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

2009-09-10 Thread Krist van Besien
On Thu, Sep 10, 2009 at 3:44 PM, idan72 wrote: > > Thanks for your quick reply. > Can you explain how do I do the mirroring part ? Is it with proxy server ? > Can you give example for one or more ? Mirrororing basically means copying all the content that exists on one server on another one. There

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

2009-09-10 Thread idan72
Thanks for your quick reply. Can you explain how do I do the mirroring part ? Is it with proxy server ? Can you give example for one or more ? Can't I configure in client side to use the local server and not the main server (where I put my app)? Thanks Krist van Besien wrote: > > On Thu, Sep

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

2009-09-10 Thread Krist van Besien
On Thu, Sep 10, 2009 at 3:26 PM, idan72 wrote: > I have web application writing in Flex. > The clients are from different location(countries). > I want that when client try to reach the URL of application he will get it > from local server and not from the main server. > Also if possible that if

[us...@httpd] proxy server

2009-09-10 Thread idan72
Hi, I have web application writing in Flex. The clients are from different location(countries). I want that when client try to reach the URL of application he will get it from local server and not from the main server. Also if possible that if there is update in main server the update will be sen

Re: [us...@httpd] proxy

2009-09-06 Thread André Warnier
Eric Covener wrote: On Sun, Sep 6, 2009 at 10:51 AM, pch0317 wrote: Hello I want to make reverse proxy in my machine. I type as in the example: | ProxyRequests Off Order deny,allow Allow from all ProxyPass /search http://google.com/ ProxyPassReverse /search http://google.com/ | Make the t

Re: [us...@httpd] proxy

2009-09-06 Thread Eric Covener
On Sun, Sep 6, 2009 at 10:51 AM, pch0317 wrote: > Hello > I want to make reverse proxy in my machine. > I type as in the example: > > | ProxyRequests Off > > > Order deny,allow > Allow from all > > > ProxyPass /search http://google.com/ > ProxyPassReverse /search http://google.com/ | Make the tr

[us...@httpd] proxy

2009-09-06 Thread pch0317
Hello I want to make reverse proxy in my machine. I type as in the example: | ProxyRequests Off Order deny,allow Allow from all ProxyPass /search http://google.com/ ProxyPassReverse /search http://google.com/ | when I enter a URL http://mymachine.com/search google site appears but without im

RE: [us...@httpd] proxy : AJP Errors

2009-07-23 Thread Pradeep Phalgunan Kalliat
: Wednesday, July 22, 2009 3:37 PM To: Pradeep Phalgunan Kalliat Subject: Re: [us...@httpd] proxy : AJP Errors Try Reordering the setup also        ProxyPass               balancer://cluster-CoW/CoW stickysession=JSESSIONID nofailover=On        ProxyPassReverse        balancer://cluster-CoW/CoW

RE: [us...@httpd] proxy : AJP Errors

2009-07-21 Thread Pradeep Phalgunan Kalliat
: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, July 21, 2009 5:17 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] proxy : AJP Errors Pradeep Phalgunan Kalliat wrote: > Hi All, > > I've two webapps CoW and CoWTraining, each of which are load balanced by > Apac

Re: [us...@httpd] proxy : AJP Errors

2009-07-21 Thread André Warnier
Pradeep Phalgunan Kalliat wrote: Hi All, I've two webapps CoW and CoWTraining, each of which are load balanced by Apache 2.2.4 over two tomcat nodes running as services. i.e. two nodes for CoW and two for the other. This is set up in one server machine. Both the webapps are identical in func

[us...@httpd] proxy : AJP Errors

2009-07-21 Thread Pradeep Phalgunan Kalliat
Hi All, I've two webapps CoW and CoWTraining, each of which are load balanced by Apache 2.2.4 over two tomcat nodes running as services. i.e. two nodes for CoW and two for the other. This is set up in one server machine. Both the webapps are identical in functionality and operation but just th

Re: [us...@httpd] Proxy mode with Cert Auth

2009-06-30 Thread Peter Schober
* Luis Daniel Lucio Quiroz [2009-07-01 00:55]: > I need that final server sees agents certificate. > I was reading this link: > http://www.zeitoun.net/articles/client-certificate-x509-authentication-behind-reverse-proxy/start > > But i dont know sure if that is what i need Well, you posted a c

Re: [us...@httpd] Proxy mode with Cert Auth

2009-06-30 Thread Luis Daniel Lucio Quiroz
Le mardi 30 juin 2009 17:00:24, Peter Schober a écrit : > * Luis Daniel Lucio Quiroz [2009-06-30 23:29]: > > I have know an apache as inverse proxy https server. But now that server > > has included Cert authentication in aplication. The problem is that now > > apache does not proxy, is there a

Re: [us...@httpd] Proxy mode with Cert Auth

2009-06-30 Thread Peter Schober
* Luis Daniel Lucio Quiroz [2009-06-30 23:29]: > I have know an apache as inverse proxy https server. But now that server has > included Cert authentication in aplication. The problem is that now apache > does not proxy, is there any configuration to let support authentication? Is this the sa

[us...@httpd] Proxy mode with Cert Auth

2009-06-30 Thread Luis Daniel Lucio Quiroz
Hi there, I have know an apache as inverse proxy https server. But now that server has included Cert authentication in aplication. The problem is that now apache does not proxy, is there any configuration to let support authentication? TIA

[us...@httpd] proxy and proxied site limitation

2009-05-06 Thread Julien Gerhards
Hi, I've made a proxy conf qith URL rewriting and i must limit the use of this proxy : what is the simpliest way to limit proxied site access ? In this case, there's about 100 sites.. Mod_security ? - The official User-To-U

[us...@httpd] proxy module to cache requests

2009-03-31 Thread Richard Langly
I'm working on writing my own apache module and I want to use apache as a proxy and serve files that are not on the file system. So I'd like my module to make a request to another web server to get these files and place them on the file system so they can be served locally. Is this possible, if so

[us...@httpd] Proxy to Tomcat 503 errors

2009-03-31 Thread Daryl Stultz
Hello, I'm running Fedora Core 5, httpd-2.2.2-1.2 (worker MPM), Tomcat 5.5.17, Java jdk1.5.0_07. I have about 40 connections/apps from Apache to Tomcat like so: ProxyPass /foo ajp://localhost:8009/foo/ I am getting a fair amount of 503 errors. Logs look like this: Tomcat catalina.out Mar 29, 20

Re: [us...@httpd] Proxy needs to rewrite parameters in QueryString

2009-02-18 Thread Krist van Besien
On Wed, Feb 18, 2009 at 8:27 PM, Andreas Dahlen wrote: > The rewrite statements was wrong (I accidently changed one / to ?), should > be "Location: > http://login.internal.com/LoginSuccess?servername=http://backend1.internal.c > om" > > Since RewriteRules doesn't operate on what goes out, is ther

Re: [us...@httpd] Proxy needs to rewrite parameters in QueryString

2009-02-18 Thread Krist van Besien
On Fri, Feb 13, 2009 at 12:52 PM, Andreas Dahlén wrote: > A succefull LoginRequest is redirected by the Location-header > Location: > http://login.internal.com?LoginSuccess?servername=http://backend1.internal.com > > I need to rewrite "servername=http://backend1.internal.com"; to > "servername=ht

Re: [us...@httpd] Proxy needs to rewrite parameters in QueryString

2009-02-18 Thread Nick Kew
On Wed, 18 Feb 2009 20:27:21 +0100 Andreas Dahlen wrote: > The rewrite statements was wrong (I accidently changed one / to ?), > should be "Location: > http://login.internal.com/LoginSuccess?servername=http://backend1.internal.c > om" > > Since RewriteRules doesn't operate on what goes out, is t

SV: [us...@httpd] Proxy needs to rewrite parameters in QueryString

2009-02-18 Thread Andreas Dahlen
> > A succefull LoginRequest is redirected by the Location-header > > Location: http://login.internal.com?LoginSuccess?servername=http://backend1.internal.c om > > This isn't a legal URL. Is this really what is returned? > > RewriteRules don't operate on what goes out, only on what comes in. > Prox

Re: [us...@httpd] Proxy needs to rewrite parameters in QueryString

2009-02-17 Thread Krist van Besien
On Fri, Feb 13, 2009 at 12:52 PM, Andreas Dahlén wrote: > A succefull LoginRequest is redirected by the Location-header > Location: > http://login.internal.com?LoginSuccess?servername=http://backend1.internal.com This isn't a legal URL. Is this really what is returned? RewriteRules don't operat

[us...@httpd] Proxy needs to rewrite parameters in QueryString

2009-02-13 Thread Andreas Dahlén
Hi! I've got a webapplication that the login functionality is placed on one server, and the application is running on three other server (sort of loadbalancing). A parameter on a successfull login tells which backendserver that should handle the requests. Everything is placed behind a fro

[us...@httpd] Proxy fails to translate

2009-01-07 Thread Bulleri, Carlos
I have an Apache server ver. 2.2.6 on a Win 2k3 platform. It's been running for almost a year and the only function of it is to provide reverse proxy for an internal web application. The problem that we are experiencing is with a customer that is behind a proxy server them self. In this case th