Re: Developer's Cookbook

2004-06-19 Thread Fco. Valladolid
in modperl 2.0 the following conf can work # httpd.conf PerlModule ModPerl::Registry Alias /perl/ /home/httpd/perl/ SetHandler perl-script PerlResponseHandler ModPerl::Registry #PerlOptions +ParseHeaders #PerlOptions -GlobalRequest Options +ExecCGI Take fro

Re: Developer's Cookbook

2004-06-19 Thread Fco. Valladolid
Try the follow. On Sat, Jun 19, 2004 at 01:17:17AM -0700, David Arnold wrote: > All, > > After read section 2.2, pages 47-51, of "Mod_Perl, Developer's Cookbok," I > set this in httpd.conf: > > > #PerlModule ModPerl::Registry PerlModule Apache::Registry > > Alias /cgi-perl/ "/usr/local/apac