>>>>> "Antonio" == Antonio Pascual <[EMAIL PROTECTED]> writes:

Antonio> I want handler a request only if the url is like http://localhost/idTrans=XXX
Antonio> In other case do the default behaviour.
Antonio> How could I do this?
Antonio> I suppose that I have to use PerlTransHandler, but I don't know how.

Nahh.  Use basic core functionality, in your top-level conf file:

    <LocationMatch "^/idTrans=">
    SetHandler perl-script
    PerlHandler My::Handler
    </LocationMatch>

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to