hi,

I'm having a problem specifying which domain, on a box with several hosted
domains, a perl module is used.  For example, in my perl.conf file I have:

<Location /search>
        SetHandler      perl-script
        PerlHandler     Apache::SearchMod
</Location>

if I have domainA.com and domainB.com, both of the following work:

domainA.com/search
domainB.com/search

how do I set it up in perl.conf so that only domainA.com or domainB.com
works -- how do I specify which domain I want that module to work for?

Regards,

Etienne

Reply via email to