{ "info": { "author": "4teamwork AG", "author_email": "mailto:info@4teamwork.ch", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=======================\n ftw.maintenanceserver\n=======================\n\nProvides a simple server serving a static directory, which can be configured\nas haproxy backup server, kicking in when all normal servers are offline.\n\n\nHow it works\n------------\n\nIt is simple HTTP server, serving a static directory.\nAll requests which match no file in the static directory are responded with\nthe ``index.html`` which is expected to be placed in the static directory.\n\nThis is useful when a user is visiting the page at any URL while the maintenance\nserver is activated. The user then stays at the same URL and can refresh until\nthe system is back online and he is at the same place as he was before.\n\n\nInstallation\n------------\n\nThe server can be installed using zc.buildout, which generates a pre configured\n``bin/maintenance`` script::\n\n [buildout]\n parts += maintenance\n\n [maintenance]\n recipe = zc.recipe.egg\n eggs = ftw.maintenanceserver\n arguments = '${buildout:directory}/static', 8088\n\n\nHAProxy configuration\n---------------------\n\nWhen using HAProxy the server can be simply configured as ``backup`` server,\nwhich will only be used when all \"normal\" servers are offline::\n\n backend plone\n server plone1 127.0.0.1:8080 cookie p1 check downinter 15s maxconn 5 rise 1 slowstart 60s\n server plone2 127.0.0.1:8081 cookie p2 check downinter 15s maxconn 5 rise 1 slowstart 60s\n server maintenance 127.0.0.1:8088 check backup\n\n\n\nLinks\n=====\n\n- Github: https://github.com/4teamwork/ftw.maintenanceserver\n- Issues: https://github.com/4teamwork/ftw.maintenanceserver/issues\n- Pypi: http://pypi.python.org/pypi/ftw.maintenanceserver\n- Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.maintenanceserver\n\n\nCopyright\n=========\n\nThis package is copyright by `4teamwork `_.\n\n``ftw.maintenanceserver`` is licensed under GNU General Public License, version 2.\n\nChangelog\n=========\n\n\n1.1.2 (2017-11-28)\n------------------\n\n- Respond with 200 OK to resources request. [njohner]\n- Fix tests to be compatible with most recent ftw.testbrowser. [lgraf]\n\n\n1.1.1 (2017-02-03)\n------------------\n\n- Avoid caching maintenance server responses. [jone]\n\n\n1.1.0 (2016-03-12)\n------------------\n\n- Allow setting a different listening address as optional parameter. Default is still localhost. pass an empty string to listen to all addresses on a host.\n [fredvd]\n\n\n1.0.2 (2015-01-21)\n------------------\n\n- Fix broken pipe error when connections are closed early by the client.\n [jone]\n\n\n1.0.1 (2014-03-21)\n------------------\n\n- Ignore virtualHostMonster configuartions in paths.\n [jone]\n\n\n1.0.0 (2014-03-21)\n------------------\n\n- Initial implementation.\n [jone]", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/4teamwork/ftw.maintenanceserver", "keywords": "ftw recipe maintenance", "license": "GPL2", "maintainer": "", "maintainer_email": "", "name": "ftw.maintenanceserver", "package_url": "https://pypi.org/project/ftw.maintenanceserver/", "platform": "", "project_url": "https://pypi.org/project/ftw.maintenanceserver/", "project_urls": { "Homepage": "https://github.com/4teamwork/ftw.maintenanceserver" }, "release_url": "https://pypi.org/project/ftw.maintenanceserver/1.1.2/", "requires_dist": null, "requires_python": "", "summary": "Maintenance HTTP server, serving a static directory.", "version": "1.1.2" }, "last_serial": 5823501, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7d4a90b0248cb830fd11e348fe91a526", "sha256": "cace2d120e0c4773aba15fa56b5f3482f44eb84b8125c499ac2535b443b4210f" }, "downloads": -1, "filename": "ftw.maintenanceserver-1.0.0.zip", "has_sig": false, "md5_digest": "7d4a90b0248cb830fd11e348fe91a526", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17980, "upload_time": "2014-03-21T09:53:48", "url": "https://files.pythonhosted.org/packages/da/65/24fe8540f4f9ce4267c0a335f6f6418fa9f0b5969edf7049e7803dba7792/ftw.maintenanceserver-1.0.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "caaa7a583e7e8e5fc2b8df427472e298", "sha256": "1c402b67b7dfea66194eb5ac7a763d69f3043cee9984aa766c41101527cb62b3" }, "downloads": -1, "filename": "ftw.maintenanceserver-1.0.1.zip", "has_sig": false, "md5_digest": "caaa7a583e7e8e5fc2b8df427472e298", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18336, "upload_time": "2014-03-21T11:15:39", "url": "https://files.pythonhosted.org/packages/f2/18/93cb7330f59a2e2ff2a36370c4a0ad21c2edd1bf3d1c7c0dbb66bda847f3/ftw.maintenanceserver-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "4f753d083b49e5d0a99df0fac42f8398", "sha256": "e7cc34267b346880fcb10b51af7521fbc82ebd4bb419cfc2e498f7c00a2b350d" }, "downloads": -1, "filename": "ftw.maintenanceserver-1.0.2.zip", "has_sig": false, "md5_digest": "4f753d083b49e5d0a99df0fac42f8398", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18634, "upload_time": "2015-01-21T15:10:13", "url": "https://files.pythonhosted.org/packages/9e/d8/702e162f881a312eec1e8d769070c4759be22e0d5d88ffedc6f66fad4b2d/ftw.maintenanceserver-1.0.2.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "d486fc28c879f2bdad91f4b9ae17427c", "sha256": "5bbda1974cbd1c456cedb5c1505b2572207855a367a73c8be9d4316752a6907e" }, "downloads": -1, "filename": "ftw.maintenanceserver-1.1.0.zip", "has_sig": false, "md5_digest": "d486fc28c879f2bdad91f4b9ae17427c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18934, "upload_time": "2016-03-12T11:40:20", "url": "https://files.pythonhosted.org/packages/0e/eb/335b166a4d2f8e5a84d09e39d0feedc590bcb49d2af86f1e54bad79aba00/ftw.maintenanceserver-1.1.0.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "94fbdf009d5abbc6c1b4563342d1e25e", "sha256": "78b2a6868ac98469254aa63a3205d04fead3af9fc886d453fd0c457709bc40b9" }, "downloads": -1, "filename": "ftw.maintenanceserver-1.1.1.tar.gz", "has_sig": false, "md5_digest": "94fbdf009d5abbc6c1b4563342d1e25e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12342, "upload_time": "2017-02-03T09:40:38", "url": "https://files.pythonhosted.org/packages/6d/fd/487b24f5985a1cddfea960440839282bc57591a34e160e5d54ce6a9df494/ftw.maintenanceserver-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "45e7d17047a0f9c3007029914c525f56", "sha256": "c912fe80efda38c216549ee1c89fb2420984e6a5f2b70d8976c2deac17526d08" }, "downloads": -1, "filename": "ftw.maintenanceserver-1.1.2.tar.gz", "has_sig": false, "md5_digest": "45e7d17047a0f9c3007029914c525f56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12612, "upload_time": "2017-11-28T08:18:23", "url": "https://files.pythonhosted.org/packages/64/d2/44101087d186f137f76651033191a965696c5be20c8a15f09041556730a8/ftw.maintenanceserver-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "45e7d17047a0f9c3007029914c525f56", "sha256": "c912fe80efda38c216549ee1c89fb2420984e6a5f2b70d8976c2deac17526d08" }, "downloads": -1, "filename": "ftw.maintenanceserver-1.1.2.tar.gz", "has_sig": false, "md5_digest": "45e7d17047a0f9c3007029914c525f56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12612, "upload_time": "2017-11-28T08:18:23", "url": "https://files.pythonhosted.org/packages/64/d2/44101087d186f137f76651033191a965696c5be20c8a15f09041556730a8/ftw.maintenanceserver-1.1.2.tar.gz" } ] }