Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
python - How to use cherrypy as a web server? - Stack Overflow http://stackoverflow.com/questions/759627/how-to-use-cherrypy-as-a-web-server
Mon 19 Mar 2018 05:58:11 PM PDT archive.org

The main thrust of the article is how to whip together a quick and dirty HTTP server for static pages using Python and Cherrypy. I saved this article because the worst-ranked response also tells you how to hardcode (read, make configurable at runtime) the port and IP address a CherryPy instance listens on.

cherrypy.server.socket_port = 80
cherrypy.server.socket_host = '0.0.0.0'

cherrypy python static content stackoverflow webserver configuration port
5006 links, including 377 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn