Re: MapToStorage and the use of path_info (was Re: return DECLINED...)

2008-03-02 Thread Charlie Garrison
ason I choose to use path_info rather than query params. On the other hand, I sometimes use query params as a poor man's cache-control to prevent caching. Charlie -- Charlie Garrison <[EMAIL PROTECTED]> PO Box 141, Windsor, NSW 2756, Australia O< ascii ribbon campaig

Re: questions on serving big file & SQL statement parsing

2007-07-02 Thread Charlie Garrison
Good morning, On 2/7/07 at 4:27 PM -0700, James. L <[EMAIL PROTECTED]> wrote: >I am wondering how do you do it if i have to auth user >first? mod_auth_tkt Charlie -- Charlie Garrison <[EMAIL PROTECTED]> PO Box 141, Windsor, NSW 2756, Australia O< ascii ribbon

Re: SV: Mod_perl + cronolog

2006-11-08 Thread Charlie Garrison
Good morning, On 8/11/06 at 7:32 PM +0100, Tue Topholm <[EMAIL PROTECTED]> wrote: >It is this line: > >CustomLog => "|/usr/sbin/cronolog /home/log/$domain-access_log.%Y-%m-%d >combined", Try using single quotes or escaping the percent characters. Charlie -

Re: [OT] modperl vs. Ruby

2006-02-25 Thread Charlie Garrison
s? no?) Yes (I think). I was seriously considering a move to RoR and then heard about Catalyst once I started looking for MVC frameworks for Perl. And so far I'm very impressed with Catalyst. (And *so* happy to have found it; I really didn't want to leave the mod_perl fold.) Charlie --

Re: detecting scheme (http or https)

2005-12-09 Thread Charlie Garrison
ports; eg. forward http to 8080 and https to 8443. Same logic but doesn't require creating extra host name in dns. It does require an extra (duplicate) virt host config in the backend though. Charlie -- Charlie Garrison <[EMAIL PROTECTED]> PO Box 141, Windsor, NSW 2756, Australia

Re: POST data missing

2005-10-23 Thread Charlie Garrison
ldn't get at POSTDATA using CGI.pm. Search the CGI.pm code for 'POSTDATA'; you'll be able to see the request header checks it does before setting the POSTDATA param. Charlie -- Charlie Garrison <[EMAIL PROTECTED]> PO Box 141, Windsor, NSW 2756, Australia

Re: mod perl hosting

2004-10-08 Thread Charlie Garrison
d processes behind a small frontend apache) and I would like to offer some improvements. But I just don't know what the important features are for most people (other than cost obviously). Charlie -- Charlie Garrison <[EMAIL PROTECTED]> PO Box 141, Windsor, NSW 2756, Australia

Re: 100% failure on the most basic scripts

2004-10-02 Thread Charlie Garrison
x27;dbm'}}, 'AnyDBM_File', $file, O_CREAT|O_RDWR, 0640 /Library/Perl/5.8.1/WWW/RobotRules/AnyDBM_File.pm: untie %{$self->{'dbm'}}; /Library/Perl/5.8.1/WWW/RobotRules/AnyDBM_File.pm: tie %{$self->{'dbm'}}, 'AnyDBM_File'

Re: 100% failure on the most basic scripts

2004-10-02 Thread Charlie Garrison
his fixes it. I took the advice (found it via some Google searching) and mod_perl scripts now work for me. Charlie -- Charlie Garrison <[EMAIL PROTECTED]> PO Box 141, Windsor, NSW 2756, Australia -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/mail

Re: Apache::AuthDBI

2004-05-12 Thread Charlie Garrison
he other script based login techniques. I like AuthTicket since it also works for requests on frontend (non modperl) server. Charlie -- Charlie Garrison <[EMAIL PROTECTED]> PO Box 141, Windsor, NSW 2756, Australia -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://