On Tue, Feb 01, 2000 at 11:56:24AM -0700, Constantin Nickonov wrote:
> That's configured in 'httpd.conf'. Here's an example stanza, which will cause
> sending of the information to any CGI script in the '/cgi-bin' directory:
> <Directory /httpd/cgi-bin/>
[snip]
> </Directory>
> Of course, you have to set up the password/group database, etc. I've tried a
> similar approach with the servlet directory, and it doesn't seem to work.
> There must be a parallel method of accomplishing this, but I can't find it!
Check the Apache documentation for the "<Location>"
directive. It's like <Directory>, but based on URL, not file
path.
--
[EMAIL PROTECTED]
"The bullets are just his way of saying 'Keep it down, I've got a
hangover.'"
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]