apache with perl,ssl fronpage module !

2001-06-12 Thread Gauri
hello I m installing apache 1.3.19 on solaris sparc 7 with the following modules : mod_ssl ver 2.8.3-1.3.19 , mod_perl1.25 mod_frontpage (i m using the patch that comes with fp50solaris.tar.gz) heres the way i go about the installation :

Re: apache with perl,ssl fronpage module !

2001-06-12 Thread Ged Haywood
Hi there, On Tue, 12 Jun 2001, Gauri wrote: If i comment out LoadModule AddModule statements in httpd.conf for negotiation proxy the apache server starts works fine. Try compiling static? 73, Ged.

[OT] mmap error in error_log

2001-06-12 Thread B. Burke
I'm running Apache/1.3.14 (Unix) mod_perl/1.24_01 mod_ssl/2.7.1 OpenSSL/0.9.6 on a RedHat 6.2 system. The system seems to be doing fine, but I've noticed that I am getting several messages that look like the following in my apache error_log: [Tue Jun 12 11:21:27 2001] [crit] [client 0.0.0.0]

SOAP, WSDL etc.

2001-06-12 Thread ASHISH MUKHERJEE
Dear mod_perlers, Need some help/advice from all of you out there. I am a newbie to SOAP/WSDL etc. though comfortable with Perl/mod_perl. Can anyone suggest sites which discuss practical application of SOAP/WSDL with Perl and with code snippets etc.? Or if anyone has any examples etc. that

Re: SOAP, WSDL etc.

2001-06-12 Thread James G Smith
ASHISH MUKHERJEE [EMAIL PROTECTED] wrote: Can anyone suggest sites which discuss practical application of SOAP/WSDL with Perl and with code snippets etc.? Or if anyone has any examples etc. that you can forward it will be greatly appreciated. Also, any recommended books for learning SOAP and

handler for error log

2001-06-12 Thread John Saylor
Hi Is it possible to put a handler on the error log so that certain elements could be filtered? Ideally, I'd like to keep track of how many times a certain error appears and with a handler that would be a cake walk. So the handler would 'live' between the main httpd process and the file, doing

Re: handler for error log

2001-06-12 Thread Steven Lembark
Is it possible to put a handler on the error log so that certain elements could be filtered? Ideally, I'd like to keep track of how many times a certain error appears and with a handler that would be a cake walk. So the handler would 'live' between the main httpd process and the file, doing

Is this feasible in Perl??

2001-06-12 Thread F.H
Hi All, I have a text file like this: Name ,123-43-4352, JX, 1234 Sports,123-43-4352, SKI, BaseBall, swimming Hobbies, 123-43-4352, H1,H2, H3 Hobbies, 123-43-4352, HH, HHH, 2 Hobbies,123-43-4352, H1,H43 Name ,223-63-9352, JX, 1234 Sports,223-63-9352, SKI, BaseBall, swimming Hobbies,

Re: Apache::DBI / DBD::Oracle error

2001-06-12 Thread Ged Haywood
Hi there, On Tue, 12 Jun 2001, Mark Vandenbroeck wrote: There seems to be some confusion and even incorrectness in this trail. Let's get some things straight : Thanks for setting me straight! 73, Ged.

Re: [OT] Is this feasible in Perl??

2001-06-12 Thread Gunther Birznieks
My experience is that architecturally Perl cannot handle this. You should switch to Java and use an Enterprise Java Bean to do all this for you. My hint to you is use a hash where the key is a SSN# to help you. Of course, your description of what you want to accomplish is quite ambiguous so

Re: Is this feasible in Perl??

2001-06-12 Thread alastair
On Tue, Jun 12, 2001 at 05:19:41PM -0400, F.H wrote: Hi All, I have a text file like this: As has been stated, this question is off-topic for a modperl mailing list. To answer your question - yes, perl was designed to handle this type of problem. However, you'll need to spend some time and

Re: Is this feasible in Perl??

2001-06-12 Thread Cees Hek
On Tue, 12 Jun 2001, F.H wrote: Hi All, I have a text file like this: Name ,123-43-4352, JX, 1234 Sports,123-43-4352, SKI, BaseBall, swimming Hobbies, 123-43-4352, H1,H2, H3 Hobbies, 123-43-4352, HH, HHH, 2 Hobbies,123-43-4352, H1,H43 Name ,223-63-9352, JX, 1234

Just a few questions...

2001-06-12 Thread Matt Ellison
Hello all, I just joined this list, as my company is beginning to make use of mod_perl in a production e-commerce environment. We have been converting several of our heaviest hit CGI's to object-oriented module libraries and mod_perl modules, with pretty good success so far. So far, we have a

Re: Apache::DBI / DBD::Oracle error

2001-06-12 Thread Eric Kolve
Yes, I have NLS_LANG set to AMERICAN_AMERICA.WE8ISO8859P1. BTW, I am also using the latest oracle client libs (8.17) if this makes any difference; as well, I am using perl 5.005. --eric Ged Haywood wrote: Hi there, On Mon, 11 Jun 2001, Eric Kolve wrote: I recently upgraded to DBI 1.18

Re: Apache::DBI / DBD::Oracle error

2001-06-12 Thread Ged Haywood
Hi again, On Tue, 12 Jun 2001, Eric Kolve wrote: Yes, I have NLS_LANG set to AMERICAN_AMERICA.WE8ISO8859P1. I seemed to get on better by removing NLS_LANG and ORA_NLS33 from my environment altogether. BTW, I am also using the latest oracle client libs (8.17) if this makes any difference;

Re: Apache::DBI / DBD::Oracle error

2001-06-12 Thread Ged Haywood
Hi there, On Mon, 11 Jun 2001, Eric Kolve wrote: I recently upgraded to DBI 1.18 + DBD::Oracle 1.07 and upon restarts with mod_perl, I get the following error: DBD::Oracle::db rollback failed: Error while trying to retrieve text for error ORA-03113 (DBD ERROR: OCITransRollback) at

cvs commit: modperl/src/modules/perl apache_inc.h

2001-06-12 Thread dougm
dougm 01/06/12 13:45:38 Modified:.Changes src/modules/perl apache_inc.h Log: win32 fixes for apache 1.3.20 Revision ChangesPath 1.593 +2 -0 modperl/Changes Index: Changes