OK, that starts to work ... now the cookie doesn't seem to get set correctly.

but that also means that the docs are fubar. grrr.

EDIT:after checking the error_log, the cookie is getting set with an expiration date in the past, which is obviously an invalid cookie...

EDIT2:invalid cookie was invalid password. with the right password, i get:

access to /home/httpd/htdocs/protected/index.html failed for 10.0.0.50 +, reason: file permissions deny server execution
file permissions are OK ....
[root@machine protected]# ls -al total 12 drwxr-xr-x 2 root root 4096 Mar 4 16:24 . drwxr-xr-x 4 root root 4096 Mar 8 10:31 .. -rw-r--r-- 1 root root 31 Mar 4 16:24 index.html
the stupid Q: *what* file permissions?

programming's hard. let's go shopping!


In reply to Re: Re: Files directive in mod_perl config by geektron
in thread Files directive in mod_perl config 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.