Re: CyberCash and mod_perl Experiences

2000-10-02 Thread Jonathan Leto
I have been using version 3.2.0.4, it definately leaves something to be desired. Insecure /tmp files, C-ish coding style, no good testing facilities, it goes on. One thing to note about the perfectly valid cards failing randomly: one time for a few months one time of credit card would fail no

Re: perld

2000-09-07 Thread Jonathan Leto
I think Alan Cox would kindly make fun of you, and tell you to have fun writing it. From a security point of view, I don't think it's feasible either. I am fine and dandy using perl to automate admin tasks like it is now. Francesco Pasqualini ([EMAIL PROTECTED]) was saying: for increase

Re: mod_perl security on a shared web server

2000-09-06 Thread Jonathan Leto
I would suggest www.freevsd.org, because what you need is complete compartmentalization. F?lix C.Courtemanche ([EMAIL PROTECTED]) was saying: Hello, I couldn't find any occurance of this question in the archives, but if it does exists, please forward me to it. I have been working

Re: [OT] mod_rewrite hang

2000-09-05 Thread Jonathan Leto
Thanks for the people who tried to help, but it doesn't seem to be a DNS timeout. When using the following code, it still hangs: #!/usr/bin/perl -w use strict; $|++; while(){ print "$_\n"; } Any other suggestions? Jonathan Leto ([EMAIL PROTECTED]) was saying: If anybody

Re: New to Apache and need help!

2000-09-03 Thread Jonathan Leto
Z-man ([EMAIL PROTECTED]) was saying: Hi All Can Anyone here help me out?I'm trying to use the rewrite mod and have run into a problem.I've added the rewritecond and rules into my config file and it works if I use www in my url but will not work without it.I'd rather it

Re: Dynamic Directory Protection - An authorization related question.

2000-09-03 Thread Jonathan Leto
Problem: For Authentication and Group Authorization, changes in the database will be reflected without restarting Apache. Not so for the URI Directory part of it. I have thought about restarting Apache from time to time, but thinking there must be a "lazier" way with performance

[OT] mod_rewrite hang

2000-09-02 Thread Jonathan Leto
If anybody could give me some insight on the problem I am having, it would be greatly appreciated. I have been working on this all day, and I just can't get past this roadblock. Situation: Using mod_rewrite's RewriteMap functionality with an external rewrite rewrite map ( a perl script ).