Re: syntax and sanity check?

2002-11-13 Thread Geoffrey Young
Paul wrote: I'm doing a 45 minute seminar at UAB tomorrow on mod_perl, and would be very grateful if anyone would point out holes in this code before I try to show it to a roomful of attendees:

RE: Using Perl END{} with Apache::Registry

2002-11-13 Thread Justin Luster
After doing some additional testing it appears that this problem only occurs on my Windows machine with Apache 2.0. I tried it on my Linux box Apache 1.3 and things worked fine. Since I am not using Windows in a production environment I will be OK. Thanks anyway. -Original Message-

Stylistically : To inherit, or to contain

2002-11-13 Thread Clinton Gormley

Re: Using Perl END{} with Apache::Registry

2002-11-13 Thread Perrin Harkins
Justin Luster wrote: After doing some additional testing it appears that this problem only occurs on my Windows machine with Apache 2.0. I tried it on my Linux box Apache 1.3 and things worked fine. That's a key distinction. Please make sure you say mod_perl 2 when that's what you are

problem with session ids

2002-11-13 Thread Minas
Recently I installed the Apache::Session module on my server in order to give a kind of identity to my e-shop visitors, seems to work but generates different session ids when I reload the bellow test cgi. What can I do in order to have my visitor the same session id, up to close his web

Re: problem with session ids

2002-11-13 Thread Perrin Harkins
Minas wrote: Recently I installed the Apache::Session module on my server in order to give a kind of identity to my e-shop visitors, seems to work but generates different session ids when I reload the bellow test cgi. What can I do in order to have my visitor the same session id, up to close his

Cleanup question

2002-11-13 Thread Jan Theofel
Hello, I have a shop system wirtten in Perl which I now must switch to mod_perl bevor going live. The code is written with use strict and I think it is in biggest parts a good source. ;-) The question I have now is, that I have to switch the error handling. Until now, I display an error message

Stacking ErrorDocuments OR multilevel PerlAccessHandler

2002-11-13 Thread Brett Sanger
Once upon a time there was a project that required a PerlAccessHandler and form-based login. This project lived in the land of mod_perl, so it lived a happy life, with a setup something like: Location /not-protected PerlHandler Apache::Registry SetHandler perl-script Options +ExecCGI

Unicode and URI escaping

2002-11-13 Thread Narins, Josh
Hello wise guys. heh. I'm trying to URI encode UTF-8 and it's killing URI::Escape (uri_escape) and CGI::Util (called by CGI.pm, and does _seem_ to fix itself when I put use utf8; in the main script. Darn, this is NOT the right list. I've subscribed to perl-unicode. Does Apache::Util already

ANNOUNCE: Bricolage 1.4.5

2002-11-13 Thread David Wheeler
The Bricolage team is pleased to announce the release of Bricolage 1.4.5. This maintenance release fixes over 25 bugs in version 1.4.4 and, as a bonus, makes a few significant changes that affect how it works, to whit: * Categories are now displayed by their URIs instead of their names

Re: Cleanup question

2002-11-13 Thread Stas Bekman
Jan Theofel wrote: Hello, I have a shop system wirtten in Perl which I now must switch to mod_perl bevor going live. The code is written with use strict and I think it is in biggest parts a good source. ;-) The question I have now is, that I have to switch the error handling. Until now, I