https in pylons

Graham Dumpleton Graham.Dumpleton at gmail.com
Fri Jul 18 09:17:00 EDT 2008


On Jul 18, 9:50 pm, sni... at gmail.com wrote:
> Hello,
>
> I have a question about framework pylons - how to run(in paster)
> webpages over https? Is it possible, or not?

If Paste server that is uses doesn't already support HTTPS, then run
Pylons under Apache/mod_wsgi, or just run Pylons with Paste server
behind Apache/mod_proxy. In other words, use Apache to handle the
HTTPS side of things.

Graham




More information about the Python-list mailing list