summaryrefslogtreecommitdiff
path: root/cherrypy/test/fastcgi.conf
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-10 13:57:16 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-10 13:57:16 -0400
commitf5362d72ba2a50f7eda1cfe10a4accafc93fe837 (patch)
tree69715357b6378fc9e734239e687cddaae539cdf5 /cherrypy/test/fastcgi.conf
parentbaf1cfad6a76e98adc078f36a70a5ceecd6138fb (diff)
downloadcherrypy-f5362d72ba2a50f7eda1cfe10a4accafc93fe837.tar.gz
Remove all files
Diffstat (limited to 'cherrypy/test/fastcgi.conf')
-rw-r--r--cherrypy/test/fastcgi.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/cherrypy/test/fastcgi.conf b/cherrypy/test/fastcgi.conf
deleted file mode 100644
index e5c5163c..00000000
--- a/cherrypy/test/fastcgi.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-
-# Apache2 server conf file for testing CherryPy with mod_fastcgi.
-# fumanchu: I had to hard-code paths due to crazy Debian layouts :(
-ServerRoot /usr/lib/apache2
-User #1000
-ErrorLog /usr/lib/python2.5/site-packages/cproot/trunk/cherrypy/test/mod_fastcgi.error.log
-
-DocumentRoot "/usr/lib/python2.5/site-packages/cproot/trunk/cherrypy/test"
-ServerName 127.0.0.1
-Listen 8080
-LoadModule fastcgi_module modules/mod_fastcgi.so
-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/trunk/cherrypy/test/fastcgi.pyc" -host 127.0.0.1:4000