Re: [OT] Encrypting Embedded URLs

2002-04-18 Thread Elizabeth Barham
Hi, I read about this the other day... lemesee where did I read this... Oh yes! In Web Security, Privacy and Commerce by Simson Garfinkel, p. 453-454. The perl code is on those pages. Elizabeth Nigel Hamilton [EMAIL PROTECTED] writes: Hi, I'm looking for a two-way cipher to

Re: Best way to create a properties file for cgi/perl scripts

2002-04-17 Thread Elizabeth Barham
Cox, Todd (NCI) [EMAIL PROTECTED] writes: I have a few Perl scripts that updates our Novell Directory using the Net::LDAP module. My question is I have created a ldap properties file that has the bind user and a few other items like scope and base. I would like to know the best way to

[mod_perl] Restarting after a module changes when you're not able to restart

2002-04-04 Thread Elizabeth Barham
Hi, I have been writing scripts on a local machine. I noticed that mod_perl can tell when I change a CGI script, but if that script accesses a module or module that changes, it often times does not notice this. So, when I update the module files I restart apache. This has worked fine for my

@INC Not exported in older perl's?

2002-02-07 Thread Elizabeth Barham
Hi, I have been developing a web application using Apache and mod_perl. It consists of a single CGI perl script and many, many modules. The application was originally developed with perl 5.6. I moved it onto an i386 box running perl 5.005 and now there is a particular issue that I'm having