search for: authgroupfile

Displaying 6 results from an estimated 6 matches for "authgroupfile".

2006 Sep 06
2
.htaccess in public and adding password protection
While my site is in development I wish to add basic password protection. At the moment my .htaccess looks like this: AuthName "Restricted Area" AuthType Basic AuthUserFile /home/httpd/mydomain.co.uk/.htpasswd AuthGroupFile /dev/null require valid-user .htpasswd exists and has an entry, yet I do not get a password prompt? Does Apache Auth work for dynamic resources or only static files? Many thanks :) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You receive...
2008 Apr 18
2
Can't get .htaccess to work
Hi, I'm trying to password protect one of my web accessable directories and I can't get .htaccess to work in a Centos 5.1 box Here's what I did I created an .htaccess file with the contents: AuthName "Restricted Area" AuthType Basic AuthUserFile /home/mysite/.htpasswd AuthGroupFile /dev/null require valid-user and I uploaded it to the dir I want to protect. Then I created my password outside of my web dir with the command: htpasswd -c .htpasswd pam then followed password prompts, created my password. So then I go to the site, and am not seeing any password required box,...
2007 Dec 29
2
Cent os 4 .htaccess file not working mod_rewrite enable - how can I test "help"
Hello, Spend hours attempting to password protect a web directory- mod_rewrite enabled on httpd.conf file. Seek ideas please Stephen Stephen Goldman System Administrator MIT Biology sgoldman at mit.edu -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Jan 21
0
Apache Directory Level access control
...ia htdigest but some directories are need to be further restricted by the group a user is assigned to. I have this situation: <Directory /> AuthType Digest AuthName ca.harte-lyne AuthDigestDomain / AuthDigestProvider file AuthUserFile /etc/httpd/access.d/.htdigest AuthGroupFile /var/data/hll_dav/htgroup Require group staff AllowOverride None Order allow,deny allow from all Satisfy All Options Indexes MultiViews IndexOptions FancyIndexing AddDefaultCharset UTF-8 </Directory> <Directory /Private> Require group management &...
2009 Aug 18
1
WebDav on CentOS?
.../var/www/test.example.com/data> Options +Includes Indexes FollowSymLinks AddType text/html shtm AddOutputFilter Includes shtm AllowOverride all Dav On AuthType Basic AuthName "Test and Development Area" AuthUserFile /var/www/test.example.com/secure/htpasswd AuthGroupFile /dev/null require valid-user Order allow,deny allow from all satisfy all </directory> DavLockDB "/var/www/test.example.com/dav/davdb" </VirtualHost> [Tue Aug 18 12:33:19 2009] [error] [client xxx.xxx.xxx.xxx] File does not exist: /var/www/test.example.com/data/New Folder [Tue...
2011 Aug 23
0
cant login remotely proftpd
...ress xx.xx.xx.xx ## <-- verified as my external address PassivePorts 60000 65535 <Directory /var/www/html/mydomain.com> <Limit ALL> AllowAll </Limit> </Directory> # # Auth files.... # #AuthUserFile /var/conf/ftp//authfiles/passwd.ftp.example.net #AuthGroupFile /var/conf/ftp//authfiles/group.ftp.example.net </VirtualHost>