Web Server Configuration Audit: Difference between revisions
From WikiMLT
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude>{{ContentArticleHeader/Web_Servers|toc=off}}{{ContentArticleHeader/DevOps_and_SRE}}</noinclude> | ||
== HTTP2 and GZip CLI test == | == HTTP2 and GZip CLI test == | ||
Test whether GZip and HTTP2 are enabled.<syntaxhighlight lang="shell" line="1"> | Test whether GZip and HTTP2 are enabled.<syntaxhighlight lang="shell" line="1"> | ||
Line 22: | Line 22: | ||
<div id='devStage'> | <div id='devStage'> | ||
{{devStage | {{devStage | ||
| Прндл = DevOps and SRE | | Прндл = Web Servers | ||
| Прндл1 = DevOps and SRE | |||
| Стадий = 6 | | Стадий = 6 | ||
| Фаза = Утвърждаване | | Фаза = Утвърждаване |
Revision as of 13:06, 9 September 2022
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