RE: mod_perl statistics on securityspace.com

2002-09-10 Thread Mark Coffman
Aside from being an interesting fact, how does this affect us? I mean, as mod_perl developers? I can't imagine that mod_perl will ever be the major scripting language since it, by nature, is unrestrictive. On a multi-user/multi-host server, I think I'd rather PHP be run than mod_perl, simply

RE: User process ownership

2002-09-05 Thread Mark Coffman
Or if you really dont care about security maybe you could chmod 4755 the script, owned by root, to run as root. Just make sure that you clean all of the data you receive from the form. I kinda like the daemon idea that simran had. -Original Message- From: simran [mailto:[EMAIL

RE: CGI Scripts w/mod_perl

2002-07-26 Thread Mark Coffman
Try running "which perl" and use that path for your #!/usr/bin/perl line. Then rename your script as .cgi and see if that helps. Mark -Original Message-From: Christina [mailto:[EMAIL PROTECTED]]Sent: Friday, July 26, 2002 9:32 AMTo: [EMAIL PROTECTED]Subject: CGI Scripts