View Single Post
  #1   (View Single Post)  
Old 20th June 2008
erehwon erehwon is offline
Port Guard
 
Join Date: May 2008
Location: Cascadia
Posts: 34
Default Has anyone installed mod_perl

...and had it work successfully with the stock 1.3.29 Apache?

Like so?

Code:
Alias /perl/ /home/httpd/perl/
  PerlModule Apache::Registry
  <Location /perl>
    SetHandler perl-script
    PerlHandler Apache::Registry
    Options ExecCGI
    allow from all
    PerlSendHeader On
  </Location>
Reply With Quote