ssi including cgi with query args is broken

2004-12-13 Thread Brian Hill
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

lose query args when using cgi and ssi together

2004-12-03 Thread Brian Hill
We have set up Tomcat to process an SSI directive that is used in many pages on our site (www.pesticideinfo.org): !--#include virtual=/cgi-bin/myscript.pl?myqueryargs -- myscript.pl gets executed, but $ENV{QUERY_STRING} is defined but empty (and other things that I would have thought might be