Re: Tomcat - Apache ... and CGI

2007-06-15 Thread Yannick Haudry
es de fr >ForceLanguagePriority Prefer Fallback > > > > > BrowserMatch "Mozilla/2" nokeepalive > BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 > BrowserMatch "RealPlayer 4\.0" force-response-1.0 > BrowserMa

Re: Tomcat - Apache ... and CGI

2007-06-15 Thread Rainer Jung
ories JkRequestLogFormat "%w %V %T" JkMount /Context/* worker1 On 6/15/07, Raghupathy, Gurumoorthy <[EMAIL PROTECTED]> wrote: Post your jkmounts directives and also posty your httpd.conf -Original Message- From: Yannick Haudry [mailto:[EMAIL PROTECTED] Sent: 15 June

Re: Tomcat - Apache ... and CGI

2007-06-15 Thread Yannick Haudry
On 6/15/07, Raghupathy, Gurumoorthy <[EMAIL PROTECTED]> wrote: Post your jkmounts directives and also posty your httpd.conf -Original Message- From: Yannick Haudry [mailto:[EMAIL PROTECTED] Sent: 15 June 2007 11:15 To: users@tomcat.apache.org Subject: Tomcat - Apache ... and CGI

RE: Tomcat - Apache ... and CGI

2007-06-15 Thread Raghupathy, Gurumoorthy
Post your jkmounts directives and also posty your httpd.conf -Original Message- From: Yannick Haudry [mailto:[EMAIL PROTECTED] Sent: 15 June 2007 11:15 To: users@tomcat.apache.org Subject: Tomcat - Apache ... and CGI Hi all, First, here is the global configuration on a centos machine

Tomcat - Apache ... and CGI

2007-06-15 Thread Yannick Haudry
Hi all, First, here is the global configuration on a centos machine: apache: httpd-2.0.52-19 tomcat: 6.0.13 mod_jk: 1.2.22 I'm currently working on a webapp where we have some pages generated with perl scripts. The first step was to configure tomcat CGIservlet and now cgi are successfully execut