Categories
Tags
apache apogee duet applescript bbedit benchmark bootcamp bsod canon caps lock directadmin extjs growl hardware highslide i18n idiocy illustrator increasing productivity iphone itunes javascript kaspersky internet security keyremap4macbook laserjet mac mac hardware mac mouse problems mac os mac software memory modx mod_auth mootools mouse pckeyboardhack printer screenshots skype starcraft ii steam videocard windows windows firewall wordpress yumRecent comments
Social networks
Tag Archives: mod_auth
Apache / mod_auth: use both require group and require user
Consider the following configuration in .htaccess/httpd.conf (or wherever): AuthName “My Super Secret Area” AuthType Basic AuthUserFile /path/to/htpasswd AuthGroupFile /path/to/htgroup Require group bestmates Require user randomguy Where user randomguy does not belong to the group bestmates.