| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Wed Jun 07, 2006 10:00 am Post subject: web admin |
|
|
Hi all
i recently discovered that icecast2 has a web admin page, and well.. would like to see it
Pointing my browser to localhost:8000 gives no results.
Inside the icecast2 there is a web directory with some images and 4 .xsl files (auth-status-status2-server_version).
I dont know much about this extension. I tried to open it with firefox but got only some xml code.
What can do to visualize the web admin pages?
Do I have to build a index.html file with the code of auth.xsl? Any other idea?
The system I'm working on -> win2003sp1-apache-icecast2 |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed Jun 07, 2006 10:36 am Post subject: Problem solved. /admin/ and sawmill logs |
|
|
Using sawmill with the icecast access log I discovered that the 42.6 % of the access are from /admin/ (1,830 visits) ?
So typing the url localhost:8000/admin/ I can finaly see the web admin pages.
Now I wonder what are thus /admin/ visits are and why so many. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Jun 07, 2006 3:00 pm Post subject: |
|
|
maybe those admin accesses are for metadata updates.
You have webroot pages and adminroot pages. adminroot pages are used when the url has /admin/ webroot pages are used in other cases eg /status.xsl in fact the default xml has an alias of / to /status.xsl
karl. |
|
| Back to top |
|
 |
|