Re: Spell Checkers and EMail

2003-03-06 Thread Doug Silver
Also have a look as 'aspell', which I found to have a more extensive dictionary and thus suggestions for words. I also discovered that sending stdin to it from a perl script can be quite slow (e.g. an email that has several replies), however there's a perl module interface that I also discover

Re: E-commerce payment systems for apache/mod_perl

2002-07-03 Thread Doug Silver
2002 Memorial Site http://john.dyer-bennet.net > > Book log: http://www.dd-b.net/dd-b/Ouroboros/booknotes/ > > New Dragaera mailing lists, see http://dragaera.info > > > So does anyone have any recommendations for an epay (Pay-pal) system? -- ~~ Doug Silver Network Manager Urchin Software Corp. http://www.urchin.com ~~

Re: Sending Mail

2002-06-13 Thread Doug Silver
good perl mailing module for > this kind of use. > > --Jon Robison > -- ~~ Doug Silver 619 235-2665 Network Manager Urchin Software Corp. http://www.urchin.com ~~

Re: Confusion: Perl/mod_perl ????

2002-05-30 Thread Doug Silver
talking about), so keep that in mind as you read through the documentation for what is applicable to your website. If you're using mod_perl, you can check your log when you start up Apache for something like this: [Fri May 24 14:50:24 2002] [notice] Apache/1.3.22 (Unix) mod_perl --

Re: libperl.so vs mod_perl.so

2002-04-11 Thread Doug Silver
dable route costs during startup, but beyond that it's nearly a push. Using the ports system makes upgrading Apache and all the other system software much easier than the other route. But, everyone does things differently, so YMMV! ~~ Doug Silver Netwo

Re: libperl.so vs mod_perl.so

2002-04-11 Thread Doug Silver
PHP/4.1.0 mod_ssl/2.8.5 OpenSSL/0.9.6a configured -- resuming normal operations ~~ Doug Silver Network Manager Urchin Corporation http://www.urchin.com ~~ On Thu, 11 Apr 2002, Mike Loiterman wrote

Re: Apache::DBI startup?

2002-03-20 Thread Doug Silver
On Wed, 20 Mar 2002, Stas Bekman wrote: > Doug Silver wrote: > > I don't know if this is a PostgreSQL oddity, but in the startup.pl file, I > > can have the entry like so and it seems to start fine: > > > > Apache::DBI->connect_on_init > >

Apache::DBI startup?

2002-03-19 Thread Doug Silver
rstr"; The error log shows a couple of "Apache::DBI PerlChildInitHandler" entries, so I think it's working, but would like to confirm it. Thanks. -- ~ Doug Silver Network Manager Quantified Systems, Inc ~

Re: Apache::DBI startup failure

2002-03-14 Thread Doug Silver
4 Mar 2002, Brendan W. McAdams wrote: > I've seen similar behavior with DBD::Sybase; if your SYBASE env variable > is not set or points at an invalid directory Apache starts up but begins > segging every child process over and over again. > > I'm not familiar with Postgres

Apache::DBI startup failure

2002-03-14 Thread Doug Silver
r 14 14:28:35 2002] [notice] child pid 13336 exit signal Segmentation fault (11) [Thu Mar 14 14:28:36 2002] [notice] child pid 13340 exit signal Segmentation fault (11) If I don't use the "connect_on_init" stuff, I can run a test script fine with those exact db parameters.