diff --git a/install/tpl/apache_apps.vhost.master b/install/tpl/apache_apps.vhost.master
index 232e16e6df09742bab2ec4f7dfc7f586a5a50a90..cfedb9eb280158c8c6db9a820319b26f8a28b387 100644
--- a/install/tpl/apache_apps.vhost.master
+++ b/install/tpl/apache_apps.vhost.master
@@ -40,8 +40,6 @@
       Allow from all
     </Directory>
   </IfModule>
-  
-  ServerSignature Off
 
 </VirtualHost>
 
diff --git a/server/conf/apache_apps.vhost.master b/server/conf/apache_apps.vhost.master
index 83b1e669bd7c5e4f43d0bdfaf2b233e9e0090103..2dea61152b97782c7e91f880b3b4d781243b702b 100644
--- a/server/conf/apache_apps.vhost.master
+++ b/server/conf/apache_apps.vhost.master
@@ -38,8 +38,6 @@
       Allow from all
     </Directory>
   </IfModule>
-  
-  ServerSignature Off
 
 </VirtualHost>