Web Server Configuration Audit: Difference between revisions

From WikiMLT
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
<noinclude><!--[[Category:DevOps_and_SRE|?]]-->{{ContentArticleHeader/DevOps_and_SRE}}</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 14:06, 9 September 2022

HTTP2 and GZip CLI test

Test whether GZip and HTTP2 are en­abled.

curl -H "Accept-Encoding: gzip" -I --http2 https://metalevel.tech
wget2 --http2 --header='Accept-Encoding: gzip' -S https://metalevel.tech -O /dev/null

Au­dit re­sources

Man­u­als and Ref­er­ences