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 08:43:52
Point:500 Replies:4 POST_ID:829378USER_ID:12446
Topic:
apache;centos7
I try to upgrade my httpd over 2.4.6 version, so used command, yum install httpd24, after that, httpd is not working becoz some packages is missing and centos7 mirror site is no longer support to users since 2024. how to solve this issue, get back the older version ?
Author: test test replied at 2026-04-11 09:53:06
httpd 2.4.6 version is centos version, httpd 2.4.34 version is Red hat version
Author: test test replied at 2026-04-11 09:01:33
httpd binary location at/opt/rh/httpd24/root/usr/sbin/httpd, then httpd -v, u can see Aapche/2.4.34 (previous is 2.4.6), higher version, can have HTTP2 function,mod_http2.so could be found at /opt/rh/httpd24/root/etc/httpd/modules
Author: test test replied at 2026-04-11 08:56:49
service httpd24-httpd start
Accepted Solution
Author: test test replied at 2026-04-11 08:54:17
500 points Excellent
go to /etc/yum.repos.d, changeasi-fs-s.contabo.net tovault.centos.org inCentOS-Base.repo file
and change toasi-fs-s.contabo.net tomirrors.aliyun.com in ius.repo, now httpd is recoverd but it should not work becoz httpd24 is installed before, some libaray is collapsed. If upgrade version for httpd, it should , yum install httpd24-httpd , instead..its directory is at /opt/rh/httpd24/root/etc/httpd