X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fconf%2Fextra.conf.in;h=aaea7396d1f305668aed2c6b4418a5fbe52cbcec;hb=e701c5c61735b6aae5332b16522bbc800a626896;hp=3daa2a0fc54e4a410305f3ccb01fd88e4de4a6ec;hpb=ffd92403ac50b1b68ac1ad7934925b465c2d9d4c;p=catagits%2FCatalyst-Runtime.git diff --git a/t/conf/extra.conf.in b/t/conf/extra.conf.in index 3daa2a0..aaea739 100644 --- a/t/conf/extra.conf.in +++ b/t/conf/extra.conf.in @@ -1,11 +1,20 @@ # CGI ScriptAlias /cgi/ @ServerRoot@/tmp/TestApp/script/testapp_cgi.pl/ + + # REDIRECT_URL test + + + RewriteEngine on + RewriteRule /rewrite/(.*) /cgi/$1 + + # FastCGI FastCgiIpcDir @ServerRoot@/tmp/tmp - FastCgiServer @ServerRoot@/tmp/TestApp/script/testapp_fastcgi.pl -idle-timeout 300 -processes 5 + FastCgiServer @ServerRoot@/tmp/TestApp/script/testapp_fastcgi.pl -idle-timeout 300 -processes 1 ScriptAlias /fastcgi/ @ServerRoot@/tmp/TestApp/script/testapp_fastcgi.pl/ + Alias /noslash @ServerRoot@/tmp/TestApp/script/testapp_fastcgi.pl