modperl 2.0 build... MM.pm

2001-04-08 Thread Rudy
I built Apache 2 and mod_perl for the first time today. To get it to work, I had to edit: blib/lib/ModPerl/MM.pm and add: use Apache::Build; for the 'make install' to work. Now... it is built, and I am ready to try out stuff like Apache::Echo that I learned about at the ApacheCon. Rudy

Re: best encryption module

2000-07-12 Thread Rudy R
Probably, you don't even need (or want) to encrypt the password. Rather, all you want is a MAC for the password the user supplies. In this case, use MD5. Rudy clayton cottingham aka drfrog wrote: > > whats the best encryption module for use with mod perl? > i want to encrypt p

Prepare all your statements

2000-06-21 Thread Rudy
tement is identified by a statement handle. We'll call the perl variable $sth. Typical method call sequence for a select statement: prepare, execute, fetch, fetch, ... execute, fetch, fetch, ... execute, fetch, fetch, ... Rudy Ja

hello world benchmarks...

2000-06-20 Thread Rudy
Here are some new stats for Joshua's benchmarks: http://www.chamas.com/bench/index.html -- Machine: OS: FreeBSD 4.0-STABLE cpu: PII-300 session: no client: ab From: local Notes: I had to tune the TCP/IP stack... FreeBSD straight off the web does not ha

RE: How to run a secure mod_perl ?

1999-11-24 Thread Rudy Rucker
I run a small ISP, I like Embperl, but I am reluctant to let just any user use it. A script such as the following can make the httpd child go very high in MEMORY and CPU usage. Even after the request is terminated from the client, the server keeps on chugging away. This example uses: Embperl

web-based email

1999-11-09 Thread Rudy
mmon email functions and problems you have already solved. I'm leaning toward using POP3Client and EmbPerl. Rudy

Re: Generic Server

1999-10-29 Thread Rudy
ant to lose SMTP? You could have *two* apaches running, one on port 80 and another on port 25 (SMTP). YOu would probably want to do this considering would could build your apache's very differently. Rudy

embperl/freeBSD/PII 300 184RPS

1999-10-14 Thread Rudy
Embperl on FreeBSD 2.2.7 PII/300 Mhz 256 Mb Ram Session yes localhost = This is ApacheBench, Version 1.3 Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/