SOLVED: Installed fine, cannot access
Posted: Sun Jul 24, 2016 8:48 am
The installer appeared to complete fine. I found the new IP is correct, and I was able to SSH into it. However, I cannot get to the web interface via the IP or HDA. Site refused connection is all I get.
I port scanned it, and httpd service is not running. I attempted to start it via SSH, and received.
httpd: Syntax error on line 56 of /etc/httpd/conf/httpd.conf: Syntax error on line 40 of /etc/httpd/conf.modules.d/00-base.conf: Cannot load modules/mod_http2.so into server: /etc/httpd/modules/mod_http2.so: undefined symbol: nghttp2_session_change_stream_priority
Line 56 is
Include conf.modules.d/*.conf
Line 46 of 00-base.conf is
LoadModule http2_module modules/mod_http2.so
I'm not sure why this doesn't work right out of the box. I installed it exactly as instructed to. I didn't edit these files at all.
I port scanned it, and httpd service is not running. I attempted to start it via SSH, and received.
httpd: Syntax error on line 56 of /etc/httpd/conf/httpd.conf: Syntax error on line 40 of /etc/httpd/conf.modules.d/00-base.conf: Cannot load modules/mod_http2.so into server: /etc/httpd/modules/mod_http2.so: undefined symbol: nghttp2_session_change_stream_priority
Line 56 is
Include conf.modules.d/*.conf
Line 46 of 00-base.conf is
LoadModule http2_module modules/mod_http2.so
I'm not sure why this doesn't work right out of the box. I installed it exactly as instructed to. I didn't edit these files at all.