Re: startup for Apache 2.0/mod_perl 1.99

2002-04-24 Thread Chuck Goehring
has 128MB memory. It's running on my workstation that has many applications open all the time. Thanks for the help. Chuck - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Chuck Goehring [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 8:53 PM Subject: Re

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-23 Thread Chuck Goehring
: $anotherFieldbr\n; } warn $DBI::errstr if $DBI::err; $sth-finish; $dbh-disconnect; print hrend here; print $cgiOBJ-end_html; Thanks for any input. Chuck - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Chuck Goehring [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, April 22

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-23 Thread Chuck Goehring
? This is on Win2000. Thanks Chuck - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Chuck Goehring [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 11:12 AM Subject: Re: startup for Apache 2.0/mod_perl 1.99 Chuck Goehring wrote: Stas, First, there was no mod_perl

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-23 Thread Chuck Goehring
not be read. The same CGI.pm error appears in the log. Also, the CGI.pm I have is dated 03/03/2001 and came with perl 5.6.1. Thanks Chuck - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Chuck Goehring [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002

startup for Apache 2.0/mod_perl 1.99

2002-04-22 Thread Chuck Goehring
To all, Having trouble configuring Apache 2.0 with mod_perl. Don't know if I need compat or not. My Apache 1.x/mod_perl 1.24 startup starts like this: use strict;use Apache ();use Apache::Registry;use Apache::DBI();use CGI qw(-compile :cgi);use Carp(); That didn't fly on Apache

Re: mod_perl installation on Win32

2002-04-22 Thread Chuck Goehring
Just posted minutes ago on this. This partially fixed me also. Problem was the line in the /perl container (PerlHandler Apache::Registry instead of PerlHandler ModPerl::Registry). Except now I get this: [Mon Apr 22 18:32:37 2002] [error] 1580: ModPerl::Registry: `Can't call method args on an

Re: mod_perl 1.99 (for Apache 2.0.35) building on W2K

2002-04-15 Thread Chuck Goehring
Pascal, Thanks, I needed some good news. Chuck - Original Message - From: pascal barbedor To: Chuck Goehring Cc: [EMAIL PROTECTED] Sent: Friday, April 12, 2002 11:41 PM Subject: Re: mod_perl 1.99 (for Apache 2.0.35) building on W2K Hi chuck for DBI

mod_perl 1.99 (for Apache 2.0.35) building on W2K

2002-04-10 Thread Chuck Goehring
like below. I suspect this might be some sort of #define issue related to windows. Thanks for the input. Chuck Goehring = The short versionmodperl_filter.c(216) : error C2039: 'link' : is not a member of 'apr_bucket' e:\apache2/include\apr_buckets.h(233) : see declaration

Re: dear administrator, Unsubscribe me please

2002-04-09 Thread Chuck Goehring
Upal, Outlook hides the stuff that is in the header of the emails. Bill Gates decided for you that you would never need to see this information. I pasted it below. Doubleclick on the list-unsubscribe link below and send the email off. It is an automated system that only reads a few special

the coming of Apache 2.0

2002-04-05 Thread Chuck Goehring
The modssl-userslist is all abuzz about the coming of Apache 2.0. I don't hear a lot on this list on mod_perl support for Apache 2.0. Is anyone planning to adopt this configuration in the near future? Chuck

Re: webmail for mod_perl?

2002-02-28 Thread Chuck Goehring
I send only. Using MIME::Lite as below. Working real well. Requirements included attachments and return receipts. Havn't had to do the whole mail server thing. Chuck use MIME::Lite; $lPB .= \n\n; foreach $recip (@recips) { $recip = CheckEAddress($recip); $msg = build

Re: mod_perl version for Tomcat

2002-02-07 Thread Chuck Goehring
Thanks for the responses. Just trying to find the simplest way to do things. Chuck Goehring

mod_perl version for Tomcat

2002-02-06 Thread Chuck Goehring
Is there anyone out there working on a mod_perl "version" for Tomcat? We currently have Apache running for mod_perl and Tomcat running for a purchased servlet library. I primarily user mod_perl as a "speedup" for cgi programs. I need ssl capabilities and have had problems trying to get it

Re: Threading on Win32

2001-02-12 Thread Chuck Goehring
Alistair I believe this is because the Apache and mod_perl are threaded but the perl is not (optional/experimental). So, the mod_perl serializes the use of perl. Someday, it will be safe to use the options in the perl makefile to turn it on. I'm on NT and 2000 as well and wish I wasn't.

Re: Strange problem with IE 5

2000-12-07 Thread Chuck Goehring
ek, Had various similar problems with IE 5.0 and 5.5. This was particularly frequent with the first version of IE 5 released, when installed on w98. BrowserMatch in srm.conf needs to be maintained for IE 5. I duped the entry for IE 4. This seams to fix most problems. Chuck - Original

Re: Eval block error trapping bug????

2000-09-10 Thread Chuck Goehring
e quick info. Chuck -Original Message- From: Eric L. Brine [EMAIL PROTECTED] To: Chuck Goehring [EMAIL PROTECTED] Cc: mod perl list [EMAIL PROTECTED]; [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Friday, September 08, 2000 9:58 PM Subject: Re: Eval block error trapping bug Under mod_pe

Eval block error trapping bug????

2000-09-08 Thread Chuck Goehring
d this all nailed down but now I get un-gracefull error handling in my web app. The command line version works correctly. Both test programs and the version info are listed below. Deploying two major systems need some help. Any suggestions? Thanks Chuck Goehring =

Re: socket problems

2000-05-31 Thread Chuck Goehring
first time after a re-start - then the would fail every time. Worked fine from comman-line Perl. I'm now testing with perl 5.6.0, Apache 1.3.12 and mod_perl 1.24 and don't have the problem. Hope this helps. Chuck Goehring -Original Message- From: Reilly, Thomas [EMAIL PROTECTED] To:

Re: Problem: Apache/mod_perl/NT host won't close smtp connection

2000-05-25 Thread Chuck Goehring
ocket code but not sure whose. The Microsoft web sites indicate patches where made in the TCP code in each NT service pack. Hope this helps somebody. Chuck Goehring [EMAIL PROTECTED] -Original Message-From: Chuck Goehring [EMAIL PROTECTED]To: mod perl list [EMAIL PROTECTED]Date: