AutiCodes
Verified User
- Joined
- Jun 9, 2024
- Messages
- 40
Hi, so i wanted to enable `server-status` from Apache.
I have in `/etc/httpd/conf/extra/httpd-info.conf` this:
```
<Location /server-status>
SetHandler server-status
</Location>
```
(i know, no auth is bad, just an demo)
now im getting:
How to fix this?
I have in `/etc/httpd/conf/extra/httpd-info.conf` this:
```
<Location /server-status>
SetHandler server-status
</Location>
```
(i know, no auth is bad, just an demo)
now im getting:
How to fix this?