NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
VicksJ
Nov 17, 2024Guide
configuring http2 on RN212
hi, I am trying to configure http2 on apache 2.4.25 on debian 8 on RN 212 on OS 6.10.7 using "a2enmod http2" but on restarting the apache 2 getting error apache2: Syntax error on line 200 of /et...
VicksJ
Nov 18, 2024Guide
this is what i found so far:
Ubuntu / Debain
Apache web server distributed in default software repositories of Ubuntu and Debian do not include mod_http2 needed to enable HTTP/2 functionality. You will need to add a third-party package source with latest Apache version that also includes mod_http2.
apt-get install software-properties-common python-software-properties
add-apt-repository ppa:ondrej/apache2
apt-get updateThis will install some utilities (if not installed already) that help us add external PPAs. Secondly, we add the ondrej/apache2 PPA which contains the latest Apache2 builds. Third, we update your systems package information.
but the problem is I am not able to run these command itself as python is old. I believe we are stuck
VicksJ
Nov 20, 2024Guide
I found that my problem can be resolved if i have http2 available with php-curl. I am currently using Php 7.4.25 with curl version 7.64.0 without http2. This was purchased from rnxtras.com. If somehow the php-curl can be updated to enable http2, my problem will be resolved.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!