Re: Tomcat - Apache ... and CGI

2007-06-15 Thread Yannick Haudry
Thanks Rainer, I see what's happening now ! I think I will go for the first solution you've suggested (disabling Tomcat cgi handling) and let Apache doing this, just because some cgi applications are already running on the serer I'm using. Yannick On 6/15/07, Rainer Jung <[EMAIL PROTECTED]> wrot

Re: Tomcat - Apache ... and CGI

2007-06-15 Thread Rainer Jung
As I understand you, you want to let Tomcat handle the cgi for you. But you also configured Apache to locally handle *.cgi as a CGI itself. So you need to resolve the conflict between handling everything that starts with /Context/ by mod_jk and everything that ends in .cgi by mod_cgi. /Context/

Re: Tomcat - Apache ... and CGI

2007-06-15 Thread Yannick Haudry
here is the worker.properties file: ps=/ worker.list=worker1 worker.worker1.port=8009 worker.worker1.host=localhost worker.worker1.type=ajp13 worker.worker1.lbfactor=1 and the httpd.conf (unconmmented lines only, to make it shorter): hopes someone can help ! ServerTokens OS ServerRoot "/etc/ht

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: