{ "info": { "author": "\u00c5\u0081ukasz Nowak", "author_email": "luke@nexedi.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "License :: OSI Approved :: Zope Public License" ], "description": "Introduction\n============\n\nRecipe to generate Apache reverse proxy for Zope with SSL.\n\nExample configuration\n---------------------\n\n[buildout]\nparts =\n my-frontend\n\n[my-frontend]\nrecipe = erp5.recipe.apache\nhttpd_binary = /path/to/bin/httpd\nopenssl_binary = /path/to/bin/openssl\n\nip = ::1\nport = 43214\nserver_name = localhost\n\nbackend_mapping =\n 127.0.0.1:16080/ /\n 127.0.0.1:16080/erp5 /erp5\n 127.0.0.1:16080/erp5 /differentview\n 127.0.0.1:16080/erp5/module/something /deep in\n\nAfter running this profile:\n\n - SSL keys will be generated and stored in var/my-fronted-ssl\n - var/run and var/log directories will be prepared:\n - var/run/my-fronted.pid will be available during run\n - var/log/my-fronted_access.log and var/log/my-fronted_error.log will be updated\n - parts/my-fronted/etc/my-frontend.conf will be generated\n - bin/my-fronted wrapper will be ready to serve apache in foreground mode\n\nVirtualHostMonster will be automatically configured to support backend mapping.\n\nTODO\n----\n\n - convert README to docstring test\n - use python entry point instead of shell script to generate wrapper\n\n1.0 (unreleased)\n----------------\n\n - initial version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5.recipe.apache/", "keywords": "apache server buildout", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "erp5.recipe.apache", "package_url": "https://pypi.org/project/erp5.recipe.apache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/erp5.recipe.apache/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5.recipe.apache/" }, "release_url": "https://pypi.org/project/erp5.recipe.apache/1.0.dev-r41446/", "requires_dist": null, "requires_python": null, "summary": "zc.buildout recipe to create apache instances which serversZope content", "version": "1.0.dev-r41446" }, "last_serial": 1711740, "releases": { "1.0.dev-r41446": [ { "comment_text": "", "digests": { "md5": "4d5372afcb1cff3d14c1a088f7faac23", "sha256": "45dd821fb80dada053e9ed16e51d599c88872b713f39e0f4ce55504c3f2d7696" }, "downloads": -1, "filename": "erp5.recipe.apache-1.0.dev-r41446.tar.gz", "has_sig": false, "md5_digest": "4d5372afcb1cff3d14c1a088f7faac23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6203, "upload_time": "2010-12-15T10:54:23", "url": "https://files.pythonhosted.org/packages/cc/84/f7929f1ad527a338e780b240693d92c35e9798a013725455e9e1f8147792/erp5.recipe.apache-1.0.dev-r41446.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d5372afcb1cff3d14c1a088f7faac23", "sha256": "45dd821fb80dada053e9ed16e51d599c88872b713f39e0f4ce55504c3f2d7696" }, "downloads": -1, "filename": "erp5.recipe.apache-1.0.dev-r41446.tar.gz", "has_sig": false, "md5_digest": "4d5372afcb1cff3d14c1a088f7faac23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6203, "upload_time": "2010-12-15T10:54:23", "url": "https://files.pythonhosted.org/packages/cc/84/f7929f1ad527a338e780b240693d92c35e9798a013725455e9e1f8147792/erp5.recipe.apache-1.0.dev-r41446.tar.gz" } ] }