In order to bind to port 80 or 443, you need to start paster as root. You could run https on port 8443 (or any arbitrary port > 1023) if you don't have root privileges.
Depending on your application, it may be better to run it behind apache2/mod_wsgi, nginx/uwsgi or one of several other configurations rather than deploying paste direct -- in which case those webservers would handle the http/https portion, leaving your application to decide to redirect the surfer. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
