Created
August 9, 2018 20:39
-
-
Save absturztaube/7dc20f7e2a22ba6c1379215c8cf7dc4a to your computer and use it in GitHub Desktop.
X-Cat Header in Apache2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -sD - -o /dev/null https://absturztau.be