X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fconf%2Fextra.conf.in;h=fff041dd7f1df079def37f69686be4c6dc72eec2;hp=3daa2a0fc54e4a410305f3ccb01fd88e4de4a6ec;hb=0bcb98c7b698a94fe472f92509beb55f30010f18;hpb=cc31ce2d18afb7a7ad799da0d7104befa24b84e4 diff --git a/t/conf/extra.conf.in b/t/conf/extra.conf.in index 3daa2a0..fff041d 100644 --- a/t/conf/extra.conf.in +++ b/t/conf/extra.conf.in @@ -1,11 +1,19 @@ # 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/