You were right, now i have this that works

PerlModule Apache2
-----------------------------------
<Perl >
$Location{'~ .*log$'} = {
        SetHandler => "perl-script",
        PerlResponseHandler => "Blogum::UserLog",
        PerlOptions => "+ParseHeaders",
        Allow => "from all",
        };
</Perl>
-----------------------------------
&lt;Perl &gt;
$Location{'~ .*log$'} = {
SetHandler =&gt; &quot;perl-script&quot;,
PerlResponseHandler =&gt; &quot;Blogum::UserLog&quot;,>
PerlOptions =&gt; &quot;+ParseHeaders&quot;,
Allow =&gt; &quot;from all&quot;,
};
&lt;/Perl&gt;
-----------------------------------

But now it doesn't work:
PerlRequire ...archive.pl

inside archive.pl
use Apache2();
$Location{'~ .*log$'} = {
        SetHandler => "perl-script",
        PerlResponseHandler => "Blogum::UserLog",
        PerlOptions => "+ParseHeaders",
        Allow => "from all",
        };

I've tried also with LocationMatch. Anything i'm doing wrong?


-----

Ya.com ADSL:ˇPROMOCIÓN! Router 3Com Wireless 11g + 1 Mes + Alta ˇGratis! 
http://acceso.ya.com/adsl/256router/

Ven, vota a [EMAIL PROTECTED] más [EMAIL PROTECTED] y... ˇatrévete a ser uno de ellos! 
En http://guapos.yatv.com


--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to