summaryrefslogtreecommitdiff
path: root/vendor/CherryPy-3.2.0/py3/cherrypy/test/fcgi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/CherryPy-3.2.0/py3/cherrypy/test/fcgi.conf')
-rw-r--r--vendor/CherryPy-3.2.0/py3/cherrypy/test/fcgi.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/CherryPy-3.2.0/py3/cherrypy/test/fcgi.conf b/vendor/CherryPy-3.2.0/py3/cherrypy/test/fcgi.conf
deleted file mode 100644
index ea5d536..0000000
--- a/vendor/CherryPy-3.2.0/py3/cherrypy/test/fcgi.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-
-# Apache2 server conf file for testing CherryPy with mod_fcgid.
-
-DocumentRoot "/usr/lib/python2.5/site-packages/cproot/branches/python3/cherrypy/test"
-ServerName 127.0.0.1
-Listen 8080
-LoadModule fastcgi_module modules/mod_fastcgi.dll
-LoadModule rewrite_module modules/mod_rewrite.so
-
-Options ExecCGI
-SetHandler fastcgi-script
-RewriteEngine On
-RewriteRule ^(.*)$ /fastcgi.pyc [L]
-FastCgiExternalServer "/usr/lib/python2.5/site-packages/cproot/branches/python3/cherrypy/test/fastcgi.pyc" -host 127.0.0.1:4000