| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Thu Nov 09, 2006 4:03 pm Post subject: win32 problem with htaccess |
|
|
Hey there
I tried to use the htpasswd option for user authentication, I copied the linex exactly like these shown in the help topics in the icecast.xml file but in the administrators panel I cannot see the red key as shown there
Can someone help me, please. I cannot see where I am wrong.
Thanks! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Nov 09, 2006 4:48 pm Post subject: |
|
|
If the mount has no special symbol (ie just the normal play symbol) then you have probably missed/commented out the authentication settings for the mount.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Fri Nov 10, 2006 6:54 am Post subject: |
|
|
<mount>
<mount-name>/mishka.aac</mount-name>
<authentication type="htpasswd">
<option name="filename" value="/usr/local/share/icecast/passwd/myauth"/>
<option name="allow_duplicate_users" value="1"/>
</authentication>
</mount>
I copied that config from one of the users in the forum
Amnd I cannot see the red key that notifies that the stream is protected.
Do I have to setyp an .htaccess file manually in that dir? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Nov 11, 2006 1:32 am Post subject: |
|
|
The xml fragrment looks ok, but obviously we can't tell if it's commented out from that. You should get use to looking at the log files as well. They often point to things that may be missed.
karl. |
|
| Back to top |
|
 |
|