If you haven't already tried, I'd tweak your app to run using the built-in web server, just to eliminate any security group port mapping or other connectivity/routing issues.
FWIW, I have several hearty web.py apps running in EC2 no problem using the built-in server (in ssl mode of course). It handles the load so well I've never bothered messing around with apache/nginx/etc. So, if it were me I'd rethink why I was even bothering with adding an extra layer of complexity. S On Mon, Aug 26, 2013 at 1:22 PM, Kevin Houlihan <[email protected]>wrote: > What does your app.py look like? It seems like web.py is handling the > requests but is not finding a matching route. > > On Tuesday, August 20, 2013 11:10:59 PM UTC+1, Kevin Brauen wrote: >> >> I am having troubles getting web.py deployed successfully on an amazon >> EC2 instance running Apache. I posted the problem to stackoverflow.com. >> Here is the link: http://stackoverflow.**com/questions/18345744/web-py-** >> deployment-on-amazon-ec2-**server-using-mod-wsgi-and-**apache<http://stackoverflow.com/questions/18345744/web-py-deployment-on-amazon-ec2-server-using-mod-wsgi-and-apache> >> >> Anyone have any idea what I can try next? >> > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/webpy. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/groups/opt_out.
