search for: htpasswd

Displaying 20 results from an estimated 193 matches for "htpasswd".

2008 Apr 06
4
Apache Authorization Access Control - location of htpasswd in Centos 5.1?
...earn how to do this. I?m just planning on passing out the same username and password to all family members and allow everyone in the family to use the same username and password, to keep things simple. The server is running Centos 5.1. The first problem I am running into ? I?m trying to use the htpasswd utility that came with Apache 2.2 to create a password file. The default location according to above URL is in /usr/local/apache2/bin/htpasswd but apparently it?s not located there in my install. I tried creating a password file by executing htpasswd -c /passwd/passwords famsite but apparently...
2005 Jun 23
3
Using more than one passwd program
Hello Everybody, i try to use more than the common: passwd program = /usr/bin/passwd %u what i try to do is a passwd program = /usr/bin/passwd %u && /usr/bin/htpasswd /location/of/file %u it works perfect with /usr/bin/passwd... but i just can?t get it to make an entry to /usr/bin/htpasswd can someone please help me best regards Alex
2012 Jan 29
0
HTPasswd format and protecting XSL pages
...used the auth example found in one of the config files. All well and good - instead of the page coming up straight away, I got an authentication prompt. But this is about as far as I got. Since I want to use the same credentials as an area of the website, I thought that maybe I could use the .htpasswd file I use for that. It didn't work. So I did a bit of searching and turned up http://www.barnyardbbs.com/Projects/Streaming/ where it is asserted that Icecast2 htpasswd files use MD5 hashes (the Icecast2 documentation doesn't say what is used). So I reran htpasswd(1) with the -m swi...
2008 Apr 06
2
Apache Authorization Access Control - location of, htpasswd in Centos 5.1
I don't think it's the path of htpasswd that's the problem but here it is anyway: /usr/bin/htpasswd. The problem is more likely that the directory you're trying to create the password file in with the command "htpasswd -c /passwd/passwords famsite" doesn't exist. Iain Lee -- This message has been scanned for...
2015 Feb 16
2
listener authentication
Thomas, Thanks for your quick reply. I am looking at htpasswd. I am using 2.41 on Windows 7 with BUTT. I have read the documentation but I don't understand where to enter this in the config file. <mount> <mount-name>/example.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value=...
2013 Feb 13
1
htaccess is not working
Hello, I'm new here, and after trying by myself, I'm looking for some help ... I have installed webalizer, 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
2015 Feb 16
2
listener authentication
I cannot for the life of me get listener authentication to work. Would it be possible to send me a complete xml file that has listener authentication setup? Thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20150216/1d5e1790/attachment.htm
2006 Aug 07
1
htaccess htpasswd and satellite connections
Yeah, maybe this is a bit on the edge.... I am discovering several issues with users on satellite internet connections not being able to authenticate via a htaccess/htpasswd system. Some users cannot connect at all, some can connect reliably.. and some are hit and miss.. works one day and not the next. Yet those same users can log in fine if they switch back to their dialup system. Has anybody else found this and is there a magic tweak somewhere to help this work?...
2009 May 27
2
Where to put .htpasswd
Hi All, Where is the proper place to put .htpasswd so I can password protect directories in /var/www/html? /etc/httpd/run? -Jason
2007 Mar 12
1
Basic authentication with Apache and Mongrel
I recently moved an app. from lighttpd + fastcgi to apache 2.2 + mod_proxy_balancer + Mongrel. On lighttpd, I was using basic authentication with a configuration like this: auth.backend = "htpasswd" auth.backend.htpasswd.userfile = "/path/to/htpasswd" auth.require = ("/" => ("method" => "basic", "realm" => "My Realm", "require" => "valid-user")) which was nice and simple - just as simple as usi...
2003 Jan 07
1
HELP! rsync won't upload my .htpasswd files
Hello, I'm in the process of launching a site (http://www.intraspect.com <http://www.intraspect.com/> ). I'm using rsync to synchronize between our staging server and our production server. All of my files are uploading correctly except for a couple of .htpasswd files which reside in /var/apache/webscripts I'm guessing that they won't upload because they start with "." Is there some way around this? It's very important that these files get uploaded to this directory. Here is the code I'm using to execute rsync: #!/bin/sh R...
2015 Feb 17
3
listener authentication
...to be a pain, but I'm still getting errors when I start Icecast. StartingIcecast 2.4.1 Using config "icecast.xml" from installation directory ... Please open http://localhost:8000 or http://127.0.0.1:8000 in your web browser t o see the web interface. [2015-02-16 18:49:49] WARN auth_htpasswd/auth_htpasswd.c failed to check status of myauth I have attached a copy of my xml file. Thanks! -----Original Message----- From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of "Thomas B. R?cker" Sent: Monday, February 16, 2015 10:46 AM To: icecast at x...
2004 Aug 06
4
No Duplicate Users - Patch
I'd like to commit the following patch which adds a new option to the htpasswd client authenticator. This option <option name="allow_duplicate_users"> specifies wether or not the same username can connect to a mountpoint more than once. This is pretty much a required feature for any decent use of the listener authentication capabilities of icecast. thou...
2020 Jul 06
0
htpasswd authentication
Hi, I am configuring Icecast2 on a Windows 10 machine and have been struggling with getting the htpasswd section configured correctly. I have a file path where the user credentials should be saved in. My issue is when I open the Web Admin page, the mount doesn't show the "Manage authentication" hyperlink so I can add users. I will send in my config file if that will help. I am not su...
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...
2007 Mar 13
1
Fwd: Re: Basic authentication with Apache and Mongrel
...ith a complicated multi-server setup. &gt; &gt; Also, if you''re using Rails, you can do basic auth with the &gt; "simple_http_auth" plugin.  FYI.  I''ve used it.  It''s cool.  And easier, &gt; IMHO, than setting up users on the server side with htpasswd, etc.  but be &gt; careful if you''ve got an open SVN repository. &gt; &gt; matte &gt; &gt; Niall O Broin wrote: &gt;&gt; I recently moved an app. from lighttpd + fastcgi to apache 2.2 + &gt;&gt; mod_proxy_balancer + Mongrel. On lighttpd, I was usi...
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/. --~--~---------~--~----~------------~-------~--~---...
2004 Aug 06
3
icecast2 ogg vorbis client request headers
...> > other listeners etc.... > > You may be interested in icecast2-cvs (well... I guess that's "icecast2-svn" > now we've done the conversion). It has a new feature for user authentication > - you can set it up per-mountpoint, and it uses a file like apache's htpasswd > for authenticating users. > > This isn't properly documented yet, though. Let me know if you want more > details. > > Mike > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe f...
2015 Feb 19
2
listener authentication
...> > StartingIcecast 2.4.1 > > Using config "icecast.xml" from installation directory ... > > > > Please open http://localhost:8000 or http://127.0.0.1:8000 in your web > > browser t > > o see the web interface. > > [2015-02-16 18:49:49] WARN auth_htpasswd/auth_htpasswd.c failed to check > > status > > of myauth > > > > I have attached a copy of my xml file. > > There are a couple of things wrong with that. > * The hostname is NOT an URL. If you don't plan to list on dir.xiph.org, > leave it as "localhost...
2011 Mar 18
1
creating a htpasswd file for certain urls
H All I am in a kind of fix , i got a website ( beta.somesite.com ) .. that need to be password protected , however there are two URLs that should be allowed to all with out password access. Ona cent os box 5.5 i am running apache . the entire site needs passwd protection except for the Below Urls . http://beta.somesite.com/wp-content/uploads/2011/03/large_1990782-e1299229617964.jpg