X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fconf%2Fextra.conf.in;h=fff041dd7f1df079def37f69686be4c6dc72eec2;hb=0bcb98c7b698a94fe472f92509beb55f30010f18;hp=e2e467bce016e7f735cf5f32cca9ee16f7044176;hpb=58f5682a9e1df884fc01ec9e180d225506fc60ff;p=catagits%2FCatalyst-Runtime.git diff --git a/t/conf/extra.conf.in b/t/conf/extra.conf.in index e2e467b..fff041d 100644 --- a/t/conf/extra.conf.in +++ b/t/conf/extra.conf.in @@ -1,11 +1,19 @@ # CGI - ScriptAlias /cgi/ @ServerRoot@/var/TestApp/script/testapp_cgi.pl/ + ScriptAlias /cgi/ @ServerRoot@/tmp/TestApp/script/testapp_cgi.pl/ + + # REDIRECT_URL test + + + RewriteEngine on + RewriteRule /rewrite/(.*) /cgi/$1 + + # FastCGI - FastCgiIpcDir @ServerRoot@/var/tmp - FastCgiServer @ServerRoot@/var/TestApp/script/testapp_fastcgi.pl -idle-timeout 300 -processes 5 - ScriptAlias /fastcgi/ @ServerRoot@/var/TestApp/script/testapp_fastcgi.pl/ + FastCgiIpcDir @ServerRoot@/tmp/tmp + FastCgiServer @ServerRoot@/tmp/TestApp/script/testapp_fastcgi.pl -idle-timeout 300 -processes 1 + ScriptAlias /fastcgi/ @ServerRoot@/tmp/TestApp/script/testapp_fastcgi.pl/