On 3/29/07, Artem Kuchin <[EMAIL PROTECTED]> wrote:
If i do
SetHandler perl-script
PerlResponseHandler Megalib::Exec::Public
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
ScriptAli
Joshua Slive wrote:
On 3/29/07, Artem Kuchin <[EMAIL PROTECTED]> wrote:
Hello!
I need to configure a handler which will
process ONLY / url.
for example
http://www.domain.dom/ is handled by handler
as well as http://www.domain.dom
but http://www.domain.dom/images or
http://www.domain.dom/admi
On 3/29/07, Artem Kuchin <[EMAIL PROTECTED]> wrote:
Hello!
I need to configure a handler which will
process ONLY / url.
for example
http://www.domain.dom/ is handled by handler
as well as http://www.domain.dom
but http://www.domain.dom/images or
http://www.domain.dom/admin is not handled by
t
Hello!
I need to configure a handler which will
process ONLY / url.
for example
http://www.domain.dom/ is handled by handler
as well as http://www.domain.dom
but http://www.domain.dom/images or
http://www.domain.dom/admin is not handled by
the handler (handler is eather cgi script or
mod_per