similar to: htpasswd authentication

Displaying 20 results from an estimated 40000 matches similar to: "htpasswd authentication"

2012 Jan 29
0
HTPasswd format and protecting XSL pages
Hi, I had a need to look at icecast.org yesterday. Despite the fact that it had been there for over 3 years (since the last release), I only just noticed that XSL pages can be password-protected using the same auth mechanism available to other items. I was very interested in this as I wanted to be able to protect our stats info without giving those with a right to access it the admin
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 viruses and dangerous content by MailScanner, and is
2008 Apr 06
4
Apache Authorization Access Control - location of htpasswd in Centos 5.1?
Hi, I?m trying to set up a private family web site for genealogy, and want to set up Apache Authorization access control for this site, and once the user has logged in has access to the entire site. I?ve been reading the info at http://httpd.apache.org/docs/2.2/howto/auth.html to learn how to do this. I?m just planning on passing out the same username and password to all family members and
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
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
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
2008 May 28
2
problem using icecast 2 Listener Authentication
Hi guys , I'm using with satisfaction icecast2 for streaming vorbis and theora using oggfwd. Now i want to try the authentication of icecast and I'm following this guide: http://www.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html I'm using the HTPASSWD Listener Authentication , and I add this line to my icecast config files: <mount>
2004 Aug 06
0
icecast2 ogg vorbis client request headers
I think the plan is to add a URL based authentication, which would allow you to make a call to an arbitrary script (PHP, CGI, etc) which could do whatever you'd like (look up users in a mySQL db, look up in a local file, whatever)...this, I think, provides the most flexibility, and also pushes off alot of the authentication logic off of icecast where it doesn't really belong... a
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. thoughts ? comments ?
2004 Aug 06
3
icecast2 ogg vorbis client request headers
hmmm. never heard of svn so we can no longer use cvs? >Let me know if you want more details. Absolutely, spill the beans im all ears :) <p>Dave St John Mediacast1 Administration Need Support ? http://mediacast1.com/helpdesk ----- Original Message ----- From: "Michael Smith" <msmith@xiph.org> To: <icecast-dev@xiph.org> Sent: Thursday, April 01, 2004 10:29 PM
2009 Jan 17
1
script on connect
Hi guys , I'm tryng to use the script on connect function of icecast. This is my icecast xml files <!-- This config file contains a minimal set of configurable parameters, and mostly just contains the things you need to change. We created this for those who got scared away from the rather large and heavily commented icecast.xml.dist file. --> <icecast>
2018 Oct 27
3
unable to set username/password for a mount point
Hello, I've icecast2 installed on Ubuntu 16.04 LTS and I can access it via http://localhost:8000 I followed this document to add authentication: https://icecast.org/docs/icecast-2.4.1/auth.html I added the following to /etc/icecast2/icecast.xml file: <mount> <mount-name>/example.ogg</mount-name> <authentication type="htpasswd"> <option
2004 Aug 06
7
icecast2 ogg vorbis client request headers
Ahh very nice, so how could i add like a MySQL module where usernames and passwords are stored in a MySQL db? can that be created by a third party or does it have to be created internaly? <p>Dave St John Mediacast1 Administration Need Support ? http://mediacast1.com/helpdesk ----- Original Message ----- From: "Michael Smith" <msmith@xiph.org> To:
2015 Feb 16
0
listener authentication
On 02/16/2015 03:08 PM, Ron Harmon wrote: > 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"> >
2004 Aug 06
0
icecast2 ogg vorbis client request headers
On Friday 02 April 2004 16:00, Dave St John wrote: > hmmm. never heard of svn > so we can no longer use cvs? Xiph.Org has started using 'Subversion' (commonly abbreviated 'SVN') instead of CVS - so all new development is happening in the subversion repository. > > >Let me know if you want more details. > > Absolutely, spill the beans im all ears :) Well, we
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
2018 Oct 27
0
unable to set username/password for a mount point
do you have a steram mounted on the server called "example.ogg" If the mount don't exist the script will fail R On 27/10/18 9:18 PM, Jayesh Dalal wrote: > Hello, > > I've icecast2 installed on Ubuntu 16.04 LTS and I can access it via > http://localhost:8000 > > I followed this document to add authentication: >
2015 Feb 18
0
listener authentication
On 02/17/2015 12:09 AM, Ron Harmon wrote: > Thomas, > > Sorry 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
2020 May 26
1
problem creating a systemd service
Hello! Icecast behaves oddly for me in debian testing, somehow the permissions on my log file directory was set to root:adm if I remember things right. Also there was no systemd service starting when I tried to start from /etc/init.d, somehow init services refer to systemd services nowadays whether they exist or not. I tried to create a systemd service looking like this: [Unit]
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="myauth"/> <option