|
| 1 | +============= |
| 2 | +Version 4.2.0 |
| 3 | +============= |
| 4 | + |
| 5 | +Version 4.2.0 of mod_wsgi can be obtained from: |
| 6 | + |
| 7 | + https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.0.tar.gz |
| 8 | + |
| 9 | +Known Issues |
| 10 | +------------ |
| 11 | + |
| 12 | +1. The makefiles for building mod_wsgi on Windows are currently broken and |
| 13 | +need updating. As most new changes relate to mod_wsgi daemon mode, which is |
| 14 | +not supported under Windows, you should keep using the last available |
| 15 | +binary for version 3.X on Windows instead. |
| 16 | + |
| 17 | +New Features |
| 18 | +------------ |
| 19 | + |
| 20 | +1. Added ``mod_wsgi.server_metrics()`` function which provides access to a |
| 21 | +dictionary of data derived from the Apache worker scoreboard. In effect this |
| 22 | +provides access to the same information that is used to create the Apache |
| 23 | +server status page. |
| 24 | + |
| 25 | +Note that if ``mod_status`` is not loaded into Apache, or the compile time |
| 26 | +configuration of Apache prohibits the scoreboard from being available, this |
| 27 | +function will return ``None``. |
| 28 | + |
| 29 | +Also be aware that only partial information about worker status, and no |
| 30 | +information about requests, will be returned if the ``ExtendedStatus`` |
| 31 | +directive is not also set to ``On``. |
| 32 | + |
| 33 | +Although ``mod_status`` needs to be loaded, it is not necessary to enable |
| 34 | +any URL to expose the server status page. |
| 35 | + |
| 36 | +2. Added support for a platform plugin for New Relic to ``mod_wsgi-express`` |
| 37 | +which will report server status information up to New Relic if the |
| 38 | +``--with-newrelic`` option is supplied when running mod_wsgi express. |
| 39 | + |
| 40 | +That same option also enables the New Relic Python agent. If you only want |
| 41 | +one or the other, you can instead use the ``--with-newrelic-agent`` and |
| 42 | +``--with-newrelic-platform`` options. |
| 43 | + |
| 44 | +The feature of ``mod_wsgi-express`` for reporting data up to the New Relic |
| 45 | +Platform is dependent upon the separate ``mod_wsgi-metrics`` package being |
| 46 | +installed. |
0 commit comments