2012/9/17 Roberto De Ioris <[email protected]>: > >>>>>> >>>>>> kernel = Linux >>>>>> malloc = libc >>>>>> locking = pthread_mutex >>>>>> ini = True >>>>>> event = epoll >>>>>> pcre = True >>>>>> snmp = False >>>>>> capabilities = False >>>>>> yaml = False >>>>>> json = False >>>>>> routing = True >>>>>> ldap = False >>>>>> sqlite3 = False >>>>>> zeromq = False >>>>>> sendfile = True >>>>>> xml = False >>>>>> udp = False >>>>>> execinfo = False >>>>>> ifaddrs = True >>>>>> ipv6 = True >>>>>> ssl = False >>>>>> filemonitor = inotify >>>>>> timer = timerfd >>>>>> threading = True >>>>>> plugin_dir = . >>>>>> debug = False >>>>>> async = False >>>>>> spooler = False >>>>>> minterpreters = True >>>>>> >>>>>> ############## end of uWSGI configuration ############# >>>>>> >>>>>> routing = True >>>>>> ipv6 = True >>>>>> minterpreters = True >>>>>> >>>>>> >>>>>> Something is wrong... >>>>>> >>>>>> - >>>>> >>>>> can you report the output of >>>>> >>>>> ./uwsgi --cflags >>>>> >>>>> soon after the build ? >>>>> >>>> >>>> -O2 -I. -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 >>>> -Wextra -Wno-unused-parameter -Wno-missing-field-initializers >>>> -DUWSGI_HAS_IFADDRS -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL >>>> -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY >>>> -DUWSGI_EMBEDDED -DUWSGI_IPV6 -DUWSGI_PCRE -DUWSGI_ROUTING >>>> -DUWSGI_EMBED_CONFIG=_binary_test_conf_ini_start >>>> -DUWSGI_EMBED_CONFIG_END=_binary_test_conf_ini_end >>>> -DUWSGI_VERSION="\"1.3-rc3\"" -DUWSGI_VERSION_BASE="1" >>>> -DUWSGI_VERSION_MAJOR="3" -DUWSGI_VERSION_MINOR="0" >>>> -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"rc3\"" >>>> -DUWSGI_MINTERPRETERS -DUWSGI_INI -DUWSGI_THREADING -DUWSGI_SENDFILE >>>> -DUWSGI_PLUGIN_DIR=\".\" >>>> -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(signal);" >>>> -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(signal);" >>>> >>>> >>> >>> -DUWSGI_MINTERPRETERS means the build system got a 'true' from >>> minterpreters. >>> >>> Can you paste the whole build profile ? >>> >> >> >> buildconf/test.ini >> """ >> [uwsgi] >> inherit = base > > inherit is pretty dumb in the python-based ini parser. > > You should avoid that, as it is only a shortcut for the default build > profiles, and most of the options once defined cannot be overwritten. >
I found the source of the problem :] I had inserted comments, like this: routing = false # http://projects.unbit.it/uwsgi/wiki/InternalRouting I threw them sending you the file contents. But, it is they who caused ignore the directive. Inheritance works well. -- Łukasz Wróblewski http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe http://www.hostowisko.pl/ - Profesjonalny i tani hosting http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
