Hi,

I have problem to set default handler when enter in my website

httpd.conf:

       $Location{"/"} = {
           SetHandler  => "perl-script",
           PerlHandler => "eShop::Web::Shop::home",
           PerlOptions => "+SetupEnv",
       };

but when i access /image.gif, apache open module Shop::home
exist one solution for dont use module when i open another file
or for exemplo i rename location for /default and apache
load this modulos when i set DirectoryIndex

i look for one ModuleIndex...

thanks all and sorry my english

--
Udlei Nattis
Gerente de desenvolvimento
-----------------------------
www.linuxmall.com.br
+55 11 5087-9441



-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to