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.
Asked
Active
Viewed 188 times
1
-
Which type of service do you have? – Ignacio Vazquez-Abrams Nov 22 '11 at 04:11
-
What do you mean by service Ignacio? – Nov 22 '11 at 06:25
1 Answers
0
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...)

Nick Bastin
- 213
- 2
- 8