Using an SSI directive to include a cgi script works under Apache but
fails under Tomcat because the query arguments are not being handled the
same way. Under Tomcat 5.5.4, the query args are being searched for as
if they were part of the filename. [I made a previous post on this
subject but was t
We have set up Tomcat to process an SSI directive that is used in many
pages on our site (www.pesticideinfo.org):
myscript.pl gets executed, but $ENV{"QUERY_STRING"} is defined but empty
(and other things that I would have thought might be defined such as
REQUEST_URI are not defined at all).