<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">This works, but should only be used in low volume / trivial deployments where you're not worried about performance.</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">There are lots of high performance ways to deploy Perl web stacks. Here are a few, from the Catalyst docs (Catalyst is one popular Modern Perl web stack):</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">   </span><a href="https://metacpan.org/module/Catalyst::Manual::Deployment" target="_blank" style="color:rgb(17,85,204);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">https://metacpan.org/module/Catalyst::Manual::Deployment</a></blockquote>
<div><br></div><div>i figured as much but i prefer Python so my scope with perl is "does it work? OK" :)<br><br>I think i ended up not going with fast_cgi because the person developing the app wasn't even utilizing FCGI and thus i didn't want the module loaded. </derail></div>
<div> </div>--Jay<br>
<br><br><div class="gmail_quote">On Wed, Oct 24, 2012 at 12:47 PM, Jay Hannah <span dir="ltr"><<a href="mailto:jay@jays.net" target="_blank">jay@jays.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Oct 24, 2012, at 10:22 AM, Jay Bendon <<a href="mailto:jaybocc2@gmail.com">jaybocc2@gmail.com</a>> wrote:<br>
> First of all you're still using perl...<br>
<br>
</div>"Still?" Perl rocks. Linux rocks. Together, they are unstoppable.  :)<br>
<br>
>    Options +ExecCGI<br>
>    AddHandler cgi-script .cgi<br>
<br>
This works, but should only be used in low volume / trivial deployments where you're not worried about performance.<br>
<br>
There are lots of high performance ways to deploy Perl web stacks. Here are a few, from the Catalyst docs (Catalyst is one popular Modern Perl web stack):<br>
<br>
   <a href="https://metacpan.org/module/Catalyst::Manual::Deployment" target="_blank">https://metacpan.org/module/Catalyst::Manual::Deployment</a><br>
<br>
Hope that helps,<br>
<br>
j<br>
Omaha Perl Mongers:  <a href="http://omaha.pm.org" target="_blank">http://omaha.pm.org</a><br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
OLUG mailing list<br>
<a href="mailto:OLUG@olug.org">OLUG@olug.org</a><br>
<a href="https://lists.olug.org/mailman/listinfo/olug" target="_blank">https://lists.olug.org/mailman/listinfo/olug</a><br>
</div></div></blockquote></div><br>