diff options
Diffstat (limited to 'cgi/.htaccess')
-rw-r--r-- | cgi/.htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cgi/.htaccess b/cgi/.htaccess index 97a4f17..c698f95 100644 --- a/cgi/.htaccess +++ b/cgi/.htaccess @@ -1,6 +1,9 @@ AddHandler cgi-script .py Options +ExecCGI +# Force regular CGI (non-FastCGI) +SetEnv FCGI_FORCE_CGI Y + # Uncomment if you want pretty URL (ie cgi/post) #RewriteEngine On #RewriteBase /cgi/ |