Alex Morega ha scritto:
> On 17 Mar 2010, at 13:47, Manlio Perillo wrote:
> [...]
>>> =
>>> [daemon]
>>> factory = egg:PasteScript#wsgiutils
>>> host = 127.0.0.1
>>> port = 8000
>>> app = my_site
>>>
>>> [...]
>>>
>> If you want this, isn't it more simple and generic to use
On 17 Mar 2010, at 13:47, Manlio Perillo wrote:
> Alex Morega ha scritto:
>> On 17 Mar 2010, at 0:24, Manlio Perillo wrote:
>>
>>> Alex Morega ha scritto:
Hello,
This is not really a WSGI question, it's more into general configuration,
but I don't know of a better place to
Alex Morega ha scritto:
> On 17 Mar 2010, at 0:24, Manlio Perillo wrote:
>
>> Alex Morega ha scritto:
>>> Hello,
>>>
>>> This is not really a WSGI question, it's more into general configuration,
>>> but I don't know of a better place to ask it.
>>>
> [...]
>> I use YAML with custom constructors:
On 17 Mar 2010, at 0:24, Manlio Perillo wrote:
> Alex Morega ha scritto:
>> Hello,
>>
>> This is not really a WSGI question, it's more into general configuration,
>> but I don't know of a better place to ask it.
>>
>> Paster config files allow you to hook up WSGI applications, middleware, and
Alex Morega ha scritto:
> Hello,
>
> This is not really a WSGI question, it's more into general configuration, but
> I don't know of a better place to ask it.
>
> Paster config files allow you to hook up WSGI applications, middleware, and a
> server, plus some (undocumented?) magic configuratio
wrote:
> From: Alex Morega
> Subject: [Web-SIG] Generic configuration
> To: web-sig@python.org
> Date: Tuesday, March 16, 2010, 11:35 AM
> Hello,
>
> This is not really a WSGI question, it's more into general
> configuration, but I don't know of a better place to a
Hello,
This is not really a WSGI question, it's more into general configuration, but I
don't know of a better place to ask it.
Paster config files allow you to hook up WSGI applications, middleware, and a
server, plus some (undocumented?) magic configuration of the logging module.
But what abo