Re: Question on STDIN

1999-11-23 Thread Spidaman The Defenestrator
Meanwhile, back at the ranch... $line = STDIN; $r-print("$line\n"); In my response, I get the entire POST content echoed back to me, where I only expected the first line. If I comment out the "print" statement, I don't get anything echoed back (which is what I would expect). It really

Re: Question about caching

1999-11-08 Thread Spidaman The Defenestrator
Make your handler aware of the mime type and suppress the expiration/cache headers if it's image/* or something like that. Meanwhile, back at the ranch... I have a directory of images use for navigation purposes, but when generating dynamic pages with: sub handler {

Re: AGAIN - mod_rewrite escaping ???

1999-11-01 Thread Spidaman The Defenestrator
Grr, this isn't a mod_perl question so I'd almost rather not respond at all... but since you don't state the version of Apache, I'll assume you are using an Apache prior to v 1.3.6 'cause that's when the escape function was implemented. Meanwhile, back at the ranch... hi, I've tried :

Re: authentication via login form

1999-10-10 Thread Spidaman The Defenestrator
The point that should be taken is that if one must use a cookie for auth, expire it early and often. What would _really_ be nice is if there were a javascript or ecmascribble or whatever it's called object that can _set_ or _unset_ the auth request headers so one _could_ do a form driven