Questions tagged [fcgi]
54 questions
1
vote
0 answers
mod_fcgid process graceful kill fail sending sigkill and page not loading
Today I experience the following:
Pages are not loading (error 500) and in log I see this:
mod_fcgid process graceful kill fail sending sigkill and page not loading
How can I solve this? What might cause it?

Dimitrios Markopoulos
- 121
- 3
1
vote
0 answers
Apache2 mod-fcgi separate users for two applications
I try to configure my apache like this: https://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-ubuntu-8.10
The point is that I want to have an user for typo3 and one for livezilla.
I got this configuration working, with top I…

Marcel
- 131
- 3
1
vote
0 answers
FastCGI and tmpfs
I read some articles about using tmpfs for /tmp and PHP sessions directories for better performance, and it sounds interesting.
I'm using Centos 6 server with LAMP stack (+FastCGI) and in my fcgid.conf I can see two configurations that are…

Rotem
- 147
- 1
- 14
1
vote
2 answers
lighttpd + PHP-fcgi slow response
We have a problem regarding lighttpd as the webserver with php5 as backend via fast-cgi.
Sometimes the server's response is taking more than 5 seconds (up to 20 seconds) when requesting a simple file that calls phpinfo();.
The server log does not…

robert
- 11
- 2
1
vote
2 answers
Where to find FCGI app's FreeBSD nginx coredump file?
I'm running a FCGI spawn app on nginx on FreeBSD. It is buggy and I would like to analyse the .core file of the crash. But I don't have any clue where its generated. Does anyone know?

Zaibis
- 69
- 6
1
vote
2 answers
Single Munin server to host multiple projects
We have multiple projects to be monitored with Munin, and naturally we have a separate Munin server for each project.
But now that we're using Munin 2.0 + Nginx/fcgi and it's scalable with many munin-nodes, I'm thinking if it's possible to co-host…

kenn
- 665
- 1
- 6
- 10
1
vote
0 answers
Mumble Django via Nginx - config file infinitely loops in rewrite
I am having a bit of problem of configuring Nginx in place of Apache, so that it served Mumble Django to clients. I have vhosts configs for both Apache and Lighttpd - let me put them here side by side, to save you a click :) . Apache2 utilized WSGI…

Gelmir
- 111
- 3
1
vote
1 answer
FCGI scripts failing to run on VPS using CentOS 5.5 & Apache, prevents Trac running
Attempting to install Trac on my VPS has been a nightmare. I'm fairly certain that I've got all the necessary files and the system will run if I use the standalone server. However trying to get it set up to be accessible through Apache is proving…

M1ke
- 175
- 1
- 10
1
vote
1 answer
Why is Perl Cgiwrap Sock refusing connection to nginx?
Could anyone shed some light on the following line in my nginx error logs. I'm trying to get Perl and Nginx talking to each other, but so far no success.
unix:/var/run/nginx/cgiwrap-dispatch.sock failed (111: Connection refused)2011/11/20 09:18:34…

Emmanuel
- 347
- 1
- 9
- 20
1
vote
3 answers
Does anyone know what this file could be?
The server I'm on is using Plesk and in the httpdocs directory there is a folder called test which has a structure similiar to the following:
httpdocs/test/cgi/
httpdocs/test/coldfusion/
httpdocs/test/fcgi/
httpodcs/test/php/
Specifically within the…

bytebomber
- 13
- 2
1
vote
1 answer
How to fix "Segfault in Cherokee"?
I keep getting the following in my mail.
The Cherokee 'panic action' script, /usr/bin/cherokee-panic,
was called for pid ().
This means there was a problem with the program, such as a segfault.
However, the executable could not be found…

Van Nguyen
- 588
- 3
- 6
- 15
1
vote
1 answer
Pylons deployment on Apache using mod_fcgid
I tried to deploy my Pylons app using the instructions found here. This simply loads the default Pylons page when I visit the root of my domain. When I try to enter in any path, I receive the message
Unhandled Exception
An unhandled exception was…

Michael Mior
- 388
- 1
- 5
- 17
1
vote
1 answer
Gitolite 502 when trying to clone/fetch any repo over http
I am trying to configure gitolite to work on nginx with gitweb. And despite gitweb working flawlessly and recognizing all the access control functionality provided by gitolite, I can't seem to be able to access the repos themselves over http. For…

Anon34623
- 21
- 6
0
votes
1 answer
FastCGI NGINX permission denied error
Having trouble understanding how to correctly use FastCGI processes with NGINX. Unlike Apache, NGINX does not automatically spawn FCGI processes. So I first apt-get fcgiwrap spawn-fcgi.
I spawned a fcgi process by using the command
sudo spawn-fcgi…

pairwiseseq
- 173
- 1
- 1
- 8
0
votes
0 answers
gitweb on nginx ...to unix:/tmp/fcgiwrap.sock failed (111: Connection refused) while connecting
I've gone through the answers provided in similar posts but I am still getting a Connection refused error when trying to connect to git.example.com.
The exact nginx error message is as follows
2019/11/05 17:16:09 [error] 12175#12175: *1 connect() to…

pairwiseseq
- 173
- 1
- 1
- 8