2012/9/17 Roberto De Ioris <[email protected]>: > >> In the configuration file pointed: >> routing = false >> minterpreters = false >> >> Despite this, after compilation received info: >> >> ################# uWSGI configuration ################# >> >> 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 >> >> so minterpreters is True ?! >> and: routing, sendfile, ipv6 >> > > Pretty strange, but the build system caches a lot of thing to avoid > useless recompilations. Try running make clean, before. >
With last tip - my conf: ipv6 = false routing = false minterpreters = false sendfile = true python3 uwsgiconfig.py --clean python3 uwsgiconfig.py --build test ################# uWSGI configuration ################# 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... -- Ł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
