This is a discussion on problems with SSI-Exec directive within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I've just setup my apache server 2.0.43 for SSI. The SSI Commands for my shtml pages ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I've just setup my apache server 2.0.43 for SSI. The SSI Commands for my shtml pages are working fine. In my HTML-page there are the following lines: <!--#exec cgi="redirect.pl" --> this works. <!--#exec cgi="redirect.pl?name=value" --> and this doesn't work. Why I can't use this valuepairs for script calling? Is this a fault of Apache? greets Andreas |
|
|||
|
Andreas Winter wrote:
> [...] In my HTML-page there are the following lines: > > <!--#exec cgi="redirect.pl" --> this works. > > <!--#exec cgi="redirect.pl?name=value" --> and this doesn't work. > > Why I can't use this valuepairs for script calling? Is this a fault of > Apache? No, it's documeted. Use: <!--#include virtual="redirect.pl?name=value" --> Bye, cc |