Re: [users@httpd] Could not find worker

2022-02-14 Thread Roberto D. Maggi
[ SOLVED ] Thanks a lot Dino! Grazie Mille! Il giorno dom 13 feb 2022 alle ore 21:50 Dino Ciuffetti ha scritto: > Please, try to add this on top of your workers.properties: > > # Status (RO worker) > worker.list=jk-status > worker.jk-status.type=status > worker.jk-status.read_only=true > # Man

Re: [users@httpd] Could not find worker

2022-02-13 Thread Dino Ciuffetti
Please, try to add this on top of your workers.properties: # Status (RO worker) worker.list=jk-status worker.jk-status.type=status worker.jk-status.read_only=true # Manager (RW worker) worker.list=jk-manager worker.jk-manager.type=status Then, on your httpd.conf check for the presence of those loc