covener

Untitled

Feb 26th, 2022 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. conf:
  2.  
  3. LogLevel trace8
  4. <If "%{CONTENT_TYPE} =~ /.+/">
  5. Header always set "IFMATCHED" "true"
  6. </If>
  7. Header always set "HEADEREXPRMATCHED" "true" "expr=%{CONTENT_TYPE} =~ /.+/"
  8.  
  9.  
  10. $ wget -qS http://localhost/index.html
  11. HTTP/1.1 200 OK
  12. Date: Sun, 27 Feb 2022 03:35:49 GMT
  13. Server: Apache/2.4.53-dev (Unix)
  14. HEADEREXPRMATCHED: true
  15. Last-Modified: Mon, 16 Nov 2020 01:43:30 GMT
  16. ETag: "2d-5b42f81575480"
  17. Accept-Ranges: bytes
  18. Content-Length: 45
  19. Keep-Alive: timeout=5, max=100
  20. Connection: Keep-Alive
  21. Content-Type: text/html
Add Comment
Please, Sign In to add comment