Note: Enable "mod_status" module
############################################
LoadModule status_module modules/mod_status.so
<Location "/jkstatus">
JkMount status
Order deny,allow
Deny from all
Allow from localhost 192.168.xxx.xxx
</Location>
JkMount /jkstatus/* status
############################################
Step 2: Edit workers.properties file and add (status) on worker & worker.list
## Status worker for managing load balancer
worker.status.type=status
# #Define list of workers that will be used
# #for mapping requests
worker.list=loadbalancer,status
Step 3: Use https://localhost/jkstatus
HTTP Status Codes - Code A Site Resource
Learn,
No comments:
Post a Comment