I'm running freenas-11.1U4 and I'm setting up a jail in iocage with release-11.1 that will run nextcloud using apache-2.4 and mod-php7.1 using the http2 protocol. I'm trying to figure out the best apache-mpm worker for this jail. The apache documentation says that a unix system like BSD should use one of these 3 mpm workers: prefork, worker, or event, and which one depends on if it's thread-safe and what the answer to these two questions below is.
Can anyone help me out with the answer to the questions below?
1. Does the system support threads?
2. Does the system support thread-safe polling (Specifically, the kqueue and epoll functions)?
Can anyone help me out with the answer to the questions below?
1. Does the system support threads?
2. Does the system support thread-safe polling (Specifically, the kqueue and epoll functions)?