proba
after installing mod_perl-2.0.3 and configuring according to
http://search.cpan.org/~mschout/Apache-AuthCookie-3.10/lib/Apache2/AuthCookie.pm
I detect then perl-script respond itself in plain-text instead of running.
Logs do not consist any error I'm confused.
Resulting apache configs at links:
I try to trace my perl script under mod_perl2 according to
http://perl.apache.org/docs/1.0/guide/debug.html#Non_Interactive_Perl_Debugging_under_mod_perl:
>Non-Interactive Perl Debugging under mod_perl
>
>To debug scripts running under mod_perl either use Apache::DB
(interactive Perl debugging) o