Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by test test
at 2026-04-11 10:36:49
Point:500 Replies:3 POST_ID:829381USER_ID:12446
Topic:
acpahce;http2,centos
I run command,/opt/rh/httpd24/root/usr/sbin/httpd -S
I got the error:Cannot load modules/mod_http2.so into server: libnghttp2-httpd24.so.14: cannot open shared object file: No such file or directory
how to solve it ?
Expert: Wilson Edwards replied at 2026-04-11 16:31:15
http2 on centos7 has a lot issue,even u follow this article instruction that created many redirects
https://hackmd.io/@Jason199567/SJJHYxXFN
You better switch to centos8 by fresh full instatation , upgrade centos 7 to centos 8 that is a bit risky, u can try, if u agree this article
Author: test test replied at 2026-04-11 10:40:21
u are using Red Hat version httpd, its directory is /opt/rh/httpd24/root/usr/sbin that is different from centos version httpd at /usr/sbin,
Accepted Solution
Author: test test replied at 2026-04-11 10:37:17
500 points Excellent
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rh/httpd24/root/usr/lib64/