About 579,000 results
Open links in new tab
  1. Running PHP with Apache (`mod_php`) - Linux Bash

    This blog post explains how to use `mod_php` to run PHP scripts on the Apache HTTP server, highlighting its efficiency but also noting security implications. It provides a setup guide for various …

  2. What is mod_php? - Stack Overflow

    Using PHP as an Apache module (called mod_php) : the PHP interpreter is then kind of "embedded" inside the Apache process : there is no external PHP process -- which means that Apache and PHP …

  3. PHP: Arithmetic - Manual

    The division operator / returns a float value unless the two operands are int (or numeric strings which are type juggled to int) and the numerator is a multiple of the divisor, in which case an integer value will …

  4. What Is Mod_PHP In Apache? - uptimia.com

    Sep 15, 2024 · Learn about Mod_PHP in Apache, a module that enables Apache web server to handle PHP scripts directly, improving performance and simplifying server configuration for PHP-based …

  5. Configuring Apache HTTPD With PHP-FPM and mod_php | Zend

    Dec 20, 2023 · Get details on how to use Apache HTTPD with mod_php and PHP-FPM, and when to use each option, in this blog from our expert.

  6. Understanding What is mod_php in Web Hosting - Howto-Do.IT

    Aug 3, 2024 · Discover the essentials of mod_php, the widely-used Apache module that integrates PHP for dynamic web content rendering on your server.

  7. mod_php missing from /etc/httpd/modules after installing it

    Jan 6, 2023 · Since EL-8, php-fpm is used by default mod_php is still provided, but need to switch apache to use old " prefork " MPM (bad for performance and security) Since EL-9, mod_php is not …

  8. mod_php explained - supportsages.com

    The webserver identifies that the requested file is of Mime type x-httpd-php. To handle or process it , the apache has to load the corresponding module. Since it is a php type , the module mod_php will be …