Apache HTTP Server configuration analyzer — check VirtualHosts, SSL, security modules, and common misconfigurations
Project description
dargslan-apache-analyzer
Apache HTTP Server Configuration Analyzer — Check VirtualHosts, SSL, security modules, ServerTokens, directory listing, and common misconfigurations. Zero external dependencies.
Installation
pip install dargslan-apache-analyzer
CLI Usage
dargslan-apache report # Full analysis report
dargslan-apache vhosts # List VirtualHosts
dargslan-apache modules # Loaded modules
dargslan-apache issues # Security issues
dargslan-apache test # Config syntax test
dargslan-apache json # JSON output
Python API
from dargslan_apache_analyzer import ApacheAnalyzer
aa = ApacheAnalyzer()
vhosts = aa.get_vhosts()
issues = aa.check_security()
aa.print_report()
More from Dargslan
- Dargslan.com — Linux & DevOps eBook Store
- Free Cheat Sheets
- Blog & Tutorials
License
MIT — see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dargslan_apache_analyzer-1.0.0.tar.gz.
File metadata
- Download URL: dargslan_apache_analyzer-1.0.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
866e1c5e2fcf41b18a305d3514aae8402a0c91c313b3ff8c380c307c5071e5a3
|
|
| MD5 |
d7b13f6de1cb61e9d0427c24f0e3bcb5
|
|
| BLAKE2b-256 |
c639179e00fb0b3e3a8e263fa01585bdf51cb4aefb0bd1c6ad3960c21abc8e19
|
File details
Details for the file dargslan_apache_analyzer-1.0.0-py3-none-any.whl.
File metadata
- Download URL: dargslan_apache_analyzer-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1ee86d36c35c4e83f2d38141ffd7c6f9b670c0df3ff161beeeb1b400b205cb4
|
|
| MD5 |
8a61221dd34c48c58afd5c920018946d
|
|
| BLAKE2b-256 |
16d86c5069aed2a95c3df6cdd7b31a2d980257a78ae0e6e79e071de2cc0f1158
|