<div dir="ltr">I usually use the apache2 plack handler but from what I understand you cant do that if you plan on using apache for more then 1 dancer site.<div><br></div><div>Im running into an issue with setting up fast cgi.</div><div><br></div><div><div>[Wed Mar 07 10:31:26.962311 2018] [fastcgi:error] [pid 20247] [client <a href="http://205.125.62.200:50442">205.125.62.200:50442</a>] FastCGI: comm with server "/opt/guestaccess/millard/public/dispatch.fcgi" aborted: idle timeout (30 sec)</div><div>[Wed Mar 07 10:31:26.962415 2018] [fastcgi:error] [pid 20247] [client <a href="http://205.125.62.200:50442">205.125.62.200:50442</a>] FastCGI: incomplete headers (0 bytes) received from server "/opt/guestaccess/millard/public/dispatch.fcgi"</div></div><div><br></div><div>I first had to chmod +x dispatch.fcgi so it would execute. I then set apache2 to do prefork rather then event mpm. chowned www-data user to own the dancer2 folder, Now I am getting those errors.</div><div><a href="goog_401013921"><br></a></div><div><a href="http://search.cpan.org/dist/Dancer2/lib/Dancer2/Manual/Deployment.pod#As_a_FastCGI_script">http://search.cpan.org/dist/Dancer2/lib/Dancer2/Manual/Deployment.pod#As_a_FastCGI_script</a><br></div><div><br></div><div>I followed that guide but it doesnt seem to work. I went with mod_fastcgi.</div><div><br></div><div>This is on ubuntu 16.04.x LTS.</div><div><br></div><div>Worst case is i setup starman and proxy it but i dont really want to do that this time. What am i missing?</div></div>