Submitted by djacko on Wed, 03/13/2019 - 06:07
php is not working after do a re-check configuration. It's update php.ini and apache doesn't recognize php. If i do only the update , it works , but when i do a recheck , apache fail to work with php
Status:
Active
Comments
Submitted by andreychek on Wed, 03/13/2019 - 08:45 Comment #1
Howdy -- what problem is it that you're seeing with PHP?
When you say it doesn't work, what issue are you seeing exactly?
Submitted by djacko on Wed, 03/13/2019 - 11:24 Comment #2
I did an update with surry sources for php7.1 , and now when i go to an .php file, it's open the code source. I install a test server to check with same configuration and it works. So it's a configuration file which was modified. It's after the recheck configuration in virtualmin, that's happened. Before the server serve php files normally.
Submitted by andreychek on Wed, 03/13/2019 - 11:53 Comment #3
Gotcha -- take a peek at this here, and see if the SetHandler fixes mentioned help with the issue you're seeing:
https://www.virtualmin.com/documentation/system/faq#toc-why-does-php--pr...
Submitted by djacko on Thu, 03/14/2019 - 06:10 Comment #4
SetHandler is un-commented everywhere! it works after commented SetHandler and i also remove a redirection in website redirect. Clear cache browser.
Submitted by andreychek on Thu, 03/14/2019 - 09:13 Comment #5
Great, we're glad to hear it's working!