Top "Mod-php" questions

PHP installed as an Apache module

mod_php vs cgi vs fast-cgi

I have been trying to understand the exact meaning/purpose of loading php as an apache module vs the rest. …

php interpreter fastcgi mod-php
How to configure PHP under Apache web server in GENTOO Operating System?

is there anyone who knows how to install / configure php under apache? I have emerge php apache both. I wanted …

php apache gentoo mod-php
Disable HTML stack traces by Xdebug

The administrator has installed Xdebug 2.1.1 in our shared PHP 5.3.0 server in order to use its debugger. Now, I can hardly …

php xdebug mod-php
Apache's mod_php OR FastCGI? Which is good for Wordpress?

I have basic idea about running PHP in different configurations like mod_php, cgi, FastCGI, etc. In my findings and …

php apache wordpress fastcgi mod-php
Installing libapache2-mod-php7.1

I installed Apache 2.4.27 and PHP 7.1.7 from source, but I don't find a tip about how to install libapache2-mod-php7.1 or …

apache php-7 mod-php
Long Time to First Byte value for an empty php file

I had such question some months ago. Now to isolate the problem I tried a new approach. I put an …

php apache .htaccess cakephp mod-php
PHP processing speed apache 2.4 mpm-prefork mod_php 5.4 vs nginx 1.2.x PHP-FPM 5.4

I've been looking for days to see if someone has done a good, documented, PHP processing speed comparison between apache-mpm-prefork 2.4 …

performance nginx apache2 php mod-php