Tagged Questions
2
votes
1answer
67 views
Django WSGI list enabled modules
I am using Django on Apache with mod_wsgi. I would like to use X-Sendfile for sending files, but with fallback when the X-Sendfile is not available.
Is there any way to list loaded Apache modules or ...