i know that basic auth doesn't give users any real way to 'log out' that's in any way useful. another little dealio i inherited at the new job tries to do it by redirecting users to a new directory with a  require user nosuchuser in the .htaccess file which is spitting 500 errors when no authorization credentials are offered.

i'm guessing i could drop in some kind of quick-and-dirty mod_perl handler ... but since it's the whole site that's 'protected', i'd also need to set an auth cookie. i don't want to wrap every little page and script with a check for the cookie ...

if it makes any difference (and i'm not sure it does), we're using Auth_MySQL for the user mgmt.

i left my copy of _practical mod_perl_ at home .... so i don't have it to consult right now. suggestions?


In reply to [OT?] dropin apache basic auth replacement by geektron

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.