in reply to Exec cgi with params?
Hi,
With Apache, you cannot give arguments to the cgi with #exec.
In Apache documentation, it says
The include virtual element should be used in preference to exec cgi. In particular, if you need to pass additional arguments to a CGI program, using the query string, this cannot be done with exec cgi, but can be done with include virtual,
you may use
for details refer to mod_include. Hope this helps.<!--#include virtual="bannertest.pl?name=top" -->
Cheers !
--VC
|
|---|