1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

new config param <adminroot>

added yp.icecast.net as another possible yp directory

svn path=/trunk/icecast/; revision=4710
This commit is contained in:
oddsock 2003-05-15 21:05:15 +00:00
parent 0931b3d263
commit ddfae103f0

View File

@ -28,6 +28,10 @@
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
</directory>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://yp.icecast.net/cgi-bin/yp.cgi</yp-url>
</directory>
-->
@ -86,6 +90,7 @@
be relative to the new root, not the original root -->
<logdir>/usr/local/icecast/logs</logdir>
<webroot>/usr/local/icecast/web</webroot>
<adminroot>/usr/local/icecast/admin</adminroot>
<!-- Aliases: treat requests for 'source' path as being for 'dest' path
May be made specific to a port or bound address using the "port"