Schlagwort: Apache

Apache http/2.0

<IfModule mod_ssl.c> SSLEngine on SSLProtocol TLSv1.2 . . .</IfModule> a2enmod http2 vi /etc/apache2/sites-available/domain.xx.vhost <VirtualHost 192.168.0.2:80> Protocols h2 h2c http/1.1 H2Direct on DocumentRoot /var/www/domain.xx/web ServerName domain.xx . . .</VirtualHost> service apache2

Weiterlesen