in reply to Re: for mod-perl gurus
in thread for mod-perl gurus
chunks of httpd.conf
<Directory /home/username/mod-perl/> AllowOverride None Options ExecCGI Order allow,deny Allow from all </Directory> <IfModule mod_perl.c> Alias /mod-perl /home/username/mod-perl <Location /mod-perl> SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI </Location> </IfModule> Alias /perl/ /home/username/mod-perl/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: for mod-perl gurus
by perrin (Chancellor) on Nov 20, 2001 at 03:04 UTC |