> We don't define any virtual hosts in httpd.conf; instead, we use a
> custom handler hooked into post-read-request.  So I won't be able to
> define "/path/to/usr/cgi" in httpd.conf.
>
> But if that concept will work in user .htaccess files, it would be an
> improvement over my current techniques.  I'll give it a try ...
>
> Thanks for the idea!
>
>
> Egan

Ah ok

It will work in .htaccess if you enable it, or you might even be able to use
something like:
<DirectoryMatch "^/path/to/.*/cgi">

(untested again)




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to