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 passwords store

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

Re: Generic Server

1999-10-29 Thread Rudy
very differently. Rudy

HELLO WORLD 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/