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
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 ?
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
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
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
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
> 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
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
> 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
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
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
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
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
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
14 matches
Mail list logo