All of the documentation I've seen outlines the process for self-managed Apache configuration. I currently have my site hosted through Media Temple. Is it possible to configure WSGI for these types of hosting providers? The only form of Python support I see from MediaTemple is CGI.

link|improve this question
Which type of service do you have? – Ignacio Vazquez-Abrams Nov 22 '11 at 4:11
What do you mean by service Ignacio? – chrisboulas Nov 22 '11 at 6:25
feedback

migrated from stackoverflow.com Nov 22 '11 at 10:35

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

You can support WSGI through a FastCGI adapter such as Flup if your provider supports FastCGI.

(Although MediaTemple seems to only support VPS-type environments, so I'm not sure why you can't run whatever you want...)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown