summaryrefslogtreecommitdiff
path: root/cherrypy/test/fastcgi.conf
diff options
context:
space:
mode:
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