I would hope so, since the contents after the third slash are very
server-dependent.
* > Actually you can't have a subdirectory under "/cgi-bin". Example :
* >
* > http://server/cgi-bin/subdir/script/extra_path
* >
* > With this URL server, actually, call "subdir" and not "subdir/script"
I don't understand where this impression is coming from. /cgi-bin is in no
way special, and you can in fact have multiple subdirectories under a
ScriptAlias directory (I just tried it).
* This is something that was not clear to me from reading the spec. I
* did not realize that the name "cgi-bin" was in any way special. Is,
* in fact, "cgi-bin" going to be a reserved word in http URL's? If so
* then my objection about parsing is not well founded. This is easy
* enough to parse -- it will still confuse some people though. It also
* seems like a rather artificial restriction. Am I correct in my
* understanding that this means that any subdirectory of cgi-bin is
* inaccessible to a client querying the server?
*
* Could we clarify the CGI spec some more?
*
* 1. Is "cgi-bin" a reserved directory name?
no
* 2. Can it be anyplace in the directory hierarchy?
yes
* 3. Can a server have more than one cgi-bin?
yes
* and most importantly
*
* 4. Is it the case that in any URL containing "cgi-bin" everything
* from the second '/' after "cgi-bin" to the end of the URL is always
* path info, optionally followed by a ? and a query string?
no
* If the answers to questions 1-4 are all "yes", then I will withdraw my
* suggestions. I still think this is a less than optimal syntax, but it
* is usable.
*/
--Rob