This is the config I am using and is in port 80 and port 443 virtual host config. I observed that for the port 80 process, threads are as expected which are 56 in total for 8 process however for 443 process, each process is having 55 threads and 8x55=440 threads in total which is bothering me a lot. I am not getting understand why each process is having 55 threads instead of 7 threads.
WSGIDaemonProcess test.com processes=8 threads=4 display-name=%{GROUP} WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On
WSGIScriptAlias / /srv/www/test/public/django.wsgi