Re: why you should reply to the list

2003-08-27 Thread Randal L. Schwartz
the bad man stop, mommy! -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl

Re: Templating system opinions (CGI::Application in connection with either HTML::Template or Template::Toolkit)

2003-07-23 Thread Randal L. Schwartz
on CPAN, but only a couple such app/modules Dave have been so added. Maybe because it competes with OpenInteract, which is far more established. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security

Re: templating system opinions - Mason recommendation

2003-07-19 Thread Randal L. Schwartz
Stas == Stas Bekman [EMAIL PROTECTED] writes: Stas While Andy is working on it, you can read a TT for mod_perl chapter in Stas Practical mod_perl, written by Andy as well! (http://modperlbook.org) Man, that guy is *everywhere*! :-) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc

Re: Is statically-compiled mod_perl better?

2003-07-03 Thread Randal L. Schwartz
can get the list with 'httpd -l' and a bit of text massaging.) My front proxy processes are a mere 1.5 Meg right now, running basically mod_ssl, mod_rewrite, and mod_proxy, and it's the same binary as my backend mod_perl work processes, running about 10 to 15 Meg a piece. No more DSO. -- Randal L

Re: each considered harmful?

2003-06-16 Thread Randal L. Schwartz
); return OK; } } } } return DECLINED; } -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See

Re: each considered harmful?

2003-06-16 Thread Randal L. Schwartz
Randal == Randal L Schwartz [EMAIL PROTECTED] writes: Randal our @STATIC_FILES = ( Randal [ qr{^/img/(.*)$} = [ qw(/alternative/img /myapp/install/img) ], Randal [ qr{^/css/(.*)$} = [ qw(/alternative/css /myapp/install/css) ], Argh. extra left bracket snuck in. [ qr

Re: each considered harmful?

2003-06-15 Thread Randal L. Schwartz
. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

static linking vs DSO linking

2003-06-11 Thread Randal L. Schwartz
AddModule is enough? Also, has anyone gotten experience with AddModule mod_perl but keeping the front-end's mod_perl tasks to a minimum, and therefore the memory footprint very small? I want the backend's mod_perl usage to be fat: that's the whole point of the divergence. -- Randal L. Schwartz

Re: mod_perl caching form data?

2003-05-31 Thread Randal L. Schwartz
concoct to determine that? Lincoln, are you listening? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com

Re: how to make sure code wasn't changed

2003-05-31 Thread Randal L. Schwartz
of the giants who have gone before you and drool onto their face. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com

Re: inline mod_perl - is this possible?

2003-03-19 Thread Randal L. Schwartz
the latter. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: Redirects: relative vs absolute

2003-02-24 Thread Randal L. Schwartz
publicized in an error message. Now, you may be talking about a response header that's not related to CGI or Apache::Registry, in which case this doesn't apply. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl

Re: Please wait Handler

2003-02-15 Thread Randal L. Schwartz
) at http://www.stonehenge.com/merlyn/LinuxMag/col39.html. I usually don't recycle ideas unless I can put a new slant on it. Check out the new slant. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix

Re: handling of the trailing slash

2003-02-04 Thread Randal L. Schwartz
: mod_perl is never specific enough :). -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open

Re: do as temp solution for require problem ?

2003-01-28 Thread Randal L. Schwartz
, and you're not properly using packages, you'll get burned. Turn your external code into a real module, and things will work again. Use use, not require, not do. print Just another (mod) Perl hacker, -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL

Re: do as temp solution for require problem ?

2003-01-28 Thread Randal L. Schwartz
included files will be looked for there too. But that's not the problem here. See the other postings in this thread. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical

Re: OSCON ideas - missing proceedings

2003-01-10 Thread Randal L. Schwartz
. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: Shroud+ Perl obfuscator....

2002-12-20 Thread Randal L. Schwartz
locking up than the source code you are using to create your work. Sir, on their behalf, and my own as a contributor to the open source movement, and Perl in particular, you offend me. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http

Re: Apache 2?

2002-11-26 Thread Randal L. Schwartz
, and am now handling about 3-4 times the traffic for the same loadav. All on one machine. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See

Re: [O] Re: Yahoo is moving to PHP ??

2002-11-04 Thread Randal L. Schwartz
the Perrin vocabulary of my code more. This is the position we support during our code review services as well. You can use fancy stuff, but be sure to point to where you learned it. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http

Re: [O] Re: Yahoo is moving to PHP ??

2002-10-31 Thread Randal L. Schwartz
But for is a lot easier to read and debug, IMHO Is there a Mike significant performance difference in using map instead? He said C-like for. Your for is probably a foreach, if you're comparing it with map. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED

Re: [OTish] Version Control?

2002-10-30 Thread Randal L. Schwartz
Richard == Richard Clarke [EMAIL PROTECTED] writes: Richard Does anyone in the list use any kind of version control (e.g. CVS) for Richard the perl/template codebase of their website? Yup. Even wrote a column about it: http://www.stonehenge.com/merlyn/LinuxMag/col38.html -- Randal L

Re: [OT] Perl vs. PHP..... but where is mod_perl?

2002-10-18 Thread Randal L. Schwartz
Richard == Richard Clarke [EMAIL PROTECTED] writes: Richard List, Richard http://www.newsfactor.com/perl/story/19716.html Richard ...sigh? mod_perl is still in the bucket of clues that they didn't dip in to. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095

Re: [OT] Perl vs. PHP..... but where is mod_perl?

2002-10-18 Thread Randal L. Schwartz
, br NewsFactor team Heh! Apache::Cookie=SCALAR(0x) Even in the refresh header! That's just too funny. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting

Re: [OT] Perl vs. PHP..... but where is mod_perl?

2002-10-18 Thread Randal L. Schwartz
! -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: [OT] Perl vs. PHP..... but where is mod_perl?

2002-10-18 Thread Randal L. Schwartz
. As I've said in this forum before: PHP is training wheels without the bicycle. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See

Re: ANNOUNCE: the new perl.apache.org is alive now!

2002-07-12 Thread Randal L. Schwartz
specific thing (for example AxKit has its own list). Oh, and add Template Toolkit (www.tt2.org) to that list. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy

Re: Perl sections

2002-07-08 Thread Randal L. Schwartz
. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: Perl sections

2002-07-08 Thread Randal L. Schwartz
Randal == Randal L Schwartz [EMAIL PROTECTED] writes: Randal using Template Toolkit. Easy'nuff. Lots of common stuff, plus unique Randal stuff. You can use tpage and then there's not even any programming: Randal httpd.conf.pages: httpd.conf.tmpl Randal tpage --define

Re: Optional HTTP Authentication ?

2002-06-30 Thread Randal L. Schwartz
*in the clear* on *every single hit*, because you can't just use a session identifier? This is so very wrong from a security perspective. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting

Re: when to mod_perl?

2002-06-25 Thread Randal L. Schwartz
) using Perrin's device, but I've not bothered yet. It's been amazingly carefree. I'm planning to move www.geekcruises.com to be served on the same box, although they get only about 1/10th the traffic. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED

Re: when to mod_perl?

2002-06-25 Thread Randal L. Schwartz
said, as long as my loadav is low enough for my current hits, I've got better things to work on. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc

Re: PerlTransHandler problem

2002-06-12 Thread Randal L. Schwartz
? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: Porting to OS X

2002-06-04 Thread Randal L. Schwartz
of the files are not accessible to Classic apps, but as more and more stuff gets at least Carbonized, I'm not really that worried. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical

Re: How to proxy everything except selected urls?

2002-05-22 Thread Randal L. Schwartz
. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: [RFC] Dynamic image generator handler

2002-05-10 Thread Randal L. Schwartz
to browser clients. The URI, as well Michael as Apache configuration directives, is used to determine what Michael is to be generated. Like http://www.stonehenge.com/merlyn/LinuxMag/col33.html perhaps? Been there, Done that. Feel free to steal the code. -- Randal L. Schwartz - Stonehenge Consulting

Re: Using a 404 ErrorDocument to serve content

2002-05-06 Thread Randal L. Schwartz
to cover. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: Throttling, once again

2002-04-25 Thread Randal L. Schwartz
Christian The size of the data sent through the pipe doesn't reflect the CPU spent to Christian produce that data. mod_bandwidth probably doesn't apply in the current Christian scenario being discussed. which is why I wrote Stonehenge::Throttle. -- Randal L. Schwartz - Stonehenge Consulting

Re: mod_perl training companies?

2002-03-25 Thread Randal L. Schwartz
, and have in the past. The problem with on-site mod_perl training is that every customer will be different. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing

Re: mod_perl training companies?

2002-03-25 Thread Randal L. Schwartz
Stas == Stas Bekman [EMAIL PROTECTED] writes: Stas Can you please add a page stating that and I'll link to it. The bottom paragraph of http://www.stonehenge.com/perltraining/courses.html is our catch all. I'm no wizard at marketing, however. It probably all needs rewriting. :) -- Randal L

Re: Permission conflict between mod_cgi and mod_perl

2002-03-25 Thread Randal L. Schwartz
, unless you mean by forking via fork or system or backticks, which defeats the whole point of mod_perl handlers. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing

Re: Permission conflict between mod_cgi and mod_perl

2002-03-25 Thread Randal L. Schwartz
with mod_perl). -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: 0 being appended to non mod_perl scripts.

2002-03-21 Thread Randal L. Schwartz
of print `foo`; but of course they should have written: system foo; instead. As to why it's not happening in an Apache::Registry script, I cannot say. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl

Re: [OT] Really need Comments! very strange bug that happens only on Linux.

2002-02-19 Thread Randal L. Schwartz
as it should be, but on Vlad Linux 6.2, 7.0 it is 3238199.. Vlad Any ideas? Yes. Learn that 1/10 doesn't have a precise representation in binary, so *all* floating point numbers are approximate. Perhaps you've just not gotten bitten before. Welcome to adulthood. :) -- Randal L. Schwartz

Re: [WOT] Google Programming Contest.

2002-02-07 Thread Randal L. Schwartz
solutions. If you provide an open source package, you must tell where and how to download and build. Thus, Perl is fine. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical

Re: [WOT] Google Programming Contest.

2002-02-07 Thread Randal L. Schwartz
? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: mod_perl Developer's Cookbook

2002-02-01 Thread Randal L. Schwartz
certainly act as a tax-exempt pipeline, but you're really asking can the mod_perl community find it amongst themselves to fund a developer or two similar to how Damian was funded last year? Maybe. Maybe not. Until Damian and Dan and Larry get funded for this year, probably not. :) -- Randal L

Re: Fast template system

2001-12-30 Thread Randal L. Schwartz
Ryan == Ryan Thompson [EMAIL PROTECTED] writes: Ryan I've looked at TT (and have heard it's praises sung), but it requires Ryan Perl 5.6.0, Wrong. I'm running it on 5.5.3 just fine. Where did you see it requires 5.6.0? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503

Re: PerlEditor - Freeware or Trialware

2001-12-25 Thread Randal L. Schwartz
Anand == Anand Ratnasabapathy [EMAIL PROTECTED] writes: Anand Can any one help me with a Nice Editor for Anand working on Perl-cgi, Anand Must be trial or freeware for me to test. GNU Emacs is free. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL

Re: mixing cgi-bin mod_perl

2001-12-20 Thread Randal L. Schwartz
, $File::Find::name if -f }, .; $^I = ; # or .bak while () { s/cgi-bin(\/some_scr.pl)/mod-perl$1/g; print; } -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting

Re: A request's Origins

2001-11-21 Thread Randal L. Schwartz
user, browser, or gateway). REFERER is just a hint. Trust it about as far as you can throw your computer. Laptops don't count. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread Randal L. Schwartz
. It's flawed. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread Randal L. Schwartz
someone from making another browser respond in the same way, or that browser respond in a different way. But this is obvious. I'm confused about why I'd have to explain it. :( -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http

Mac OSX 10.1 - mod_perl build instructions

2001-11-08 Thread Randal L. Schwartz
under /opt/PACKAGE/VERSION/* so I can quickly see what I've added. I usually ln -s /opt/PACKAGE/VERSION/bin/* to /usr/local/bin so that I can invoke the commands, though. And there it is... so nobody else has to tweak the same way I did. -- Randal L. Schwartz - Stonehenge Consulting

Re: Shared memory caching revisited (was it's supposed to SHARE it, not make more!)

2001-09-04 Thread Randal L. Schwartz
post on?) If you put it on the CPAN with a version number below 1, that's usually a clue that it's still alpha or beta. Then you can announce it through the normal module announcement structures. If you hide it, I'm sure not installing it. -- Randal L. Schwartz - Stonehenge Consulting Services

Re: Shared memory caching revisited (was it's supposed to SHARE it, not make more!)

2001-09-04 Thread Randal L. Schwartz
lobbing grenades into the parts I don't want. :) :) Sorry guys. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See

Re: OT: Re: ApacheCon Dublin Cancelled?

2001-07-16 Thread Randal L. Schwartz
on any professional conference *I* present at. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite

Re: Requests using If-Modified-Since cause response Set-Cookie to be discarded

2001-06-21 Thread Randal L. Schwartz
. Uh, it seems a bit fishy to me. nothing's changed, but by the way, set this cookie please. Why change a cookie if nothing else has changed? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security

Re: mod_perl bof Oreilly Conference TShirts

2001-06-18 Thread Randal L. Schwartz
and pop shop here near my neck of the woods, and we have a nice relationship with them). -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See

Re: IP based instant throttle?

2001-06-08 Thread Randal L. Schwartz
Ken == Ken Williams [EMAIL PROTECTED] writes: Ken [EMAIL PROTECTED] (Randal L. Schwartz) wrote: It would be pretty simple, basing it on my CPU-limiting throttle that I've published in Linux Magazine http://www.stonehenge.com/merlyn/LinuxMag/col17.html. Just grab a flock on the CPU-logging

Re: IP based instant throttle?

2001-06-07 Thread Randal L. Schwartz
get the flock, reject the request. Release the flock by closing the file in the log phase. But this'd sure mess up my ordinary visit to you, since my browser makes 4 connections in parallel to fetch images, and I believe most browsers do that these days. -- Randal L. Schwartz - Stonehenge

Re: [OT] mod_mime_magic in perl?

2001-05-31 Thread Randal L. Schwartz
list in your module, PLEASE Issac let me know. Aside from that lack, it's perfect for me. There's File::MMagic in the CPAN, extracted from the file(1) PPT command, which uses standard magic-format files. You could certainly hook that up to do your equivalent of mod_mime_magic. -- Randal L

Re: modify Server header via a handler

2001-05-01 Thread Randal L. Schwartz
doing it too, so that's probably not going to work. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite

Re: from the quick hacks department... x-bit controls mod_cgi

2001-04-12 Thread Randal L. Schwartz
"Tim" == Tim Bunce [EMAIL PROTECTED] writes: Tim On Wed, Apr 11, 2001 at 08:22:38PM -0700, Randal L. Schwartz wrote: In an .htaccess, I place: Options +ExecCGI PerlFixupHandler "sub { -f $_[0]-filename and -x _ and $_[0]-handler(q{cgi-script}) }" Now

from the quick hacks department... x-bit controls mod_cgi

2001-04-11 Thread Randal L. Schwartz
ne came up with before. OK, too cool to not pass on. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com

Re: mod_perl BOF

2001-03-29 Thread Randal L. Schwartz
happy face :) Pierre Man, when I see stuff like that, I know I'm in the right business. /me jots down notes for Stonehenge TPC5 party :-) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting,

Re: [OT] ApacheCon BOF

2001-03-28 Thread Randal L. Schwartz
obably get Stonehenge's graphic house to contribute the design. Same guy that did the new Stonehenge logo and the "knife" brochure last year. He's very good. Especially if it's my "mod_perl: over 42 billion served" idea. :) -- Randal L. Schwartz - Stonehenge Consulting Se

Re: [OT] ApacheCon BOF

2001-03-23 Thread Randal L. Schwartz
That's why it was a serious idea. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: Fw: Re: [OT] ApacheCon BOF

2001-03-22 Thread Randal L. Schwartz
fine on those redmond-based so-called "operating systems", as well as BSD (little devil, anyone?) and Unix, and starting saturday, MacOS X! -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/securi

Re: [OT] ApacheCon BOF

2001-03-20 Thread Randal L. Schwartz
t not much for me to work with... Geoffrey (it's all Randall's fault ;) I actually was seriously suggesting mine. You didn't specify any design criterion that would rule mine out. What was wrong with mine? /me feels hurt that his idea wasn't taken seriously... -- Randal L. Schwartz - Stonehenge

Re: [OT] ApacheCon BOF

2001-03-20 Thread Randal L. Schwartz
at my name may or may not be Randal. No, no, I demand that my jokes be treated with RESPECT! pounding_table/ :-) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, C

Re: [OT] ApacheCon BOF shirts

2001-03-20 Thread Randal L. Schwartz
s a Parody. Safe harbor. 2 Live Crew bought us that (or was it some other rap-ish group... I can't recall). And it wouldn't be "mc". Just the golden m. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn

Re: [OT] ApacheCon BOF

2001-03-19 Thread Randal L. Schwartz
uot; And turn the "m" into a stylized arch. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for o

Re: [OT] ApacheCon BOF

2001-03-19 Thread Randal L. Schwartz
ick over 42 billion since 6/98 ... :) yeah, I was hoping valueclick would jump out and give me a better number. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical

Re: [OT] ApacheCon BOF

2001-03-19 Thread Randal L. Schwartz
"Sean" == Sean C Brady [EMAIL PROTECTED] writes: Sean 42,539,693,877 to be exact... sorry Nick! :) 42 billion has the right sound to it. It's "the answer", after all, a billion times over. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0

Re: List your software with new feature-based search engine

2001-03-15 Thread Randal L. Schwartz
"List your software with new feature-based search engine" I think I'd rather list with a bug-based search engine, thank you. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consult

Re: [OT] UNIX timestamp hits 1,000,000,000 this year!

2001-03-09 Thread Randal L. Schwartz
sad thing is that unlike Y2K, this thing cuts in all at the same time all over the world. Fun fun fun. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc

Re: [OT] re:advocacy at perl.com

2001-02-16 Thread Randal L. Schwartz
mercialism. :-) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: bug repository???

2001-02-14 Thread Randal L. Schwartz
"Joseph" == Joseph Crotty [EMAIL PROTECTED] writes: Joseph Is there any sort of mod_perl bug repository?? You mean where the bugs live? I think that's called "the source code". :-) "bug reports" would be a different matter. I presume Doug is keeping track of

Re: Redirection Location MUST be absolute (was Re: Send a cookie, AND a redirect ?)

2001-02-08 Thread Randal L. Schwartz
.html", the browser will fetch "/foo/xyz.html", not to the correct "/abc/xyz.html", since the browser had no visibility to the /abc part of that equation. NEVER use internal redirects. At least not until you understand why I say "NEVER". -- Randal L. Schwartz - S

Re: How to recognize server shutdown?

2001-01-10 Thread Randal L. Schwartz
rent quits, the kid will get EOF, and can go off and clean things up. in fact, it won't get the EOF until *all* the processes sharing the write-end have quit, so it would seem to be exactly what is needed. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL

Re: Javascript - just say no(t required)

2001-01-05 Thread Randal L. Schwartz
e on each login. Gunther Speaking of which, I guess the non-use of Cookies and Gunther JavaScript would make a great NY Resolution... What does New York have to do with it? :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.sto

Re: Javascript - just say no(t required)

2001-01-05 Thread Randal L. Schwartz
pushed out for others. So there'd better be a way to trivially reload all that stuff, or your customers will be angry. Might as well be nice, store the info server side, and treat it like a login. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED

Re: getting rid of multiple identical http requests (bad users double-clicking)

2001-01-04 Thread Randal L. Schwartz
retention of numbers you've generated. That'll keep 'em from hitting "back" and resubmitting too. To keep DOS attacks at a minimum, it should be a cryptographically secure MD5, to prevent others from lojacking your session. -- Randal L. Schwartz - Stonehenge Consulting Services, In

Javascript - just say no(t required)

2001-01-04 Thread Randal L. Schwartz
your address) if you make it required for basic services. And don't forget the corporate firewalls that strip Javascript for security reasons. And the hundreds of new "net devices" showing up that understand HTTP and XHTML, but nothing about Javascript. Javascript. Just say no(t requ

Re: vars vs fqdn vs our benchmark

2000-12-26 Thread Randal L. Schwartz
6.1 has reached gold, you should avoid using "our". -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com

Re: mod_perl training

2000-12-20 Thread Randal L. Schwartz
d recently. We can't make any announcements just yet, but I hope you'll be pleased when we do. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc

Re: Mod_perl tutorials

2000-12-14 Thread Randal L. Schwartz
as there's a prominent link of "why 'take23'?" somewhere up front, so that others can learn why as well. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, C

Re: [OT]: Open Source ... was Re: Advocacy idea ...

2000-12-14 Thread Randal L. Schwartz
! Get your name in print in a 100K+ circulation magazine! -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com

Re: Mod_perl tutorials

2000-12-14 Thread Randal L. Schwartz
ime we spun off a mailing list for this discussion, unless it's still interesting to the rest of the onlookers. Anyone care to host it or take that on? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/s

Re: Mod_perl tutorials

2000-12-13 Thread Randal L. Schwartz
ave a VERY PROMINENT link on perl.apache.org. "take23" doesn't mean anything for me with respect to "mod_perl" by the way. Is there a secret handshake^Wmnemonic that I can remember the name of that website? perl.apache.org was easy to remember. -- Randal L. Schwartz - Stoneheng

Re: Mod_perl tutorials

2000-12-13 Thread Randal L. Schwartz
"Matt" == Matt Sergeant [EMAIL PROTECTED] writes: Matt On 13 Dec 2000, (Randal L. Schwartz) wrote: They really also belong on perl.apache.org, unless take23 is supposed to be taking over that responsibility, or unless take23 will have a VERY PROMINENT link on perl.apache.or

Re: Mod_perl tutorials

2000-12-13 Thread Randal L. Schwartz
fles off to register no-args.org now... :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Re: Mod_perl vs mod_php

2000-12-12 Thread Randal L. Schwartz
ys come up with enough variance that you can make benchmarks show whatever you want them to show. Given *that*, what's your real question? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting,

Re: Mod_perl vs mod_php

2000-12-12 Thread Randal L. Schwartz
e executes a useless static page faster? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrol

mod_perl training (was Re: Certification)

2000-12-07 Thread Randal L. Schwartz
at helps you see what you need to tell me to get me to do this. (nudge nudge) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Ston

Re: RFC: mod_perl advocacy project resurrection

2000-12-06 Thread Randal L. Schwartz
hat people with certs are likely to get hired faster or make more money, what's the point? As it is now, good mod_perl people are hard enough to find that the jobseeker already has the advantage. I'm very open to being convinced otherwise though. -- Randal L. Schwartz - Stonehenge Consulting Ser

Re: Wanted: Modperl/Mason consultant:

2000-11-30 Thread Randal L. Schwartz
ntire time, and I get to bill for twice as many hours as I actually work, just like some lawyers do. :-) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/ Perl/Unix/security consulting, Technical writing, Comedy

Re: More Speed - mod_perl Module for HTML Compression

2000-11-30 Thread Randal L. Schwartz
ache::Gzip are solutions here. Or even my cool compressing pre-forking tiny proxy at http://www.stonehenge.com/merlyn/WebTechniques/col34.html Neatly proxies, but sends compressed text across slow links if the browser understands that. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 50

Re: CGI scripts mod_perl

2000-11-19 Thread Randal L. Schwartz
you're *really* good with mod_perl, you abandon Apache::Registry and move up to writing handlers or using embedded templating systems like EmbPerl, Mason, or Template Toolkit. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn

  1   2   3   >