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