>>>>> "MTG" == Michael Todd Glazier <[EMAIL PROTECTED]> writes:

MTG> As a way to speed up the CGIs but allow my designers easy access to 
MTG> the html file, I'm executing an Apache::Registry CGI script from 
MTG> within an .shtml document using #exec cgi . The Apache manual says to 
MTG> prefer use of #include virtual, but that doesn't pass the query 
MTG> string from the request. In a way this is a hacked template system. :)

I use the include virtual in some situations.  If you want the query
string, just append it:

 <!--#include virtual="/path/to/program?$QUERY_STRING" -->

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: [EMAIL PROTECTED]       Rockville, MD       +1-301-545-6996
GPG & MIME spoken here            http://www.khera.org/~vivek/

Reply via email to