AW: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29

2004-10-22 Thread Neise, Volker
I will follow the way with squid. Thanks for your input and support. Your cooperation is welcome. Mit freundlichen Grüßen, Volker Neise - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

AW: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29

2004-10-21 Thread Neise, Volker
. ++49-89-5110-428 Fax ++49-89-5110-71428 -Ursprngliche Nachricht- Von: Steffen Heil [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 20. Oktober 2004 18:26 An: 'Tomcat Users List' Betreff: AW: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29 Hi For your problem, remove

RE: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29

2004-10-21 Thread Ralph Einfeldt
[mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 9:36 AM To: Tomcat Users List Subject: AW: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29 The backend apache does not only serve static pages like GIF or JS. It also handles PHP, Perl-scripts and some SSL. This can

AW: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29

2004-10-21 Thread Steffen Heil
Hi The backend apache does not only serve static pages like GIF or JS. It also handles PHP, Perl-scripts and some SSL. This can not be done with tomcat. Tomcat CAN do SSL just fine. For some seldomly used php and perl-scripts, tomcat is also just fine. But I agree, if lots of php and perl is

AW: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29

2004-10-21 Thread Neise, Volker
I installed squid and the behaviour is similar. The URL of database-generated pages are something like this: http://myserver/content.jsp?nodeId=123lang=en Is there a general caching problem of an URL with paramater ? Your cooperation is welcome. Mit freundlichen Grüßen, Volker Neise

Re: AW: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29

2004-10-21 Thread David Smith
It could be honoring a no caching http header. --David Neise, Volker wrote: I installed squid and the behaviour is similar. The URL of database-generated pages are something like this: http://myserver/content.jsp?nodeId=123lang=en Is there a general caching problem of an URL with paramater ?

Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29

2004-10-20 Thread Neise, Volker
Hi, I am running Apache 2.0 with tomcat 4.1.29. The problem is performance: at the moment requests are going to Apache A. If the request is a JSP, than the request is handled by Tomcat via mod_jk. Tomcat runs and collects content out of a database and returns this to Apache A. The time for

Re: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29

2004-10-20 Thread David Smith
Have you thought of using something designed for this like Squid? Apache httpd is a little heavy duty to just be a caching proxy. --David Neise, Volker wrote: Hi, I am running Apache 2.0 with tomcat 4.1.29. The problem is performance: at the moment requests are going to Apache A. If the

AW: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29

2004-10-20 Thread Neise, Volker
-Ursprüngliche Nachricht- Von: David Smith [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 20. Oktober 2004 15:42 An: Tomcat Users List Betreff: Re: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29 Have you thought of using something designed for this like Squid? Apache httpd is a little

AW: Apache 2.0 - mod_proxy, mod_cache - and Tomcat 4.1.29

2004-10-20 Thread Steffen Heil
Hi For your problem, remove apache completely, use tomcat standalone and use squid as frontend cache. As static content will also be cached by squid, you can completely remove the overhead of apache and mod_jk. Regrads, Steffen smime.p7s Description: S/MIME cryptographic signature