Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
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 Wilson Edwards
at 2024-09-18 02:36:47
Point:500 Replies:1 POST_ID:829279USER_ID:12108
Topic:
httpd#php
I have installed php8 and httpd on my server. And runnign service httpd start that is no any error
but still can not see php output on my website.....
Below is my httpd.conf file for module part
- #
- ServerRoot "/etc/httpd"
- Listen 80
- # Example:
- # LoadModule foo_module modules/mod_foo.so
- #
- Include conf.modules.d/*.conf
- #Include conf.modules.d/00-mpm.conf
- #LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
- #Include conf.modules.d/00-proxy.conf
- #Include conf.modules.d/00-ssl.conf
- #Include conf.modules.d/20-php.conf
- #LoadModule php_module /usr/lib64/httpd/modules/libphp.so
Comment if any to help php code running on my site
now the output is just text output from php file itself
Accepted Solution
Author: Wilson Edwards replied at 2024-09-18 02:37:59
500 points Excellent
make sure, your libphp.so location is correct or exisiting....
u missed one code
AddHandler php-script .php
which is allow php script extension on apache...
hope it can help