Re: PATH_INFO on the cheap?
robm@ncsa.uiuc.edu (Rob McCool)
Message-id: <9312302113.AA28382@void.ncsa.uiuc.edu>
From: robm@ncsa.uiuc.edu (Rob McCool)
Date: Thu, 30 Dec 1993 15:13:42 -0600
In-Reply-To: rst@ai.mit.edu (Robert S. Thau)
"PATH_INFO on the cheap?" (Dec 30, 12:07pm)
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
To: rst@ai.mit.edu (Robert S. Thau), www-talk@nxoc01.cern.ch
Subject: Re: PATH_INFO on the cheap?
Content-Length: 679
/*
* PATH_INFO on the cheap? by Robert S. Thau (rst@ai.mit.edu)
* written on Dec 30, 12:07pm.
*
* In re the current PATH_INFO discussion, it may be possible to cut the cost
* of the current implementations by piggybacking on work which the server (at
* least the NCSA server) is already doing anyway.
*
* Here (I think) is the trick. In order to do access control, the server is
* already doing stuff like this (from my previous syscall trace):
*/
[... combine the two actions of groping for a script and groping for
.htaccess]
Yes, you could do this. Since I've become rather afraid of breaking things,
however, I probably won't change it anytime soon.
--Rob