I'm looking for a simple way to serve my pylons application in both HTTP & HTTPS (for the administration section). I had come across some tutorials on serving pylons applications through an Apache web-server but I don't need that kind of overhead for something so simple. This got me thinking, is it possible to do it with one of the lighter web-servers out there lighttpd?
I don't know much about either outside of pylons so any help would be appreciated. I already have a server certificate (self-signed) that I use for my pylons <-> postgresql connection.
Thanks.
Edit: Seemingly I cannot create a new tag "pylons" so I will add it when I am able.