apache tutorial - What Apache needs to Run Php File - apache - apache web server - apache server - apache2



  • Running Php files on Apache needs mod_php enabled on your server. It allows Apache to interpret .Php files. It has Php handlers that interpret the Php code in apache and send HTML to your web server.
  • If mod_php is enabled on your server, you will have a file named php.conf in /etc/httpd/conf.d/ directory. You can also check it with:
httpd -M | grep "php5_module"
click below button to copy the code. By Apache tutorial team

The output will be similar to:

 What Apache needs to Run Php File

Learn Apache - Apache tutorial - What Apache needs to Run Php File - Apache examples - Apache programs


Related Searches to What Apache needs to Run Php File