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
> or use cronolog from http://cronolog.org
>
> Apache config:
>
> ErrorLog "|/usr/sbin/crono
n Tue, Feb 15, 2011 at 12:33 PM, Szász Csaba
> 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 (w
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-
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-
You can use mod_proxy_balancer to use both servers
Example:
BalancerMember http://192.168.1.50:80
BalancerMember http://192.168.1.51:80
ProxyPass /test balancer://mycluster
More @ http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html
2011/1/23 Jeroen Geilman :
> On 1/23/11 6:46 PM, Tus
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 Harr
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