in reply to Re^2: Is mod_perl handling requests, or not?
in thread Is mod_perl handling requests, or not?
GATEWAY_INTERFACE is defined in the CGI spec and from the spec
The Common Gateway Interface (CGI) is a simple interface for running external programs
There's nothing external about any of the mod_xxxs ... so in this case, mod_perl is doing the right thing. Your server still supports cgi ... you're just not using it.
The environment variables are not about what the server *did* but what it *can do*.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Is mod_perl handling requests, or not?
by kabeldag (Hermit) on Jun 12, 2006 at 02:30 UTC |