Hi again
I'm just trying to translate URI with a modperl2 module, and i've got it in
windows os.
Then i wanted to install to my linux os but life is not as easy as this.
I have problems with that module, and i've tried the following things:

First of all i comment most of the module, actually it is only:
package modulename;

use Apache::RequestRec();
use Apache::Const -compile => qw(DECLINED);

sub handler {
        return DECLINED;
        }
1;

And then i put the PerlTransHandler +module in the VirtualHost section
Then i get an INTERNAL ERROR SERVER, with the sentence
"failed to resolve handler modulename" in error.log

Then i commented the PerlTransHandler line, and i got all the site running
right.

Then i put the directive outside the VirtualHost, and i got a 404 error.

So it's reading the URI module (because of the two diferent errors), but
what is wrong with that simple module???
-----
Un nuevo buscador más rápido, eficaz y sencillo http://www.plaf.com
Ya.com ADSL:Router 3Com Wireless 11g + 1Mes + Alta Gratis 
http://acceso.ya.com/adsl/256router/

Reply via email to