How to know if installed apache22 has thread support?

cd /usr/ports/www/apache22 && make config

Should be the first option. If it's checked, threads are on. Note that the current version of apache22 is 2.2.19_2.

Oh wait, you're using a package, which is the port with default options. The default is 'threads OFF'.
 
Thank you. But in general how do you know what options a package is created with? Is there something I could have looked up to find out for myself?
 
That only works if Apache was installed from a port. In this case, it was a package, which does not register its options anywhere on the host.
 
Yes, I misled by your post with $ make config in the port directory and didn't mention that is installed from package (and wrote my post as addition) :)
 
Back
Top