Re: How do I stop status.xsl

Jordan Erickson <[email protected]> Wed, 6 Nov 2024 12:07:22 -0800
Newsgroups gmane.comp.audio.icecast.general
Organization SubJam, SPC
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============8488053866760701781==
Content-Type: multipart/alternative;
 boundary="------------A0mkdpcY8xyJvAvKTolt5STD"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------A0mkdpcY8xyJvAvKTolt5STD
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

This is what I've got to protect against unauthorized views:

------------------------------------------------------------------------------------------------
<!-- *** Web server status page protection *** -->
    <mount type="normal">
       <mount-name>/status.xsl</mount-name>
       <authentication type="htpasswd">
          <option name="filename" value="/path/to/your/htpasswd"/>
       </authentication>
    </mount>

    <mount type="normal">
       <mount-name>/status-json.xsl</mount-name>
       <authentication type="htpasswd">
          <option name="filename" value="/path/to/your/htpasswd"/>
       </authentication>
    </mount>
------------------------------------------------------------------------------------------------

Cheers,
Jordan Erickson


On 11/6/24 11:57, Googe wrote:
> Is it possible to disable the status page in Icecast?
>
> _______________________________________________
> Icecast mailing list
> [email protected]
> http://lists.xiph.org/mailman/listinfo/icecast

--------------A0mkdpcY8xyJvAvKTolt5STD
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    This is what I've got to protect against unauthorized views:<br>
    <br>
------------------------------------------------------------------------------------------------<br>
    &lt;!-- *** Web server status page protection *** --&gt;<br>
       &lt;mount type="normal"&gt;<br>
          &lt;mount-name&gt;/status.xsl&lt;/mount-name&gt;<br>
          &lt;authentication type="htpasswd"&gt;<br>
             &lt;option name="filename"
    value="/path/to/your/htpasswd"/&gt;<br>
          &lt;/authentication&gt;<br>
       &lt;/mount&gt; <br>
    <br>
       &lt;mount type="normal"&gt;<br>
          &lt;mount-name&gt;/status-json.xsl&lt;/mount-name&gt;<br>
          &lt;authentication type="htpasswd"&gt;<br>
             &lt;option name="filename"
    value="/path/to/your/htpasswd"/&gt;<br>
          &lt;/authentication&gt;<br>
       &lt;/mount&gt; <br>
------------------------------------------------------------------------------------------------<br>
    <br>
    Cheers,<br>
    Jordan Erickson<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 11/6/24 11:57, Googe wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:[email protected]">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <font face="Helvetica, Arial, sans-serif">Is it possible to
        disable the status page in Icecast? <br>
      </font> <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre wrap="" class="moz-quote-pre">_______________________________________________
Icecast mailing list
<a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
<a class="moz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/icecast">http://lists.xiph.org/mailman/listinfo/icecast</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>

--------------A0mkdpcY8xyJvAvKTolt5STD--

--===============8488053866760701781==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Icecast mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/icecast

--===============8488053866760701781==--