--- title: Apache2 Setting tags: domjudge --- --- # Apache2 Setting ### Disable Signature & IP Add this to the end of `/etc/apache2/apache2.conf` ``` ServerSignature Off ServerTokens Prod ``` ![](https://i.imgur.com/akaA2jd.png)