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
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
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
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
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
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
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
>
> 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
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'
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/
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
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
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,
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
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
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:
>>>>
>>> À : 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
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
> -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:
> >
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
$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
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
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
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
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
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
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
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
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!
---
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
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
-
> 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
> -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
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
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
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
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
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
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
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
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
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
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
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
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
: 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
: 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
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
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
* 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
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
* 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
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
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
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
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
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
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
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
> > 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
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
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
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
63 matches
Mail list logo