Oh wise Monks,
I am learning about mod_perl. I have a web hosting account.
And when I dump the environment via a cgi.
I see this:
SERVER_SOFTWARE=Apache/2.0.46 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_
+ssl/2.0.46 OpenSSL/0.9.6g DAV/2 FrontPage/5.0.2.2634 PHP/4.3.2 mod_gz
+ip/2.0.26.1a
So I assume "they" support mpd_perl.
Right?
So my question is where do I put stuff like ...
The configuration file entry that goes with it
<Location /protected>
AuthName Test
AuthType Basic
PerlAuthenHandler Apache::AuthAny
require valid-user
</Location>
The above I got from
this link.
Is time for my cheap-self to buy a book? Any recommendations?
edited: Tue Jun 17 20:49:25 2003
by jeffa - s/pre/code/g - square brackatized the url
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.