Opened 5 years ago
Closed 5 years ago
#5587 closed enhancement (fixed)
Drop fastcgi as a deployment option from our documentation
Reported by: | Ben Sturmfels | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | documentation | Keywords: | |
Cc: | Parent Tickets: |
Description
We get occasional bug reports of people having trouble deploying fastcgi on Python 3. Since the flup
package doesn't support Python 3, we should remove fastcgi from our documented deployment methods.
Relevant documentation files are:
docs/source/siteadmin/deploying.rst
docs/source/siteadmin/configuration.rst
Should also remove it from the paste config file:
paste.ini
Probably also worth checking the wiki.
Change History (4)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Status: | new → accepted |
---|
Great stuff Michael!
Where there's something like "virtualenv + FastCGI + Nginx" and "FastCGI and nginx", can you please replace the "FastCGI" bit with "Waitress" (that's the WSGI server that's being used). That will help people understand the part that is there.
Apart from that, this looks good to merge!
comment:3 by , 5 years ago
Okay, updated:
https://github.com/mtlynch/mediagoblin/commit/e8be4722734bf19e7faed8a24cf162b5244b86f0
Here's the branch with both changes:
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Thanks Michael! Merged into master in commit 09c65978.
I put together a commit that removes all references to fastcgi and flup:
https://github.com/mtlynch/mediagoblin/commit/82c2f9a9125a2046a65669870d2d8afd8419c147