Apache version 2.4.46
httpd.conf
If I include the word "stat" as in the following line
JKMount /status stat
then 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/status
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at you@xxxxxxxxxxx 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
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx