You can easy switch between fastCGI, mod_WSGI and CGI, simply by editing the .htaccess file, if you use mod_rewrite
Note: If you use Apache and has access to the VirtualHost section, then you should setup Apache VirtualHost without mod_rewrite!
We used mod_rewrite to set the used dispatcher file. So you must only edit your .htaccess and uncomment the needed RewriteRule lines:
Note: In some cases you must also change the AddHandler lines below, see complete .htaccess file
Note 2: CGI should be only used for testing and not for productive environment! CGI is very slow!
django-processinfo: 5.3 ms of 239.6 ms (2.2%)