syntax of directory listing specifications??
sposob - September 3, 2009 - 16:41
| Project: | Icecast Streaming Server |
| Version: | 6.x-1.3 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
hello!
i really like the icecast module, but i don't seem to be able to get the right syntax running in order to show the streams. i followed the directions here: http://www.icecast.org/spec.php, but i get the whole time mistakes from the server.
specifically i am not sure about two things: the cgi-bin in the url and the server name. do i have to add the cgi-bin to my url?
we have the directory currently under: www.example.com/yp
and what exactly is the server name in the syntax?
thx for your help!
sp~s~b

#1
Check out the README.txt for the yp module. The icecast.xml would need
<yp-url>http://example.org/yp/cgi</yp-url>if http://example.org/ is the drupal front page.If you want to change the URL path you could do that as an alias (Drupal URL alias or Apache config like
Alias /cgi-bin/yp-cgi /var/www/drupal/yp/cgi)