The DATA filehandle under mod_perl

2004-03-22 Thread Elizabeth Cortell
inter is at the end of __DATA__. I worked around this by storing DATA's position in a package-level global variable: $pos = tell DATA unless $pos; { local $/; seek DATA, $pos, 0; $data = ; } Is my analysis correct and is there a better solution? Elizabeth Cortell Web Developer Rotary Int

RE: Apache::AuthCookie LOGIN action, where / is protected

2004-03-15 Thread Elizabeth Cortell
Brian, Yes, it's frustrating. I got it to work by a) protecting the docroot with a Directory directive b) placing the LOGIN outside the docroot (in a sibling directory, error) and specifying it with a Location directive Rafael suggested the Location directive around the same time it occurred

Apache::AuthCookie LOGIN action, where / is protected

2004-03-12 Thread Elizabeth Cortell
that would permit LOGIN to invoke Apache::AuthCookie->login correctly but still protect the entire docroot? Elizabeth Cortell Web Developer Rotary International [EMAIL PROTECTED] www.rotary.org 847-866-3261 -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.ap