On 3/29/07, Artem Kuchin <[EMAIL PROTECTED]> wrote:


If i do

    <Location "/">
        SetHandler perl-script
        PerlResponseHandler Megalib::Exec::Public
    </Location>

then /images will be processed by Public handler too, but i need
only / and /Proc to be processed by handler

Let's see, we changed
ScriptAlias / -> ScriptAliasMatch ^/$
I wonder if we could do
<Location /> -> <LocationMatch ^/$>

(No need to wonder long, just check the docs.)

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to