<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I got access to SeaSide on my Amazon EC2 instance by opening port 8080 and<br>
hitting Swazoo<br>
<br>I&#39;m sure I&#39;m all wrong, somehow, with doing this, but it was nice to<br>
see that I actually do have end to end connectivity to my Seaside code<br>
running on EC2. What if I just ran Swazoo on port 80? Would that be bad?<br></blockquote><div><br></div><div>Debugging FastCGI problems isn&#39;t easy. You add a &#39;debug&#39; directive to Nginx and examine the log file.</div>
<div><br></div><div>You can always use Nginx to as the font-end server; then delegate to Swazoo on 8080.</div><div><br></div><div>Nick  </div></div>