mod-fastcgi Questions

3

I have Apache (2.2.22 on Debian) configured to handle PHP files via FastCGI: <FilesMatch ".+.php$"> SetHandler application/x-httpd-php </FilesMatch> Action application/x-httpd-php...
Tman asked 21/11, 2015 at 13:15

3

I am trying to install php with fpm on macports. I read somewhere that fpm means FastCGI process manager. Does that mean fastcgi and fpm are same? If they are same, then why do we have two differen...
Pictogram asked 24/12, 2010 at 12:11

2

Solved

We have recently migrated to PHP-FPM. However we have encountered a problem with some long running scripts. The code looks roughly like: foreach ($items as $item) { set_time_limit(30); proccessT...
Hypertrophy asked 1/11, 2016 at 13:20

1

When creating per-user php5-fpm pools on an Apache mod_fastcgi setup which of the following is the most secure way and efficient way of granting webserver permissions to the PHP pool? Option 1: S...
Equimolecular asked 11/11, 2014 at 14:4

2

Solved

Just let me state that I am new to FastCGI. I have MAMP's Apache on my OS X machine. Default PHP handler was Apache Handler 2.0 (libphp5.so). I wanted to change to FastCGI and followed the answer h...
Durning asked 6/5, 2016 at 22:0

2

Solved

I'm using Apache + mod_fastcgi + php-fpm. I'm trying parse big file and set in php script max_execution_time to 0, but script fails after 30 seconds with message in error log: "FastCGI: comm with s...
Sibella asked 27/6, 2013 at 13:49

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

5

Solved

Listed on the ServiceStack website it shows that ServiceStack can run on Mono with either: XSP mod_mono FastCgi Console What are these different configurations and which is preferred for Web Se...
Pommard asked 30/8, 2012 at 0:31

3

Solved

I'm developing a web app in Perl with some C as necessary for some heavy duty number crunching. The main problem I'm having so far is trying to decide if I should use mod-perl, mod-fastcgi or both ...
Raffin asked 20/12, 2008 at 2:34

2

Solved

My Perl web-app, running under Apache mod_fastcgi, frequently gets errors like the following: Maximal count of pending signals (120) exceeded at line 119. I've seen this happen in relation to ...
Deportation asked 21/2, 2010 at 17:58

2

Solved

When a program is started via FastCGI, it is exec'd with a socket already open to talk to the web server. The socket's file descriptor number is handed to the program, but how can that be converted...
Seabee asked 7/8, 2009 at 8:14
1

© 2022 - 2024 — McMap. All rights reserved.