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
- Danny L. on Word 2011: paste unformatted (plain) text with Cmd+V shortcut
- Danny L. on Word 2011: paste unformatted (plain) text with Cmd+V shortcut
- Hasznos OSX-es cuccok: váltás a billentyűkiosztások között Caps Lockkal | KTamas' blog on Select input language by Caps Lock in Mac OS X
- Betha on “Building boot caches” error when changing startup disk
- Dae on MODx Evolution: removing spam links
Social networks
Tag Archives: apache
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.
