RE: client-side certificate extraction

2003-09-18 Thread Goehring, Chuck Mr., RCI - San Diego
- From: Goehring, Chuck Mr., RCI - San Diego Sent: Tuesday, September 16, 2003 10:26 AM To: [EMAIL PROTECTED] Apache. Org (E-mail) Subject: client-side certificate extraction ModPerlers, We have a requirement to change our web servers to require client-side ssl certificates by Oct 1, 2003

client-side certificate extraction

2003-09-16 Thread Goehring, Chuck Mr., RCI - San Diego
ModPerlers, We have a requirement to change our web servers to require client-side ssl certificates by Oct 1, 2003. Can someone give me some pointers on how mod_perl might be used to extract the user's name at login time. I suspect this might require a handler. This might be used to avoid

RE: stopping concurrent logins

2003-04-04 Thread Goehring, Chuck Mr., RCI - San Diego
Robert, When I was designing the security for a perl/cgi system I spent a lot of time on the cookie issue. I don't have any problem myself with servers putting cookies on my machine. The subject happened to come up with one of the guys that works on the LAN at a customer of ours. He is

[mp2] Content-Type not being set as expected

2003-04-04 Thread Goehring, Chuck Mr., RCI - San Diego
mp2 Guys, I am getting xml (seemingly) instead of html 3.2 out of Apache2/ModPerl::Registry/CGI.pm. I'm setting content type in my code like this: use CGI qw/:standard :html3/; ... print header(-type='text/html'); Has some default changed or a switch I need to set. Netscape 7.02 is

RE: Oracle9.2 and mod_perl - advice sought

2003-03-26 Thread Goehring, Chuck Mr., RCI - San Diego
Jim, Easiest would be to try to connect as scott password tiger and run: select EMPNO,ENAME,JOB,MGR,HIREDATE from emp (assuming you chose to load the examples) That will save you having to load data. Chuck -Original Message- From: Jim Morrison [Mailing-Lists] [mailto:[EMAIL

RE: Oracle9.2 and mod_perl - advice sought

2003-03-25 Thread Goehring, Chuck Mr., RCI - San Diego
Jim, ODBC is not the way to go for Oracle if you can. Early on I tried using ODBC and I had crashes and hang-ups. Performance is substantially better also. The modules below and the oci libraries in the Oracle install will get it for you. This version works with the 9i Release 2 for me.

Where do you put your stuff?

2003-03-17 Thread Goehring, Chuck Mr., RCI - San Diego
To all, Years ago, I found a module called FindBin that at least seamed to solved many problems. I use it in mod_perl code (I'm on Win 2000) like this: use FindBin qw($Bin); use lib $Bin/sims;# Directory for specific application. use lib $Bin/common; # Directory

RE: Where do you put your stuff?

2003-03-17 Thread Goehring, Chuck Mr., RCI - San Diego
Perrin, Thanks. Sometimes the docs tell you the most complicated way to do things for academic purity. Chuck -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 3:21 PM To: Goehring, Chuck Mr., RCI - San Diego Cc: [EMAIL PROTECTED] (E-mail

mp2 building dependant libwin32-0.191 fails tests

2003-03-11 Thread Goehring, Chuck Mr., RCI - San Diego
Dear mod_perlers, I'm building mod_perl-1.99_08 for apache2. Currently have the following built: httpd-2.0.44 openssl-0.9.7a.tar.gz perl-5.8.0.tar.gz zlib-1.1.4.tar.gz In order to run the tests for mod_perl, I had to install libwin32-0.191.tar.gz (to get Process.pm and ???). This lib bombed

RE: mp2 building dependant libwin32-0.191 fails tests

2003-03-11 Thread Goehring, Chuck Mr., RCI - San Diego
Diego Cc: [EMAIL PROTECTED] (E-mail) Subject: Re: mp2 building dependant libwin32-0.191 fails tests On Tue, 11 Mar 2003, Goehring, Chuck Mr., RCI - San Diego wrote: Dear mod_perlers, I'm building mod_perl-1.99_08 for apache2. Currently have the following built: httpd-2.0.44 openssl

Apache version for use with SSL on Windows

2003-02-27 Thread Goehring, Chuck Mr., RCI - San Diego
To the group, I'm running the configuration listed below. I've delayed adding SSL for as long as I can, but now I have to do it. It is for a government site and they want their sites to use SSL all the time (no port 80 connections at all). So, is Apache 2.x and mod_perl ready for operating

RE: [mp1.27] Too much logging

2003-01-27 Thread Goehring, Chuck Mr., RCI - San Diego
Geoffrey, That and the following did the trick: use warnings; no warnings; Thanks Chuck -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 10:56 AM To: Goehring, Chuck Mr., RCI - San Diego Cc: mod perl list (E-mail) Subject: Re: [mp1.27

RE: Perl Cookbook modperl chapter

2002-12-12 Thread Goehring, Chuck Mr., RCI - San Diego
Nathan, Something to keep in mind is that there are a lot of us out here that use mod_perl, but don't write handlers. Nobody wants a slow system, so mod_perl must be used. I bought Writing Apache Modules with Perl and C years ago, but haven't had much need for the capabilities it discusses.

RE: can't fine ModuleConfig.c.

2002-08-15 Thread Goehring, Chuck Mr., RCI - San Diego
Thanks. You are the hero of us lonely Windows Apache users. Chuck -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 11:10 PM To: Goehring, Chuck Mr., RCI - San Diego Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: can't fine

RE: can't fine ModuleConfig.c.

2002-08-13 Thread Goehring, Chuck Mr., RCI - San Diego
on Win 2000? I really would like to get off this pathetic single-threaded arrangement with Apache 1.x. Thanks Chuck -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 9:03 AM To: Goehring, Chuck Mr., RCI - San Diego Cc: mod perl list (E-mail

RE: can't fine ModuleConfig.c.

2002-08-12 Thread Goehring, Chuck Mr., RCI - San Diego
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 06, 2002 12:34 PM To: Goehring, Chuck Mr., RCI - San Diego Cc: mod perl list (E-mail) Subject: RE: can't fine ModuleConfig.c. On Sun, 4 Aug 2002, Goehring, Chuck Mr., RCI - San Diego wrote: Randy, Got things working - had to get that thing

RE: can't fine ModuleConfig.c.

2002-08-04 Thread Goehring, Chuck Mr., RCI - San Diego
- From: Randy Kobes [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 6:06 PM To: Goehring, Chuck Mr., RCI - San Diego Subject: Re: can't fine ModuleConfig.c. On Thu, 1 Aug 2002, Goehring, Chuck Mr., RCI - San Diego wrote: Please disregard other messages. This is the one I'm stuck

Building with VC++ neads awk???

2002-08-01 Thread Goehring, Chuck Mr., RCI - San Diego
To all, Trying to hurriedly build mod_perl 1.27 and Apache 1.3.26. Getting error bulding mod_perl like at the bottom of this message. I think this is because awk is needed to convert the .xs files to .c(). Can't remember how to put this in in VC++. It was somewhere in one of he

RE: Building with VC++ neads awk???

2002-08-01 Thread Goehring, Chuck Mr., RCI - San Diego
Got past that one. Now it can't fine ModuleConfig.c. Seams to be the same problem but all the rest worked after doing perl makefile.pl and nmake install (why isn't this nmake prep?) Please help -Original Message- From: Goehring, Chuck Mr., RCI - San Diego Sent: Thursday, August

can't fine ModuleConfig.c.

2002-08-01 Thread Goehring, Chuck Mr., RCI - San Diego
Please disregard other messages. This is the one I'm stuck on. Everything builds except the ModuleConfig.c.

RE: Using a module that is not quite mod_perl compliant

2002-07-29 Thread Goehring, Chuck Mr., RCI - San Diego
Perrin, Thanks, I should have known that, but I haven't had this problem before. Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 7:48 PM To: Goehring, Chuck Mr., RCI - San Diego Cc: [EMAIL PROTECTED] Subject: Re: Using a module

Using a module that is not quite mod_perl compliant

2002-07-26 Thread Goehring, Chuck Mr., RCI - San Diego
To the list of mod_perl experts, If a third-party module uses global variables internally that causes persistence of the data under mod_perl, is there a fix. This particular module has a lot of dependencies on other modules, so fixing the third-party stuff may not be practical. It really

RE: Mail::Sender modperl.

2002-07-22 Thread Goehring, Chuck Mr., RCI - San Diego
Richard, I also use MIME::Lite (on Win2000) with mod_perl. Found it to be quite reliable and it supports attachments and receipts like so: if($aReceipt ne '') { # If return receipt requested. $msg-add(Disposition-Notification-To= $aApobj-getEmail_Address); } Chuck

RE: IndigoPerl Apache not responding

2002-07-01 Thread Goehring, Chuck Mr., RCI - San Diego
Melissa, You can ignore the unclean shutdown message - it just means Apache wasn't stopped gracefully via the command to stop it. On windows, I always do ctrl-c to stop it. For production, you will probably install it as a service and use the services controller(in Administrative Tools of

RE DBD: :RAM Woes

2002-06-27 Thread Goehring, Chuck Mr., RCI - San Diego
I see noone replied to you. I can't help you now but have a need to explore this module. Maybe we can help each other. I can't get it to make test on Winsows 2000. Are you not on Windows? I haven't used this module but got the idea to use it for somthing I'm doing that is a little

[OT] RE DBD: :RAM Woes

2002-06-27 Thread Goehring, Chuck Mr., RCI - San Diego
Gabriel Emailed the author of DBD::RAM and got nearly and instantaneous response as below. Chuck Hi, DBD::RAM has been replaced by DBD::AnyData which does everything DBD::RAM did and much more (I'm the author of both). Download and install AnyData, SQL::Statement and then DBD::AnyData in