Webserver - login to status page
search cancel

Webserver - login to status page

book

Article ID: 229257

calendar_today

Updated On:

Products

DX Application Performance Management

Issue/Introduction

Apache Webserver is configured to display status (mod_status), but it is also configured to login to access status page.

it looks like Webserver module does not take this case in account, is there any way to configure this ?

Environment

Release : 20.2

Component : APM Power Packs

Resolution

It is possible to add sending of http headers to the monitoring configuration.

By doing this, it is possible to pass a credential to allow access:

 

<WebServer Type="Apache" Enabled="true" ServerURL="https://wily-apache" DisplayName="Example" RefreshFrequencyInSeconds="30"/>

<HttpHeaders>

<HttpHeader name="Authorization" value= "Basic base64encodedData"/>

</HttpHeaders>

</Webserver>