Hi!


On 14 Jun 2001, at 14:03, Andrew Ho wrote:
> JK>What is the best way to attach a module to be run when a user first
> JK>enters the site?
> GED>Can you be a bit more specific?

> I think the question is better phrased by the subject, "how can I
> use mod_perl to handle all requests?"
> ..

This works also:

<Location />
SetHandler perl-script
PerlHandler My::Module
</Location>

I think you can use this to "unset" mod_perl:
(I've seen it on the list but didn't try it ..)

<Location /images/>
SetHandler default
</Location>




--
D_omm
O_xyderkes         http://domm.zsi.at
M_echanen
M_asteuei

Reply via email to