Apache HTTP Server: Difference between revisions

m HTTP/2 Support: Added libnghttp2 already installed in later versions
m HTTP/2 Support: Added openSUSE 15.4 specific section
Line 53: Line 53:
* Open a terminal window
* Open a terminal window
* Type <code>sudo a2enmod http2</code>. This will enable the built in module in Apache.
* Type <code>sudo a2enmod http2</code>. This will enable the built in module in Apache.
'''As of at least openSUSE 15.4, the following is already done by default'''
* Open kwrite and open the file <code>/etc/apache2/httpd.conf</code>
* Open kwrite and open the file <code>/etc/apache2/httpd.conf</code>
* At the end of the file add the following line:
* At the end of the file add the following line: