Re: [users@httpd] Apache22 Logs rotation configuration

2011-03-17 Thread Szász Csaba
Hi You can use rotatelogs Apache's build in tool also :) CustomLog |bin/rotatelogs /var/logs/logfile.%Y-%m-%d 86400 common http://httpd.apache.org/docs/2.0/programs/rotatelogs.html 2011/3/17 fedora fed...@ayni.com or use cronolog from http://cronolog.org Apache config: ErrorLog

[users@httpd] Reverse Proxy - retry parameter in Apache/2.2.3.

2011-02-15 Thread Szász Csaba
Hello All, We have a problem with one reverse proxy. The problem is that there is only one Tomcat backend server but sometimes the connection between the Apache Tomcat gets broken (we are still investogate the cause) To decrease the outage time we want to decrease the retry time while Apache

Re: [users@httpd] Reverse Proxy - retry parameter in Apache/2.2.3.

2011-02-15 Thread Szász Csaba
...@googlemail.com On Tue, Feb 15, 2011 at 12:33 PM, Szász Csaba szasz.cs...@gmail.com wrote: Hello All, We have a problem with one reverse proxy. The problem is that there is only one Tomcat backend server but sometimes the connection between the Apache Tomcat gets broken (we are still investogate

Re: [users@httpd] Redirect to the diff. servers.

2011-01-24 Thread Szász Csaba
You can use mod_proxy_balancer to use both servers Example: Proxy balancer://mycluster BalancerMember http://192.168.1.50:80 BalancerMember http://192.168.1.51:80 /Proxy ProxyPass /test balancer://mycluster More @ http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html 2011/1/23 Jeroen

Re: [users@httpd] How to make apache httpd load balancer sends to a member that is in Err.

2011-01-21 Thread Szász Csaba
Hi, I don't know if the Message Broker has Web server plug-in or not. This is very useful to use between WAS and various HTTP servers. http://www.ibm.com/developerworks/websphere/library/techarticles/0310_cocasse/cocasse.html It handles overloaded or hanging backend systems. 2011/1/20 James

[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