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 09:04:40
Point:500 Replies:3 POST_ID:829379USER_ID:12446
Topic:
apache;centos7
as title
Author: test test replied at 2026-04-11 09:19:26
put httpd.conf andhttpd-le-ssl.conf at /etc/httpd , older version httpd(2.4.6) directory into at
opt/rh/httpd24/root/etc/httpd/conf, new version httpd24-httpd(2.4.34)
Author: test test replied at 2026-04-11 09:16:46
when u removed httpd such as yum remove httpd, 00-php.conf will be deleted in conf.modules.d
, u need to reinstall php , yum install php8.1, and u will see again 00-php.conf at /etc/httpd/conf.modules.d but not at/opt/rh/httpd24/root/etc/httpd/conf.modules.d,
so better and directly enabel php modules at httpd.conf by adding
LoadModule php_module /usr/lib64/httpd/modules/libphp.so
Accepted Solution
Author: test test replied at 2026-04-11 09:07:52
500 points Excellent
if u see plain text after u running <?php echo phpinfo(); ? > on http site(not https), it means php modules interface for apache is not install and if u can not run https, ssl site, it means, ssl modules interace for apche is not install, try to add this in httpd.conf
LoadModule php_module /usr/lib64/httpd/modules/libphp.so
LoadModule ssl_module /etc/httpd/modules/mod_ssl.so