From: Andy Grundman Date: Sat, 22 Oct 2005 01:13:07 +0000 (+0000) Subject: Fixed extra.conf to use correct tmp dir X-Git-Tag: 5.7099_04~1147 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ffd92403ac50b1b68ac1ad7934925b465c2d9d4c Fixed extra.conf to use correct tmp dir --- diff --git a/t/conf/extra.conf.in b/t/conf/extra.conf.in index e2e467b..3daa2a0 100644 --- a/t/conf/extra.conf.in +++ b/t/conf/extra.conf.in @@ -1,11 +1,11 @@ # CGI - ScriptAlias /cgi/ @ServerRoot@/var/TestApp/script/testapp_cgi.pl/ + ScriptAlias /cgi/ @ServerRoot@/tmp/TestApp/script/testapp_cgi.pl/ # 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 5 + ScriptAlias /fastcgi/ @ServerRoot@/tmp/TestApp/script/testapp_fastcgi.pl/