RE: mailing list does NOT work

2005-12-25 Thread Goehring, Chuck
Mail list instructions are at: http://perl.apache.org/maillist/modperl.html#Subscription_Information The system is automated so you can't just ask to be taken off. -Original Message- From: Gordon Stewart [mailto:[EMAIL PROTECTED] Sent: Friday, December 23, 2005 3:48 AM To: mod_perl Lis

[mp2] Windows nmake test results

2005-12-04 Thread Goehring, Chuck
Gentlemen, Having some problems building as shown below. Should I go ahead and file a bug report? On Win 2000, "nmake test" finishes like below. Log indicates some files are missing near the end. What do you suggest? t\user\rewrite..ok t\vhost\config..

nmake test problem on Windows

2005-11-30 Thread Goehring, Chuck
modperlers, Firstly apxs does not apply on Windows, right? Having trouble with a build of recent mod_perl2/Apache2+. nmake test fails and says + | Please file a bug report: http://perl.apache.org/bugs/ | +--

RE: Configuration for redundancy?

2005-04-05 Thread Goehring, Chuck, RCI - San Diego
The MySQL folks say they do clustering. There are whitepapers at this link. http://www.mysql.com/products/cluster/ MySQL Cluster MySQL Cluster combines the world's most popular open source database with a fault tolerant database clustering architecture so you can deliver mission-critical data

RE: Question about Files directive

2005-03-02 Thread Goehring, Chuck, RCI - San Diego
Thanks, you always have the answer. -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Wed 3/2/2005 3:53 PM To: Goehring, Chuck, RCI - San Diego Cc: Perrin Harkins; modperl@perl.apache.org Subject: Re: Question

RE: Question about Files directive

2005-03-02 Thread Goehring, Chuck, RCI - San Diego
every time it runs. So, for my setup, using mod_perl does not reduce reparsing if my code is not in modules. Hope this clarifies. Chuck -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: Wed 3/2/2005 8:26 AM To: Goehring, Chuck

RE: Question about Files directive

2005-03-02 Thread Goehring, Chuck, RCI - San Diego
. Chuck -Original Message- From: Tom Schindl [mailto:[EMAIL PROTECTED] Sent: Wed 3/2/2005 7:51 AM To: Goehring, Chuck, RCI - San Diego Cc: Jain, Abhay K, ALABS; modperl@perl.apache.org Subject: Re: Question about Files directive Goehring, Chuck, RCI - San Diego wrote

RE: Question about Files directive

2005-03-02 Thread Goehring, Chuck, RCI - San Diego
Jain, If you are using mod_perl (Registry) and the bulk of the code can be moved to module files, minimizing of parsing is automatic. When the code is in modules, only the "top level" script that creates & uses the objects gets compiled each time - the ".pm" files are only parsed once. Per

RE: OT: Free Software as a "Security Hole"

2005-01-12 Thread Goehring, Chuck, RCI - San Diego
sues/issue_01/> Jay Scherrer On Wednesday 12 January 2005 09:21 am, Goehring, Chuck, RCI - San Diego wrote: > I post here for lack of a better place. Sorry in advance to anyone > offended. > > > > I wa

RE: Free Software as a "Security Hole"

2005-01-12 Thread Goehring, Chuck, RCI - San Diego
I was looking for something authoratative like FSF, ASF or Richard Stallman documents etc. Thanks in advance. -Original Message- From: Goehring, Chuck, RCI - San Diego Sent: Wed 1/12/2005 9:21 AM To: modperl@perl.apache.org Cc: Subject: OT: Free Software as a "Security

OT: Free Software as a "Security Hole"

2005-01-12 Thread Goehring, Chuck, RCI - San Diego
I post here for lack of a better place. Sorry in advance to anyone offended. I was speaking to an acquaintance that has a security background and she told me her company prohibits the use of "Free" software because there is no guarantee that there are no "backdoors" in it. Has anyone suc

RE: A whole 'nother idea

2004-12-28 Thread Goehring, Chuck, RCI - San Diego
Malcolm, Thanks, that looks helpful. Chuck -Original Message- From: Malcolm J Harwood [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 11:01 AM To: modperl@perl.apache.org Subject: Re: A whole 'nother idea On Tuesday 28 December 2004 11:57 am, Goehring, Chuck, RCI

A whole 'nother idea

2004-12-28 Thread Goehring, Chuck, RCI - San Diego
Is it possible to write a program of some sort that can check a module to see if it may have problems if used with mp2? If a script could grind through a set of perl directories and "predict" problem areas, then the general population could move more quickly to mp2. This would also assist i

RE: mod_perlservice? Heck Yeah!

2004-11-30 Thread Goehring, Chuck, RCI - San Diego
It would be interesting to see mod_perl and XML-RPC equivalents of the examples on www.ivorycity.com. I'm open to something that is easier. Just a thought. Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 26, 2004 3:58 PM To: [EMAIL P

RE: Keywords

2004-11-20 Thread Goehring, Chuck, RCI - San Diego
At least, now we know why search engines produce irrelevant results. -Original Message- From: JupiterHost.Net [mailto:[EMAIL PROTECTED] Sent: Saturday, November 20, 2004 1:14 PM To: [EMAIL PROTECTED] Subject: Re: Keywords Anthony Gardner wrote: > Can someone tell me why sex, sexy,

RE: got mod_perl?

2004-08-27 Thread Goehring, Chuck, RCI - San Diego
Perl would be a good name. -Original Message- From: Chang-Ping Hsiao [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 9:45 AM To: Stas Bekman Cc: mod_perl Mailing List Subject: Re: got mod_perl? Congratulations!! Named "mod_perl"? ;-) On Fri, 27 Aug 2004 08:24:03 -0700, Stas Be

RE: advantages of mod_perl over java servlets

2004-08-11 Thread Goehring, Chuck, RCI - San Diego
There's the selling point he needs then. -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 8:27 AM To: Goehring, Chuck, RCI - San Diego Cc: [EMAIL PROTECTED] Subject: Re: advantages of mod_perl over java servlets Goehring, Chuck

RE: advantages of mod_perl over java servlets

2004-08-11 Thread Goehring, Chuck, RCI - San Diego
More than likely, a Java-based solution would mainly be done in JSPs with a single controlling servlet, rather than just servlets. JSPs can be written fairly fast because server re-starts are not required. Because they become servlets, they run at servlet speeds. Maybe we need "mpsp pages

RE: Windows Installation

2004-07-06 Thread Goehring, Chuck Mr., RCI - San Diego
David, You can get a binary for playing on Windows from: ftp://theoryx5.uwinnipeg.ca/pub/other/ See the .readme files fro details of the file contents I think these do not have ssl capabilities Chuck -Original Message- From: David Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 0

RE: startup.pl confusion

2004-06-28 Thread Goehring, Chuck
Grant, You may have a problem because the "SetHandler perl-script" directive goes in a container that is based on the url. If you remove all directories from the url, the handler for mod_perl won't get used. I have the following in my http.conf file: Alias /perl/ "e:/Apache2/cgi-perl/"

RE: newbie confused, documentation seems contradictory and/or incomplete.

2004-06-17 Thread Goehring, Chuck Mr., RCI - San Diego
--- From: Steven Scotten [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 4:28 PM To: [EMAIL PROTECTED] Subject: Re: newbie confused, documentation seems contradictory and/or incomplete. Thanks Chuck, Glenn, and Stas! On Jun 16, 2004, at 6:53 PM, Goehring, Chuck Mr., RCI - San Diego

RE: newbie confused, documentation seems contradictory and/or incomplete.

2004-06-16 Thread Goehring, Chuck Mr., RCI - San Diego
Steve, If you were not using mod_perl 1.x in your old cgi programs, you probably don't need to be using any of the request stuff. ModPerl::Registry does all the voodoo for you for ordinary cgi programs. The stuff below is full of extra stuff and may not be 100 percent, but it works. This is w

RE: :File problem on Mod_perl

2004-06-16 Thread Goehring, Chuck Mr., RCI - San Diego
Willy,   mod_perl 2 uses a different default directory from mod_perl 1.3.  May also be different from plain cgi also.   mp1 used E:\Apache2\bin mp2 uses E:\Apache2   This gave me fits when I migrated from 1.3 to 2.   I think the error I was getting was file not found.   This works for writ

RE: MIME::Lite and Excel

2003-11-26 Thread Goehring, Chuck Mr., RCI - San Diego
Eric I arrived at this method (works under mod_perl)to send images as attachements: $msg = build MIME::Lite From => $aApobj->getEmail_Address, To => $recip, Subject => $Sub, Type => 'TEXT', Data => $lPB; $OpStatus .= "Recipient: $recip."; if($aReceipt ne '