growlf has asked for the wisdom of the Perl Monks concerning the following question:
Hi all. Time for obscure question #23...
Lets say I have a need (albeit strange, perhaps) for a CGI application to act as an "in-line" path. ie:
http://mydomain.com/MyCGI/parameter1/paremeter2.htm
Where MyCGI is the actual CGI script, and parameter1& 2 are exactly that. The webserver is intended to be Apache 1.3 but may also be MS IIS at some point. Is there a way to capture those parameters using CGI.pm or other module? Will I have to set up the CGI as a "handler" in the webserver (I do not wish to do that, but it if MUST - oh well, so be it).
I have tried the following:
None of theses seem to return the "pseudo" querystring or my errant parameters.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI as an Inline Path
by dws (Chancellor) on Mar 15, 2002 at 06:01 UTC | |
by seattlejohn (Deacon) on Mar 15, 2002 at 07:45 UTC | |
by Kanji (Parson) on Mar 15, 2002 at 15:45 UTC | |
by growlf (Pilgrim) on Mar 16, 2002 at 01:24 UTC | |
by Juerd (Abbot) on Mar 15, 2002 at 08:00 UTC | |
|
Re: CGI as an Inline Path
by abstracts (Hermit) on Mar 15, 2002 at 06:13 UTC | |
|
Re: CGI as an Inline Path
by grep (Monsignor) on Mar 15, 2002 at 06:07 UTC |