Fixed extra.conf to use correct tmp dir
[catagits/Catalyst-Runtime.git] / t / conf / extra.conf.in
1 # CGI
2 <IfModule @CGI_MODULE@>
3     ScriptAlias /cgi/ @ServerRoot@/tmp/TestApp/script/testapp_cgi.pl/
4 </IfModule>
5
6 # FastCGI
7 <IfModule mod_fastcgi.c>
8     FastCgiIpcDir @ServerRoot@/tmp/tmp
9     FastCgiServer @ServerRoot@/tmp/TestApp/script/testapp_fastcgi.pl -idle-timeout 300 -processes 5
10     ScriptAlias /fastcgi/ @ServerRoot@/tmp/TestApp/script/testapp_fastcgi.pl/
11 </IfModule>