I update the version and i tried also on a WINDOWS 7 with the same configuration. Here is the difference beetwen the WINDOWS SERVER 2012R2 and WINDOWS 7 with the same configuration
*APACHE* *Server version: Apache/2.4.23 (Win64)* *Server built: Oct 1 2016 08:28:43* *Distributed by: The Apache Haus* *Compiled with: Visual Studio 2008* *Server's Module Magic Number: 20120211:61* *Server loaded: APR 1.5.2, APR-UTIL 1.5.4* *Compiled using: APR 1.5.2, APR-UTIL 1.5.4* *Architecture: 64-bit* *Server MPM: WinNT* * threaded: yes (fixed thread count)* * forked: no* *Server compiled with....* *-D APR_HAS_SENDFILE* *-D APR_HAS_MMAP* *-D APR_HAVE_IPV6 (IPv4-mapped addresses disabled)* *-D APR_HAS_OTHER_CHILD* *-D AP_HAVE_RELIABLE_PIPED_LOGS* *-D DYNAMIC_MODULE_LIMIT=256* *-D HTTPD_ROOT="/Apache24"* *-D HTTPD_EXEC="/Apache24/bin/httpd.exe"* *-D DEFAULT_PIDLOG="logs/httpd.pid"* *-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"* *-D DEFAULT_ERRORLOG="logs/error.log"* *-D AP_TYPES_CONFIG_FILE="conf/mime.types"* *-D SERVER_CONFIG_FILE="conf/httpd.conf"* ** The Apache Haus* ** is not affiliated with, or endorsed by, the Apache Software Foundation.* ** Apache HTTP Server, Apache, and the Apache feather logo are trademarks of* ** The Apache Software Foundation.* *PYTHON* *Python 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win* *32* *Type "help", "copyright", "credits" or "license" for more information.* *>>> * EPPURE LE PRESTAZIONI OTTENUTE SONO MOLTO DIVERSE *Di seguito un benchmarking con il comando di APACHE:* *SERVER 10.51.130.53* *Concurrency Level: 90* *Time taken for tests: 131.909 seconds* *Complete requests: 270* *Failed requests: 45* * (Connect: 0, Receive: 0, Length: 45, Exceptions: 0)* *Keep-Alive requests: 0* *Total transferred: 1834657 bytes* *HTML transferred: 1710187 bytes* *Requests per second: 2.05 [#/sec] (mean)* *Time per request: 43969.754 [ms] (mean)* *Time per request: 488.553 [ms] (mean, across all concurrent requests)* *Transfer rate: 13.58 [Kbytes/sec] received* *MACCHINA EQG* Concurrency Level: 90 Time taken for tests: 28.872 seconds Complete requests: 2700 Failed requests: 0 Non-2xx responses: 2700 Keep-Alive requests: 0 Total transferred: 820800 bytes HTML transferred: 178200 bytes *Requests per second: 93.52 [#/sec] (mean)* *Time per request: 962.384 [ms] (mean)* *Time per request: 10.693 [ms] (mean, across all concurrent requests)* *Transfer rate: 27.76 [Kbytes/sec] received* Il giorno lunedì 24 ottobre 2016 13:15:36 UTC+2, Graham Dumpleton ha scritto: > > > On 24 Oct 2016, at 10:10 PM, piero crisci <[email protected] > <javascript:>> wrote: > > I GOT THIS WITH def application u wrote: > > > Connection Keep-Alive > Content-Encoding gzip > Content-Type text/plain > Date Mon, 24 Oct 2016 11:03:46 GMT > Keep-Alive timeout=15, max=297 > Server Apache/2.4.18 (Win64) mod_wsgi/4.4.6 Python/2.7.9 > Transfer-Encoding chunked > Vary Accept-Encoding > Visualizza come testo semplice > Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Encoding gzip, deflate > Accept-Language it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3 > Connection keep-alive > Host 10.51.130.53 > User-Agent Mozilla/5.0 (Windows NT 6.1; rv:37.0) Gecko/20100101 > Firefox/37.0 > > > Huh, Are you saying that this is what you got in the browser page as > response? > > One thing I do notice is that you are trying to use Apache which has been > compiled with VC14 compiler from Microsoft. Python 2.7 requires an older > VC9 compiler be used and technically mixing a VC9 module with VC14 > application binary is in no way guaranteed to work and is more likely to > fail. > > So if things don’t even work for that simple hello world, I would guess > that the incompatible modules could be the cause of it. > > This mixing is warned about in: > > https://github.com/GrahamDumpleton/mod_wsgi/tree/develop/win32 > > Graham > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
