I'm now configuring Apache this way:
AddHandler cgi-script cgi pl
So that .pl
will be interpreted as CGI script.
How can I make it run as mod_perl
instead?
I'm now configuring Apache this way:
AddHandler cgi-script cgi pl
So that .pl
will be interpreted as CGI script.
How can I make it run as mod_perl
instead?
Googling for "howto mod_perl" brings up a good starters guide and a brief intro with examples.