Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mod Wsgi

Multiple Django Sites With Apache & Mod_wsgi

I want to host several sites with under the same server which uses Debian 5, say I have site1, site… Read more Multiple Django Sites With Apache & Mod_wsgi

Howto Configure Apache Wsgi For Multiple Separate Django Instances?

I have an apache instance where I have the following WSGIPythonPath /production/somelocation/djang… Read more Howto Configure Apache Wsgi For Multiple Separate Django Instances?

Where Can I Find Apxs On Amazon Linux?

I'm trying to get started with an AWS website, and used the free tier Amazon Linux installation… Read more Where Can I Find Apxs On Amazon Linux?

Django Application Hosted On Ubuntu Vm With Apache And Mod_wsgi Not Showing Up

I have uploaded my first Django Application but I am having trouble accessing it. The application i… Read more Django Application Hosted On Ubuntu Vm With Apache And Mod_wsgi Not Showing Up

Configuration Error In Apache

When i created server In Apache 2.2 on Windows Server 2008, Python 3.3 and Django 1.5. It give me t… Read more Configuration Error In Apache

How To Set Ld_library_path For Apache+wsgi Website

I'm trying to use a python library in my wsgi( apache + flask) based website. While using the … Read more How To Set Ld_library_path For Apache+wsgi Website