How would I go about only requiring basic auth only for external connections to my localhost?
That is: I run a local version of Apache and I don't want to have to sign in while I'm working locally but if I want to make it available on a public IP/hostname I want it to require Basic Auth.
Thank you!