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 > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20241106/77afaca8/attachment.htm>
webmaster at berean-biblechurch.org
2024-Nov-10 21:24 UTC
[Icecast] How do I stop status.xsl
So how does this work? Are you prompted with a password-only dialog, then what you type in has to match the value in htpasswd? On 2024-11-06 14:07, Jordan Erickson wrote:> 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 >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20241110/5ec86a46/attachment.htm>