Skip to content

Instantly share code, notes, and snippets.

@absturztaube
Created August 9, 2018 20:39
Show Gist options
  • Save absturztaube/7dc20f7e2a22ba6c1379215c8cf7dc4a to your computer and use it in GitHub Desktop.
Save absturztaube/7dc20f7e2a22ba6c1379215c8cf7dc4a to your computer and use it in GitHub Desktop.
X-Cat Header in Apache2
<IfModule mod_headers.c>
Header add X-Cat "+----------------------------+"
Header add X-Cat "| |\ _,,,---,,_ |"
Header add X-Cat "| /,`.-'`' -. ;-;;,_ |"
Header add X-Cat "| |,4- ) )-,_..;\ ( `'-' |"
Header add X-Cat "| '---''(_/--' `-'\_) |"
Header add X-Cat "+----------------------------+"
</IfModule>
@absturztaube
Copy link
Author

curl -sD - -o /dev/null https://absturztau.be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment