Web Server Configuration Audit: Difference between revisions
From WikiMLT
mNo edit summary |
m Spas moved page Apache2 Configuration Audit to Web Server Configuration Audit |
||
(No difference)
|
Latest revision as of 10:51, 18 February 2023
HTTP2 and GZip CLI test
Test whether GZip and HTTP2 are enabled.
curl -H "Accept-Encoding: gzip" -I --http2 https://metalevel.tech
wget2 --http2 --header='Accept-Encoding: gzip' -S https://metalevel.tech -O /dev/null
Audit resources
- Qualys SSL Labs
- Security Headers
- VirusTotal URL Scanner
- Google PageSpeed Insights
- Pingdom Website Speed Test
- How to Check Whether Gzip Compression is Working
Manuals and References