mod-php Questions

1

Solved

So, I need to run multiple php apps/sites on one server. One or many should run using apache and mod_php5, and one or many should be able to run using mod_fastcgi and php-fpm. The mod_php5 ones are...
Prominent asked 8/9, 2015 at 23:26

3

Solved

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 read the stack traces of uncatched exceptions because they are formatted ...
Hobnob asked 2/8, 2011 at 12:13

2

Solved

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 with mod_php 5.4 and nginx 1.2.x + PHP-FPM 5.4 Why ...
Housebreaking asked 20/2, 2013 at 15:13

4

I had such question some months ago. Now to isolate the problem I tried a new approach. I put an empty file to my server. File name is "foobar.php". Its content is as follows: <?php echo "hell...
Myriammyriameter asked 22/12, 2012 at 12:4

2

Solved

I have basic idea about running PHP in different configurations like mod_php, cgi, FastCGI, etc. In my findings and test I found FastCGI is slightly better. I like FastCGI's support for SuEXEC mos...
Loris asked 10/9, 2009 at 14:34

3

Solved

I have been trying to understand the exact meaning/purpose of loading php as an apache module vs the rest. When php is installed as an apache module, what exactly happens? For example, does readin...
Restrain asked 17/10, 2010 at 15:10

2

Solved

Basically, I'm trying to figure out how PHP can be called from a "web server". I've read the documentation, but it didn't help much. As far as I can tell, there are three ways to invoke PHP: vi...
Modest asked 12/8, 2011 at 23:35

2

Solved

The Server I have a development server that I'm using to host my current projects. Here are some stats: root@myserver:/usr/bin $ cat /etc/*-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.10 DISTRIB...
Express asked 15/12, 2010 at 17:39

3

Solved

Does anyone know if it is possible to detect whether the browser has closed the connection during the execution of a long PHP script, when using apache and mod_php? For example, in Java, the HttpO...
Hexad asked 17/9, 2008 at 18:35

6

Solved

E.g. Is it more secure to use mod_php instead of php-cgi? Or is it more secure to use mod_perl instead of traditional cgi-scripts? I'm mainly interested in security concerns, but speed might be an...
Sward asked 16/9, 2008 at 22:49
1

© 2022 - 2024 — McMap. All rights reserved.