Hi all I've recently used mod_wsgi to have apache as my django sever and it's made the process incredibly easy thanks to Graham.
I am however wondering how and based upon what the httpd.conf file is generated while issuing the command: $python manage.py runmodwsgi? I want to enable processing of the xsendfile header and it needs to be activated by putting the statement: "XSendFile on" under the virutal host in traditional httpd.conf or 000-default.conf in the new structure. So my question being, how are the customization to the apache configuration like the one I mentioned are applied when using the mod_wsgi-express? How can I tell mod_wsgi express to include my configs made to apache defaults? -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
