mod_perl forgetting values

2001-08-09 Thread Kevin Schroeder
Hi, I'm currently writing a program for a client that utilizes mod_perl. It runs fine in my development environment of Linux running Apache 1.3.20 with mod_perl 1.25. But when I put it into the live environment which is Solaris 2.x running Apache 1.3.12 with mod_perl 1.21 it has a tendency

Child Interprocess Data

2001-07-23 Thread Kevin Schroeder
Hi, I want to create a program for mod_perl that shares information in between all the child processes so they all have current information. The data will be stored in a MySQL database, but rather than query the DB each time which, due to the kind of server load, would work but would be

CGI module or Apache

2001-07-09 Thread Kevin Schroeder
, cookies and the like? You'll have to forgive me, I've been learning mod_perl off of the cheat sheet at refcards.com. Kevin Schroeder

Re: CGI module or Apache

2001-07-09 Thread Kevin Schroeder
Message - From: Paul [EMAIL PROTECTED] To: Kevin Schroeder [EMAIL PROTECTED]; modperl [EMAIL PROTECTED] Sent: Monday, July 09, 2001 3:09 PM Subject: Re: CGI module or Apache --- Kevin Schroeder [EMAIL PROTECTED] wrote: Hello, I've been using the CGI PERL module for a while now and I

Re: ssl encryption

2001-06-15 Thread Kevin Schroeder
as absolute security, only probable security. Oh well. Kevin - Original Message - From: Vivek Khera [EMAIL PROTECTED] Newsgroups: ml.apache.modperl To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 2:23 PM Subject: Re: ssl encryption KS == Kevin Schroeder [EMAIL PROTECTED] writes: KS

Re: ssl encryption

2001-06-14 Thread Kevin Schroeder
This would make an interesting discussion because I've had the same question come up in my mind. How do you encrypt things on your server without giving out the passphrase? Is it even possible to keep the key in the same location as the program using it and still maintain security? Kevin