I have a created an env. variable called "SERVER_SOFTWARE" which contains
NCSA/1.0a6 right now. Is this what you had in mind?
* While I'm whining, it occurs to me that it'd be useful for a script
* to have some way of knowing what method it is doing. NCSA HTTPD
* seems to cover this now by having different GET and POST scripts.
* This is workable, but tossing in something to let the script
* explicitly know (environment variable?) would be nice and would
* make the external gateway scripts easier to run under the x-exec:
* URL scheme.
I have created an env. variable called $SCRIPT_METHOD which contains either
"GET" or "POST".
* I hate to dote on this, but the ability to share stuff between servers
* is important. Even if the server's don't exactly agree, it would
* be nice if either portable scripts are possible or if Plexus can
* support every script interface under the sun.
*/
It is important. I'd like to see a uniform script interface as well.
--Rob