mod_perl and CGI.pm in chroot enviroment.

2004-01-26 Thread Fco. Valladolid
I'am trying do a form hanlder with CGI.pm and Apache::Registry in chroot enviroment, OpenBSD 3.4 OS. My question is: it is necessary put CGI.PM in ServerRoot for chroot enviroment. ? There are other way to do forms in mod_perl ?.. thanks for you advice. Francisco. -- Reporting bugs: http:/

a fun photo on perl

2004-04-14 Thread Fco. Valladolid
http://www.hirnfrei.org/~simon/hirnfrei.pictures/perl.jpg Regards. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

RE: Developers Cookbook

2004-06-19 Thread Fco. Valladolid
Try, PerlModule Apache::Registry instant the ModPerl::Registry so, as PerlHandler Apache::Registry Regards. 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

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

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: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-10-01 Thread Fco. Valladolid
Hi, You has try via pkgsrc ?, maybe be a solution. Reagrds. On Fri, Oct 01, 2004 at 10:20:50AM -0400, Stas Bekman wrote: > [EMAIL PROTECTED] wrote: > >Stas Bekman <[EMAIL PROTECTED]> wrote on 01.10.2004 06:08:34: > > > >>I can't reproduce that. Could you please try to debug that code? It's > >