in reply to Apache mod_perl configuration

I think
Alias /mod-perl/ /home/teun/mod-perl/
is the problem. It should be
Alias /mod-perl /home/teun/mod-perl

... but I could be wrong; trailing /'s are nearly as confusing as temporal paradoxes.

Replies are listed 'Best First'.
Re^2: Apache mod_perl configuration
by Jaap (Curate) on Nov 21, 2004 at 20:19 UTC
    The help sais:
    # Note that if you include a trailing / on fakename then the server wi +ll # require it to be present in the URL. So "/icons" isn't aliased in t +his # example, only "/icons/".. # #Alias /icons/ /var/www/localhost/icons/