-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Hello,
I've tried this with the latest Apache 2.4.46 but unfortunately it always outputs the following:
OK: 0 workers in use | RunningWorkers=0;0;0;;
Apache source code has the following comment (https://github.com/apache/httpd/blob/trunk/include/scoreboard.h)
/* Scoreboard is now in 'local' memory, since it isn't updated once created,
* even in forked architectures. Child created-processes (non-fork) will
* set up these indices into the (possibly relocated) shmem records.
*/Has this behavior been changed after you released your code? Or am I missing something why I can't get it working on my Apache installation?
Thank you.
Reactions are currently unavailable