Re: Both mod_perl 1 and 2 on same machine

2007-05-22 Thread Roger McCalman
On Tue, May 22, 2007 at 09:20:17PM +0200, Vetle Roeim wrote: > On 5/15/07, Walt Reed <[EMAIL PROTECTED]> wrote: > > > >I have a need to install both apache 1.3.x / mod_perl 1.x and apache > >2.2.x / mod_perl 2.x on the same machine. > > > >Googling returns some hits from 2004 that mention MP_INST_A

Re: .htaccess and User Authentication - Need Help

2007-03-02 Thread Roger McCalman
Have a look at Apache::AuthCookie or Apache::AuthTicket Cheers, Roger On Fri, Mar 02, 2007 at 11:10:22AM -0800, Amish Desai wrote: > > Hello, > > I have a problem where in I want to use .htaccess and a custom Login form > for User authentication. The requirement is > > User X wants to access

GnuPG::Interface with MP2 fh is undefined

2007-02-25 Thread Roger McCalman
I am running Apache 2.0.69 and mp2 mod_perl2-2.0.3_1,3 on FreeBSD 6.1. I can run a script that decrypts the a PGP encrypted file outside of apache/mp2 and as a CGI script but when run from a perl handler it gives the error fh is undefined at /usr/local/lib/perl5/site_perl/5.8.8/GnuPG/Interface.pm

Re: concurrent servers

2006-10-11 Thread Roger McCalman
I wrote a patch for apache in the 1.3 days to take a list of fd's on the command line that were already bound to the required Listening sockets. This was so that I could a have a simple setuid wrapper for listening on port 80 which would then fork and exec apache after removing root privileges. Th

Re: how to share data among modperl processes

2005-10-20 Thread Roger McCalman
On Thu, Oct 20, 2005 at 04:59:08PM -0400, Perrin Harkins wrote: > On Thu, 2005-10-20 at 13:52 -0700, Jay Buffington wrote: > > Even if you are in a multiple server environment you should still be > > able to use Cache::FastMmap. You'll just have to make sure that the > > global param share_file is