paster
Can I use paster on production site?
I am trying to set up Mediacore (which is a Pylons app) on a production server. The docs suggest either apache mod_fastcgi or mod_wsgi as webserver but I try to avoid a开发者_运维技巧pache at any cost[详细]
2023-02-06 13:55 分类:问答Problems running paster shell example.ini in Ubuntu while trying to install reddit
When I try to run paster shell example.ini, I run into: conn开发者_如何转开发ection failure: TLEngine(postgres://reddit/password@127.0.0.1/reddit)[详细]
2023-01-30 04:33 分类:问答Getting a PasteScript error when I try to serve an existing Pylons app
I\'m trying to serve an existing Python 2.5 Pylons application on OS X Snow Leopard. I\'ve already installed Python 2.5 and set it as the default Python installation, installed paster, and installed[详细]
2023-01-25 16:20 分类:问答How should I host multiple Pylons websites on the one server?
I currently have one Pylons website running on my server that is setup using nginx as a proxy to Paster. In the near future, I plan to host another Pylons site on the same server.[详细]
2023-01-20 05:08 分类:问答When using paster web server, does it service requests by creating a new thread?
Does paster create a new thread per requ开发者_如何学JAVAest? Can you set the maximum number of threads for paster to use i.e. a thread pool?How can you if this is possible?Per the docs, paster suppo[详细]
2023-01-15 00:44 分类:问答Enable gzip compression in a Grok - Zope - PasteScript environment
I am trying to make my server send gzipped data. I have a grok application that runs over Paste (Paste-1.7.2-py2.4.egg)[详细]
2023-01-10 10:47 分类:问答What is paster and how do I install it?
I am installing an application and have installed python and easy_install. I now have two steps to complete:[详细]
2023-01-04 18:02 分类:问答Django equivalent to paster for backend processes
I use pylons in my job, but I\'m new to django.I\'m making an rss filtering application, and so I\'d like to have two backend processes that run on a schedule: one to crawl rss feeds for each user, an[详细]
2022-12-28 17:26 分类:问答Pylons: question about websetup.py use
reading pylons documentations I did understand that websetup:setup_app is only called when the application is setup at first time by paster script. But, I found now, setup_app is call every time that[详细]
2022-12-27 21:57 分类:问答How do I use Flickzeug to get interactive tracebacks from a paste deploy WSGI pipeline?
I\'d like to use Flickzeug to see interactive tracebacks by adding it to my paste deploy file\'s 开发者_开发百科pipeline. The following doesn\'t work. What will?[详细]
2022-12-20 13:54 分类:问答