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

Re: E-commerce payment systems for apache/mod_perl

2002-07-03 Thread Doug Silver
/ 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
-- ~~ 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
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 -- ~~ Doug Silver Network Manager Urchin Software Corp.http

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: libperl.so vs mod_perl.so

2002-04-11 Thread Doug Silver
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 Network Manager

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 (dbi:pg(PrintError=1,AutoCommit=0):, , ) or die Cannot

Apache::DBI startup?

2002-03-19 Thread Doug Silver
::DBI PerlChildInitHandler entries, so I think it's working, but would like to confirm it. Thanks. -- ~ Doug Silver Network Manager Quantified Systems, Inc ~

Apache::DBI startup failure

2002-03-14 Thread Doug Silver
: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. Any suggestions? Thanks! -- ~ Doug Silver Network Manager Quantified Systems, Inc ~

Re: Apache::DBI startup failure

2002-03-14 Thread Doug Silver
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 but this might point you in the right direction. On Thu, 2002-03-14 at 18:09, Doug Silver wrote: I can't seem to get