Apache HTTP Server: Difference between revisions

m HTTP/2 Support: Added prefork
m HTTP/2 Support: Added libnghttp2 already installed in later versions
Line 50: Line 50:
To enable HTTP/2:
To enable HTTP/2:


* In the software manager in YaST, you will need to make sure that <code>libnghttp2-14</code> shared library is installed.
* In the software manager in YaST, you will need to make sure that <code>libnghttp2-14</code> shared library is installed (Later versions of openSUSE have this installed already so just check).
* 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.