Categories
Tags
apache apogee duet applescript bbedit benchmark bootcamp bsod canon caps lock directadmin extjs growl hardware headhunting 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 yumRecent comments
- Modx Shit on MODx Evolution: removing spam links
- oxied on Word 2011: paste unformatted (plain) text with Cmd+V shortcut
- Julie Mountain on “Show in Finder” not working in Mountain Lion
- Dae on “Building boot caches” error when changing startup disk
- Cori on “Building boot caches” error when changing startup disk
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.
