Re: [OT] use http-equiv to refresh the page

2002-11-06 Thread fliptop
On Tue, 5 Nov 2002 at 22:52, Chris Shiflett opined: [snip] CS:The W3C's stance on refresh is the same for the header as well as the CS:meta tag: they did not originally intend for it to be used to specify a CS:*different* URL as a rudimentary method of redirection. They meant it to CS:be used

Re: Perl Configured VirtualHost question

2002-10-30 Thread fliptop
On Wed, 30 Oct 2002 at 02:24, [EMAIL PROTECTED] opined: :Typically my manually configured vhosts look like this : : :NameVirtualHost 10.0.0.20:80 : :VirtualHost 10.0.0.20:80 : ServerName BladeBla.com : DocRoot : ... : ... :/VirtualHost :VirtualHost 10.0.0.20:80 :...

Re: Sending Mail

2002-06-13 Thread fliptop
Jon Robison wrote: Can MIME::Lite do attachments? yes, it can. install it, then read perldoc MIME::Lite for info on how.

Re: RPM for apache/mod_perl/mod_ssl

2002-06-06 Thread fliptop
Fran Fabrizio wrote: In the spirit of the teach a man to fish proverb (sorry if that's a random reference), maybe I should really be asking what's involved in making such an rpm? Is it a case of just figuring out which files are installed by openssl/mod_ssl/mod_perl/apache and making

Re: RPM for apache/mod_perl/mod_ssl

2002-06-05 Thread fliptop
Fran Fabrizio wrote: We're currently struggling for an easy way to distribute our apache/mod_perl/mod_ssl-based application to our data center folks who are in a different state and whom we must presume know nothing about apache, mod_perl or mod_ssl and are capable of nothing more

Re: the cookbook review on perl.com

2002-04-26 Thread fliptop
Jon Robison wrote: No it is not. It should read not so great if you need your hands held. i think he was referring to the fact that you spelled grammar incorrectly.

Re: Apache::Registry question

2002-03-30 Thread fliptop
Kirk Rogers wrote: 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: this way works for me:

Re: [OT] Moving WYPUG

2002-02-15 Thread fliptop
Jonathan M. Hollin wrote: I now need to install some Perl modules (DBD-MySql, Image-Magick, etc). Under ActivePerl on WYPUG's current Win2K box, I would simply use the Perl Package Manager (PPM) to download and install these modules. Is there an equivalent under Unix? If not, what's the

Re: Tips tricks needed :)

2001-12-19 Thread fliptop
[EMAIL PROTECTED] wrote: 1. Regarding the switch to postgresql, I think that's a good choice. Just pay attention to postgresql's data types, and try to get your fields types and lengths correct the first time if possible. It doesn't completely support the ALTER TABLE command, so changing

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-16 Thread fliptop
Joe Breeden wrote: How does this work in an environment with two (or more) computers with the exact same configuration, and probably the same HTTP_USER_AGENT behind the same proxy? How do you know that one user isn't using another users session? you don't. the session hijacker still would

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-15 Thread fliptop
Jon Robison wrote: The most relevant section for you is the Ticket system he describes. (I believe the section header says something about Cookies, but you'll know you have the right one when you see TicketAccess.pm, TicketTools.pm, and TicketMaster.pm. One nice addition is the ability to