Limit access to web site with a combination of IP address and basic authentication
I have a web site that I need to limit access with a combination if username/password AND ip address running on Apache 2.4 I completed this by putting the following in a configuration file <VirtualHost mystuff.domain.com:80> <Directory /opt/mystuff> Options … Continue reading →