Re: [EMAIL PROTECTED] [mod_proxy] problem

2008-09-04 Thread GanGan
Sorry all I forgot greetings ! hello all :) On Thu, 04 Sep 2008 17:13:49 +0200, GanGan <[EMAIL PROTECTED]> wrote: > > I have two Apache server > one that answers to this url: https://192.168.1.110/ocsreport/ > the other answers to this address: http://192.168.2.215 > > the server 192.168.2.215

[EMAIL PROTECTED] [mod_proxy] problem

2008-09-04 Thread GanGan
I have two Apache server one that answers to this url: https://192.168.1.110/ocsreport/ the other answers to this address: http://192.168.2.215 the server 192.168.2.215 have mod_proxy and that he would like to redirect all requests it receives at https://192.168.1.110/ocsreport/ how can i do ?

Re: [EMAIL PROTECTED] mod_proxy problem

2007-11-23 Thread Vincent Bray
On 22 Nov 2007, at 15:19, Til Obes wrote: Hello, i have a problem with mod_proxy. I want to redirect all requests to another apache running on localhost:8080. So the url https://s1.example.com/ will be proxied to http://localhost:8080/. But i have a problem with phpmyadmin running inside this v

Re: [EMAIL PROTECTED] mod_proxy problem with phpmyadmin

2007-11-22 Thread Krist van Besien
On Nov 22, 2007 5:03 PM, Til Obes <[EMAIL PROTECTED]> wrote: > Hello, > > i have a problem with mod_proxy. I want to redirect all > requests to another apache running on localhost:8080. > So the url https://s1.example.com/ will be proxied to > http://localhost:8080/. But i have a problem with phpmy

[EMAIL PROTECTED] mod_proxy problem with phpmyadmin

2007-11-22 Thread Til Obes
Hello, i have a problem with mod_proxy. I want to redirect all requests to another apache running on localhost:8080. So the url https://s1.example.com/ will be proxied to http://localhost:8080/. But i have a problem with phpmyadmin running inside this vhost. I use cookie based authentification an

[EMAIL PROTECTED] mod_proxy problem

2007-11-22 Thread Til Obes
Hello, i have a problem with mod_proxy. I want to redirect all requests to another apache running on localhost:8080. So the url https://s1.example.com/ will be proxied to http://localhost:8080/. But i have a problem with phpmyadmin running inside this vhost. I use cookie based authentification an

Re: [EMAIL PROTECTED] Mod_proxy problem in 2.2.4

2007-06-01 Thread Pavel Mateja
> If you don't have enough memory for the OS to maintain the important > stuff in the buffer cache, then mem_cache isn't going to help because > it will just shove other important stuff out of memory and onto disk. Yes, it is. But it's quite diffucult to explain why without detailed description o

Re: [EMAIL PROTECTED] Mod_proxy problem in 2.2.4

2007-05-31 Thread Joshua Slive
On 5/31/07, Pavel Mateja <[EMAIL PROTECTED]> wrote: > But the disk cache often has better performance than the memory cache > even on a normal disk. There are two reasons for this: > > 1. The disk cache is shared between all processes, while the mem cache > must keep copies of each object for eac

Re: [EMAIL PROTECTED] Mod_proxy problem in 2.2.4

2007-05-31 Thread Pavel Mateja
> But the disk cache often has better performance than the memory cache > even on a normal disk. There are two reasons for this: > > 1. The disk cache is shared between all processes, while the mem cache > must keep copies of each object for each processes. > > 2. The disk cache takes full advantag

Re: [EMAIL PROTECTED] Mod_proxy problem in 2.2.4

2007-05-31 Thread Joshua Slive
On 5/31/07, Pavel Mateja <[EMAIL PROTECTED]> wrote: On Thursday 31 of May 2007 15:32:43 Joshua Slive wrote: > Yes, it is likely a mod_mem_cache problem. Try using the disk cache > instead. It is better tested, and likely just as performant as the mem > cache in most circumstances. Unfortunatelly

Re: [EMAIL PROTECTED] Mod_proxy problem in 2.2.4

2007-05-31 Thread Pavel Mateja
On Thursday 31 of May 2007 15:32:43 Joshua Slive wrote: > Yes, it is likely a mod_mem_cache problem. Try using the disk cache > instead. It is better tested, and likely just as performant as the mem > cache in most circumstances. Unfortunatelly it's not an option for us. We have to use some sort o

Re: [EMAIL PROTECTED] Mod_proxy problem in 2.2.4

2007-05-31 Thread Joshua Slive
On 5/31/07, Pavel Mateja <[EMAIL PROTECTED]> wrote: Had anybody seen such problem? It's related with mod_cache_mem because I was uable to replicate it without mod_cache_mem compiled in. Yes, it is likely a mod_mem_cache problem. Try using the disk cache instead. It is better tested, and likely

[EMAIL PROTECTED] Mod_proxy problem in 2.2.4

2007-05-31 Thread Pavel Mateja
Hey! I have problem with mod_proxy in apache 2.2.4. I got wrong data In cca 1 request of 1000 via my proxy apache. There is end of another page requested by someone else at begin of page requested by me. It's like HTTP/1.0 200 OK ..generated HTTP header - we are using UTF-8 almost everywhere.. Co

[EMAIL PROTECTED] mod_proxy problem during HTTP 302 when public and private ports are different

2006-01-22 Thread oss lover
Part from the httpd.conf:    ProxyRequests   Off ProxyPreserveHost On ProxyPass  /  http://privateserver:/ ProxyPassReverse /  http://privateserver:/       The end user request the following from the webserver    http://publicwebserver/application/originalpage   In turn proxy pass