24 lines
414 B
Plaintext
24 lines
414 B
Plaintext
##### Kapitel 5 - Status-Informationen & Monitoring
|
|
|
|
### mod_info
|
|
|
|
LoadModule info_module modules/mod_info.so
|
|
#Include conf/extra/httpd-info.conf
|
|
|
|
<Location /server-info>
|
|
SetHandler server-info
|
|
</Location>
|
|
|
|
### mod_status
|
|
|
|
## Bereits geladen
|
|
#LoadModule status_module modules/mod_status.so
|
|
|
|
<Location /server-status>
|
|
SetHandler server-status
|
|
</Location>
|
|
|
|
## Apache 2.4: Bereits eingeschaltet
|
|
#ExtendedStatus On
|
|
|