Require password for non-localhost connections
Posted: Tue Oct 24, 2006 7:46 pm
How would I configure Apache to allow connections not from 127.0.0.1 but require a password (while for connections from 127.0.0.1 not require a password)?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
There's no need to use basic authentication, there are other options.Ambush Commander wrote:since HTTP authentication passwords are easily sniffed and should be avoided.