Here's my hint of the day:
(Glenn?!?)
In your httpd.conf, add these rules either in the root directory, or in
the directory rule that applies to mythweb.
AuthType Basic
AuthName MyMythBox
AuthUserFile /etc/apache/mythhtpasswd
Require valid-user
Order allow,deny
Allow from 10.10.0.0/24
Allow from 127.0.0.1/32
Satisfy any
(Replace 10.10.0.0/24 with your own private network.)
This set of rules will make Apache require password authentication (use
htpasswd to set up the passwd file) for any connections that _don't_
come from your local network.
BTW, Glenn, what happens if google crawls your MythWeb?
ttyl
srw
Received on Wed Nov 1 16:56:31 2006
This archive was generated by hypermail 2.1.8 : Wed Nov 01 2006 - 16:56:37 CST