add that goddamn =cut to the helper template (didn't I commit this 3 times already?)
[catagits/Catalyst-Runtime.git] / t / conf / extra.conf.in
CommitLineData
58f5682a 1# CGI
2<IfModule @CGI_MODULE@>
ffd92403 3 ScriptAlias /cgi/ @ServerRoot@/tmp/TestApp/script/testapp_cgi.pl/
58f5682a 4</IfModule>
5
6# FastCGI
7<IfModule mod_fastcgi.c>
ffd92403 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/
58f5682a 11</IfModule>