Re: [newbie] SSL, Webmin and Apache frustrations, help!

2001-08-29 Thread Michael D. Viron
By default, it will deny all connections except those user / password combinations that are either in the group groupname (from any domain), or are listed in the require user line -- user1, user2, and user3 from any domain. This .htaccess example does work, as I am using one almost identical to t

Re: [newbie] SSL, Webmin and Apache frustrations, help!

2001-08-28 Thread Michael D. Viron
Jon, Here's a working .htaccess file deny from all AuthName YourNameHere AuthType Basic AuthUserFile /path/to/userfile.txt AuthGroupFile /path/to/groupfile.txt require group groupname require user user1 user2 user3 satisfy any This also pre-supposes that your apache httpd.conf file has "allowov

[newbie] SSL, Webmin and Apache frustrations, help!

2001-08-28 Thread Jon Doe
Ok, I am trying to setup my webserver with webmin, ssl enabled. I have my .htgroup and .htpasswd setup, htgroup has all the users names, .htpasswd has the user name and password, in /var/www/ Then I have .htaccess in /var/www/media/stuff/ so inorder to go beyond stuff users should have to put i