Recent comments
- jose on VS Code: bind one key to multiple commands without an extension
- Dae on Apache Guacamole: how to change the default URL path (/guacamole) to something else
- EbonMage on Apache Guacamole: how to change the default URL path (/guacamole) to something else
- Building NAS with ZFS, AFP/Samba for Time Machine - Avada Technology on Concisest guide to setting up Time Machine server on Ubuntu Server 12.04, 14.04 & Debian
- Dae on VS Code: bind one key to multiple commands without an extension
Categories
Tags
- apogee duet
- applescript
- bash
- caps lock
- confluence
- datadog
- data storage
- django
- egpu
- extjs
- gpu
- growl
- guacamole
- gulp
- i18n
- illustrator
- javascript
- jquery
- laserjet
- librsvg
- mac administration
- mac hardware
- mac mouse problems
- macos
- mac software
- mdadm
- microsoft word
- modx
- nginx
- postgres
- proxmox
- python
- raid
- readynas
- starcraft 2
- textmate
- time machine
- ubuntu server
- virtualization
- vite
- vscode
- windows
- windows server
- xcode
- zola
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.