> Hi all,
>
> thanks to a Roberto hint, I discovered the "strict" option
>
>
>> To be sure you config is valid (read: it is not using invalid options)
>> add
>>
>> strict = true
>>
>> on top
>>
>
> usefull option!
>
> I modified my ini file adding (on top)
>
> strict = true
>
> but it has no effect (on uwsgi-1.4.10)
>
> even adding pippo = ciao in the ini file, does not print anything on uwsgi
> log
>
> My full ini file follows
>
> tia,
> Marco
>
> [uwsgi]
>
> strict = true
> pippo = ciao
>
> # Django related settings
> # the base directory (full path)
> chdir=/opt/myproj
> # Django's wsgi file
> module=wsgi
> # the virtualenv (full path)
> home=/opt/env_myproj
> # pythonpath
> pythonpath=..
>
> # Process-related settings
> # master
> master=true
> # maximum number of worker processes
> processes=10
> # clear environment on exit
> vacuum=True
>
> # Spooler settings
> spooler=/tmp
> spooler-chdir=/opt/myproj
> spooler-import=spooler.uwsgi_spooler
>
> # Alarm settings
> alarm = mailme cmd:mail -s 'uWSGI alarm' [email protected]
> log-alarm = mailme Traceback
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>

It is a 1.9 thing, unfortunately it cannot be backported to 1.4 series

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to