1

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.

1 Answers1

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