I have a tiny little problem. I'd like to develop Pylons apps using no additional services (ie. a webserver) under Linux, meaning using paster serve. However, in order to bind to port 80, I'd have to run it as root. Otherwise, routes' url() method does not include the port number unless I specify "qualified=True". Is there a way to force url() to generate fully qualified URL in development, and without port number in production, from a single configuration parameter (in .ini)?
Thanks, Vlad -- 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.
