how to secure perl modules?

2003-05-30 Thread Kirk Rogers
i have a collection of perl modules (running under the mod_perl umbrella) and would like to distribute the application to several different sources (clients with open internet web servers). but i dont want to send it out without at least making it somewhat difficult for some hacker to just simply

RE: how to secure perl modules?

2003-05-30 Thread Kirk Rogers
why the scarcasm? -Original Message- From: John Saylor [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 2:34 PM To: [EMAIL PROTECTED] Cc: modperl Subject: Re: how to secure perl modules? hi ( 03.05.29 14:25 -0700 ) Kirk Rogers: but i dont want to send it out without at least

Unsubscribe me please

2002-04-09 Thread Kirk Rogers
Please unsubscribe me from this group.

Apache::Registry question

2002-03-29 Thread Kirk Rogers
How do i configure the httpd.conf file to maintain two different cgi-bin directories with Apache::Registry? Not sure if I'm asking the question correctly so here's a quick explanation. I have two cgi-bin directories under one Virtual host: VirtualHost 1.2.3.4 Alias /this/cgi-bin/

checking a site for ssl cert?

2002-03-18 Thread Kirk Rogers
hello, kind of a long shot but does anyone know if its possible to check a site for ssl certificate information from a mod perl handler or perl script? thanks k

RE: checking a site for ssl cert?

2002-03-18 Thread Kirk Rogers
: checking a site for ssl cert? Kirk Rogers wrote: hello, kind of a long shot but does anyone know if its possible to check a site for ssl certificate information from a mod perl handler or perl script? thanks k it's all exported into %ENV if you do: SSLOptions + StdEnvVars Issac

SSL Installation Questions - Help

2002-03-09 Thread Kirk Rogers
Hi all, So I went ahead and tried to install apache-ssl and am following the instructions to the T. I've acquired: mod_perl-1.26.tar.gz openssl-0.9.6c.tar.gz apache_1.3.22.tar.gz apache_1.3.22+ssl_1.47.tar.gz I received no errors when installing openssl-0.9.6c. The first problem comes up when

Simple configuration question

2002-03-08 Thread Kirk Rogers
Hello, I've installed an Apache/mod_perl distribution some months ago and used the standard installation guidelines. However, now I'd like to add SSL capabilities and dont want to clobber my existing system How can I add SSL to my existing distribution without overwriting any of my current

RE: Simple configuration question

2002-03-08 Thread Kirk Rogers
configuration file over to the new installation directories? Thanks, Kirk -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 12:57 PM To: Kirk Rogers Cc: modperl Subject: Re: Simple configuration question Hi there, On Fri, 8 Mar 2002, Kirk Rogers