> On 25 Nov 2015, at 2:17 AM, Amir Afianian <[email protected]> wrote:
> 
> 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?

If you want to add extra configuration, you use the —include-file option to 
mod_wsgi-express, or runmodwsgi when using Django admin command.

More details in your other question on similar topic at:

    https://groups.google.com/forum/#!topic/modwsgi/OOqbASVm81c 
<https://groups.google.com/forum/#!topic/modwsgi/OOqbASVm81c>

Graham

-- 
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.

Reply via email to