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...
Sandshark
Nov 17, 2024Sensei
So, what are the contents of that file?
VicksJ
Nov 17, 2024Guide
which file?, if you are talking about mod_http2.so, its missing on that path
- SandsharkNov 18, 2024Sensei
I'm talking about the two files with the syntax errors. I'm not familiar with the mod you are performing, but I'm thinking one of those may be intended to point to a different location for the missing file.
- VicksJNov 18, 2024GuideYes that file is missing on the location. It's some thing to with Jessie as apache is on 2.4.10 on Jessie but somehow Netgear has updated it to 2.4.25 with that file missing. Need some workaround, if someone is aware as most websites are using http2 now and curl fails when using with php to fetch data from that website
- VicksJNov 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
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!