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
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/
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
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: