in reply to more mod_perl configuration woes
Like the login method, Apache::AuthCookie->logout does not generate a page and is not intended to handle requests directly. What you are supposed to do is take the logout.pl script in the distribution and set that up as your logout URL. It calls Apache::AuthCookie->logout internally, and also sends a response.
Regarding your <Files> issue, I don't think you really want to set it up to execute every file under / through Apache::Registry. That error message you got says it was trying to execute index.html as perl code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: more mod_perl configuration woes
by geektron (Curate) on Mar 11, 2004 at 02:41 UTC | |
by perrin (Chancellor) on Mar 11, 2004 at 05:23 UTC |