gazzagood
Joined: 03 Sep 2008 Posts: 42
|
Posted: Wed Sep 03, 2008 11:51 am Post subject: Amember authentication not workin |
|
|
i had this installed on my last server and it worked fine...
now moved server and its not working
my config is:
<!-- 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>
<limits>
<sources>2</sources>
</limits>
<authentication>
<source-password>***</source-password>
<relay-password>*****</relay-password>
<admin-user>admin</admin-user>
<admin-password>****</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<mount>
<mount-name>/avfc.nsv</mount-name>
<authentication type="url">
<option name="listener_add" value="http://www.avfcforum.co.uk/amember/amember/plugins/protect/icecast/i.php?product_ids=1,2"/>
<option name="username" value="avfcforum"/>
<option name="password" value="**********"/>
<option name="auth_header" value="icecast-auth-user: 1"/>
</authentication>
</mount>
<relay>
<server>91.121.45.76</server>
<port>9080</port>
<mount>/</mount>
<local-mount>/avfc.nsv</local-mount>
<on-demand>0</on-demand>
</relay>
<mount>
<mount-name>/flf8.nsv</mount-name>
<authentication type="url">
<option name="listener_add" value="http://www.freelivefooty.com/amember/amember/plugins/protect/icecast/i.php?product_ids=1,2"/>
<option name="username" value="admin"/>
<option name="password" value="********"/>
<option name="auth_header" value="icecast-auth-user: 1"/>
</authentication>
</mount>
<relay>
<server>91.121.45.76</server>
<port>9080</port>
<mount>/</mount>
<local-mount>/flf8.nsv</local-mount>
<on-demand>0</on-demand>
</relay>
<fileserve>1</fileserve>
<paths>
<logdir>/etc/icecast2/logs</logdir>
<webroot>/etc/icecast2/web</webroot>
<adminroot>/etc/icecast2/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
</icecast>
It just wont authenticate the users...
is there some form of curl i have to put somewhere if i remember rightly?
Please let me know asap any help... |
|