search for: authuserfil

Displaying 20 results from an estimated 31 matches for "authuserfil".

Did you mean: authuserfile
2008 Jan 23
7
Apache, Mongrel, Authentication
...te/logs/mysite.access.log combined <Directory "/www/mysite/current/public"> Options FollowSymLinks AllowOverride AuthConfig Limit Order allow,deny Allow from all AuthType Basic AuthName "Restricted" AuthBasicProvider file AuthUserFile /www/mysite/users/userdb Require valid-user </Directory> RewriteEngine On # Check for maintenance file and redirect all requests # ( this is for use with Capistrano''s disable_web task ) RewriteCond %{DOCUMENT_ROOT}/system/maintenance.html -f RewriteCond %{SCRIP...
2013 Mar 12
4
PuppetDB http web interface user access
Hi All, Has anyone figured out a nice way to restrict user access to puppetdb''s http web interface? Such as a .htaccess method or something similar? I would prefer something along those lines instead of setting up firewall rules. -Zane -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and
2008 May 02
3
CruiseControlRb behind apache
...ative to doing this in my .htaccess instead of messing with the httpd.conf, in case someone is interested: --- snip --- RewriteEngine On ### for cruisecontrol RewriteBase / RewriteRule ^(.*)$ http://localhost:3333/$1 [P] AuthType Basic AuthName "Cruise''s Restricted Files" AuthUserFile /var/www/.htpasswd Require valid-user --- snip --- However is there a better way for me to have cruise running under http://myserver/cruise instead of rooting it at "/". mod_proxy only rendered the html if I did this because the stylesheets and javascripts were in "/javascrip...
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/. --~--~-------...
2007 Sep 08
8
SVN and Rails problem
...SuexecUserGroup fapbox fapbox </IfModule> ScriptAlias /cgi-bin/ /home/fapbox/public_html/cgi-bin/ <Location /svn> DAV svn SVNParentPath /usr/local/svn/repos/private AuthType Basic AuthName "Fapbox Subversion Repository" AuthUserFile /usr/local/svn/users/passwords Require valid-user </Location> RewriteEngine On # Rewrite domain.com to www.domain.com RewriteCond %{HTTP_HOST} ^fapbox.com$ [NC] RewriteRule ^(.*)$ http://www.fapbox.com$1 [R=301,L] # Check for maintenance file and redirect a...
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...
1997 Sep 03
1
Security Hole. Appache.
Sorry! Unknown (for me) behaviour of Apache was discovered. Suddenly. Configuration detail: Linux: 2.0.30 Apache: 1.x.x srm.conf: ... Action text/html /cgi-bin/exefile ... /www-root/sec-dir/.htaccess: AuthType Basic AuthName authname AuthUserFile /itc/passwd <LIMIT GET POST> require valid-user </LIMIT> Trying to "GET" and "get" some file from /www-root/sec-dir/ ... ---------------------------------------- Example #1: $telnet www.host 80 GET /sec-dir/index.html http/1.1 HTTP/1.1...
2013 Feb 13
1
htaccess is not working
...on my CentOS 6 server. Root path for webalizer is /var/www/usage/ It's working, but after putting a .htaccess in /var/www/usage/ and the appropriate .htpasswd in /var/www/html/auth/ there is no password asked. Here are my files : .htacess : AuthName ?Veuillez vous identifier? AuthType Basic AuthUserFile ?/var/www/html/auth/.htpasswd? .htpasswd : carmelo:myencryptedpassword(with htpasswd) Can you please help me ? Thanks, Carmelo
2005 Jan 29
1
Asterisk @ Home 0.4 w/ Broadvoice + 5 SIP Phones How To
...sswd file # after that use htpasswd /etc/httpd/conf/passwd/plainpasswd user1 # I Know digest is better, but it doesn't always # work <Directory "/var/swww/html/maint"> SSLOptions +StdEnvVars AllowOverride All AuthType Basic AuthName "Receptionist / Admin access Only!" AuthUserFile /etc/httpd/conf/passwd/plainpasswd Require user user1 user2 user3 </Directory> <Directory "/var/swww/html/meetme"> SSLOptions +StdEnvVars AllowOverride All AuthType Basic AuthName "Meetme access Only!" AuthUserFile /etc/httpd/conf/passwd/plainpasswd Require user us...
2005 May 16
1
htaccess authentication asks for MySQL table test.user_info
Hello. I tried to create an access file with 'htpasswd -c /etc/httpd/conf/myfile.htaccess testuser'. In the SSL directory I have put a .htaccess file containing the followings: AuthUserFile /etc/httpd/conf/myfile.htaccess AuthName "Mydomain" AuthType Basic require valid-user This worked with CentOS 3. Now with CentOS 4, apache version 2.0.52, the access to the page is forbidden. The ssl_error_log indicates this error: [Mon May 16 10:03:21 2005] [error] [client 192.168.0....
2006 Mar 13
9
Subversion problem - since you guys talked me into it :)
...sferLog /home/corner/logs/access.txt </VirtualHost> <VirtualHost *:80> ServerName svn.mylittlecorneroftheinternet.com <Location /svn> DAV svn SVNParentPath /home/svnadmin/svn AuthType Basic AuthName "Subversion repository" AuthUserFile /home/svnadmin/svn-auth-file Require valid-user </Location> </VirtualHost> <VirtualHost *:80> ServerName www.yadda yadda yadda.net ... and so on for three other domains ... </VirtualHost> I''ve tried it about a million ways by now and always get the s...
2007 Oct 31
2
Managing apache authentication
...his make sense? (It works...) Can I "override" as in OO parlance apache2::site in reahlapache::site instead? Question 2 ========== We enable webdav on these sites for the client to be able to upload files. And for this we use the apache settings: AuthDigestProvider file AuthUserFile /somefilesomewhere Which means that we need to create /somefilesomewhere and populate it using invocations of "htdigest realm username" (which will ask for a password and store a hash of it in the file it seems). It would be nice if I can specify a list of domains somewhere, and a list...
2009 Oct 11
3
SVN hell!
...vn> DAV svn SVNParentPath /var/www/svn # Limit write permission to list of valid users. <LimitExcept GET PROPFIND OPTIONS REPORT> # Require SSL connection for password protection. # SSLRequireSSL AuthType Basic AuthName "SVN 1" AuthUserFile /etc/svn/svn-auth-conf Require valid-user </LimitExcept> </Location> After, i did: ============= mkdir -p //var/www/svn/applitv svnadmin create /var/www/svn/applitv svn mkdir file://localhost/var/www/svn/applitv/trunk -m "create" svn mkdir file://localhost/var/ww...
2017 Nov 22
0
CentOS6 davfs2 shows invalid free/total storage capacity
.../DavLock Alias /webdav/ "/var/www/webdav/" <Directory "/var/www/webdav/"> AllowOverride None Options +Indexes Dav On </Directory> <Location "/webdav/"> AuthType Basic AuthName "WebDAV" AuthUserFile /var/www/passwrds Require User walter </Location> are there any settings I can do on server side or can I do something on client side, be shown correct values ... Thanks, Walter
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:
2008 Apr 24
0
.htaccess for script aliased directories
...sr/local/awstats/wwwroot/cgi-bin/ I?m assuming that?s why I can?t get a login prompt ? any suggestions as to how to protect the awstats dir with .htaccess for a script alias?ed directory? The .htaccess file which I was using and works fine for the main www dir is: AuthName ?/www? AuthType Basic AuthUserFile /home/user1/.htpasswd Require user guest _________________________________________________________________ In a rush? Get real-time answers with Windows Live Messenger. http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_realtime_042008 -------------- next part ------...
2008 Jun 19
0
struggling with simple webdav
...s to be able to use DAV. The twist is that there are several virtual hosts on this server and perhaps that is confusing things... anyway, my httpd.conf has... <Location /webdav> Dav On AllowOverride None Options Indexes FollowSymLinks AuthType Basic AuthName "DAV-ADV" AuthUserFile /var/www/html/passwd/user.passwd # require valid-user <Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK> Require user craig </Limit> </Location> and my user.passwd works because I can login fine. but when I try to save a file - say with OpenOffice t...
2009 Sep 19
2
Apache configuration: minor problem with special characters
Hi, I'm currently fiddling with protecting sections of a website with .htaccess. Here's an example: <Files .htaccess> order allow,deny deny from all </Files> AuthUserFile /etc/httpd/htpasswd AuthName "L'acc?s ? ce site est restreint." AuthType Basic require valid-user The configuration works OK (after having created a valid user), but unfortunately, the message in the infobox that pops up on the site displays the french characters ? and ? incorrec...
2010 Jun 03
3
Calendar server
Hi ,all : I recently switched to using Thunderbird for my email and installed the Lightning calendar add-on. Now all I need is a remote calendar server. I just need a simple server to support a few personal calendars and a shared calendar. Any recommendations for a CentOS / Apache based calendar server?* * -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Jan 21
0
Apache Directory Level access control
...r one? We restrict access to the entire site via 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> <Dire...