Apache-manager

Latest version: v2.2

Safety actively analyzes 628903 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.6

---------------------------

Make it easy to silence apache-manager in cron jobs.

.. _Release 0.6: https://github.com/xolox/python-apache-manager/compare/0.5...0.6

0.5

---------------------------

Enable Zabbix low level discovery of WSGI process groups.

.. _Release 0.5: https://github.com/xolox/python-apache-manager/compare/0.4...0.5

0.4

---------------------------

Expose Apache worker memory usage in data file.

.. _Release 0.4: https://github.com/xolox/python-apache-manager/compare/0.3...0.4

0.3

---------------------------

Properly parse ``Listen`` directives in ``/etc/apache2/ports.conf`` (not so
much a bug fix but definitely a quality boost).

.. _Release 0.3: https://github.com/xolox/python-apache-manager/compare/0.2...0.3

0.2

---------------------------

Internal refactoring: Switch from :pypi:`cached-property` to :pypi:`property-manager`.

.. _Release 0.2: https://github.com/xolox/python-apache-manager/compare/0.1.1...0.2

0.1.1

-----------------------------

Bug fix: Explicitly specify BeautifulSoup parser.

This avoids BeautifulSoup from emitting the following warning:

"No parser was explicitly specified, so I'm using the best available HTML
parser for this system ("html.parser"). This usually isn't a problem, but if
you run this code on another system, or in a different virtual environment, it
may use a different parser and behave differently."

About the choice for ``html.parser``: This is the only parser built into the
Python standard library and it seems to work fine for Apache status pages
(which makes sense because these pages don't contain arbitrary invalid HTML,
they are fairly well formed and simple) so I don't see any point in pulling in
another external dependency.

.. _Release 0.1.1: https://github.com/xolox/python-apache-manager/compare/0.1...0.1.1

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.