in centos, apache system, the php is runing but not work any functions like include(), php_info(), … any suggestion?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
<blockquote>but not work any functions like include(), php_info(), … </blockquote> <br>include() is probably trying to include a file that doesn’t exist (make sure the path is correct). <br> <br>php_info() doesn’t exist, I believe you mean phpinfo()
sometimes Apache is running, but php is not. <br> <br>now to check if php is running or not, run this command in your console or puTTy if you use it: <br> <br>/etc/init.d/httpd restart <br> <br>if it is restarted with Green OK, then yes php is running on your server. if not, then you need to fix that issue. <br> <br>you need to test php file on your server using the php code here: <br> <br><?php phpinfo(); ?> <br> <br>save the php file and upload it to your server root /www/ and then in the browser see it if working or not…
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.