Questions tagged [mod-fastcgi]
57 questions
0
votes
2 answers
Apache 2.4 + PHP-FPM + mod_fastcgi (Problems setting up PHP-FPM)
I have been trying to get PHP-FPM to work with Apache 2.4, but mod_fastcgi does not work with 2.4. Is there any solution to this problem? I want to run it using an UNIX socket, but I cannot find any tutorial on this, they all use 127.0.0.1:9000

CakeSneer
- 109
- 1
- 1
0
votes
1 answer
mod_fastcgi.so + FCGI (perl) make 500 error with graceful restart on apache 2.2
We'd like to construct a perl (FCGI) application on apache2.2 with mod_fastcgi.so
but it makes 500 error when I graceful it.
Do you have any idea or solution for it?
LoadModule fastcgi_module modules/mod_fastcgi.so
FastCgiIpcDir…

freddiefujiwra
- 1,667
- 5
- 25
- 34
0
votes
1 answer
Web site - delay under Apache 2.4.4 x64 FastCGI
I'm running a VPS server under Windows 2008 R2 x64 as a web server.
I Was running Apache 2.2 x86 / Php 5.3.1 handle with the standard php5_module And I made an upgrade to Apache 2.4.4 x64 / Php 5.3.24 with FastCgGI x64 as handler last…

Jaune Citron
- 111
- 4
0
votes
1 answer
Nginx not parsing php when using try_files
I am basically trying to implement the Apache MultiViews behaviour so that my URLs do not require the .php extension.
As far as I can see from other questions answered here on Server Fault, I should have this problem sorted, but something is clearly…

nightowl
- 45
- 8
0
votes
1 answer
Deploying a FastCGI application
I'm trying to deploy my Wt application with Apache and FastCGI.
Here's my config file:
NameVirtualHost *:9091
DocumentRoot /var/www/wt_test/docroot/
AddHandler fcgid-script wt
…

hank
- 111
- 3
0
votes
1 answer
System administration problems
I recently had a problem with a dedicated server (LINUX) where the file system went read-only.
Recent modifications include installation of fcgid using PHP 5,2 on certain accounts.
The system wide PHP is PHP 5.3
I have explored the…

Mattrix
- 33
- 5
0
votes
1 answer
mod_fcgi produces random 500 Errors
php 5.4.7 via mod_fcgi
when I run the site sometimes it works, sometimes it crashed with 500 Internal Error, this is what I see in error.log everytime I run the script
[Mon Sep 24 18:50:43 2012] [warn] [client 68.231.194.198] (104)Connection reset…

DmitrySemenov
- 835
- 2
- 15
- 27
0
votes
1 answer
Apache mod_fastcgi
i am trying to configure an apache2 server with mod_fastcgi on solaris 10
so far i have everything installed using CSW
here is my virtual host configuration
SuexecUserGroup "#1005" "#1006"
DocumentRoot…

maazza
- 254
- 1
- 6
- 14
0
votes
1 answer
Can't configure trac to work with Apache2
I've been trying to set up trac to be deployed with apache for a little while now and I'm running into a wall.
This is the response I'm receiving from my server
Internal Server Error
The server encountered an internal error or misconfiguration and…

Casey Flynn
- 217
- 4
- 13
0
votes
2 answers
CentOS 5.5 , Apache2.2, PHP 5.2.14, Fastcgi 2.2-4 and 5xx Errors
I am running the version of softwares mentioned in subject. Apache was installed from standard centos repo, fastcgi was install from http://centos.karan.org/kbsingh-CentOS-Extras.repo and PHp was manually compiled and install to…

Shoaibi
- 809
- 1
- 10
- 28
0
votes
1 answer
Nginx FastCGI Error in logs: 38 FastCGI sent in stderr: "PHP message: PHP Warning: hash_equals(): Expected known_string to be a string
I am running a LEMP server (Ubuntu 20.04 server) with fast cgi enabled, and am getting the following error message in the logs for one of my virtual hosts (one of my websites). Here is the full error with my website and IP address redacted:
[error]…

DanRan
- 73
- 1
- 3
- 22
-2
votes
1 answer
CentOS 7 apache2 httpd + mod_fastcgi installation impossible
Has anyone tried to install mod_fastcgi on CentOS7/httpd yet?
Since it's not in the epel or fusion repos, I tried the el6 rpm, which wasn't working (httpd said: Cannot load modules/mod_fastcgi.so into server: /etc/httpd/modules/mod_fastcgi.so:…

sgohl
- 1,382
- 1
- 11
- 17