It appears there is a requirement to set an extra parameter in the configuration
instructions not supplied.
Require host example.com
<Location "/server-status"> SetHandler server-status Require host example.com </Location>
Sent: Saturday, May 01, 2021 at 10:45 AM
From: "Hulio andres" <hulioand...@usa.com>
To: users@httpd.apache.org
Subject: [users@httpd] JKMount /status stat--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.orgApache version 2.4.46httpd.confIf I include the word "stat" as in the following lineJKMount /status statthen I get an error in the mod_jk log file[error] extension_fix::jk_uri_worker_map.c (579): Could not find worker with name 'stat' in u
ri map post processing.
and also when I get an error http://localhost/statusInternal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at y...@example.com to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
BUT if I leave out the stats then Apache gives error when start and won't start.
sudo /usr/local/apache2/bin/apachectl -k start
AH00526: Syntax error on line 521 of /usr/local/apache2/conf/httpd.conf:
JkMount needs a path when not defined in a location
I know this JKMount /status stat worked with Apache 2.4.4