Questions tagged [mod-fcgid]
127 questions
3
votes
3 answers
Apache: orphaned fcgi php processes
We have a webserver with apache 2.2.14, PHP 5.3.2.
PHP is executed using mod_fcgid (see bottom). Everything works fine but sometimes, and we
still have to figure out what triggers this, when php processes are "rotated" they remain
active and…

Maxxer
- 302
- 5
- 21
3
votes
1 answer
Setting up Apache 2.2 + FastCGI + SuExec + PHP-FPM on Centos 6
I'm trying to follow this very detailed instruction here, I simply changed from www-data user to apache user, and is using /var/www/hosts/sitename/public_html instead of /home/user/public_html
However, I spent the whole day trying to figure out why…

mr1031011
- 215
- 1
- 3
- 8
3
votes
1 answer
How do I check if mod_fcgi is enabled in Apache and/or how to enable it?
I have a VPS with CENTOS 5.7 . We are using Apache 2.2.22 and mod_fcgi is supposed to be running according to WHM.
I did a httpd -l and mod_fcgid.c was not listed there.
I checked the httpd.conf file and /usr/local/apache/conf/php.conf is…

Shaz
- 135
- 1
- 6
3
votes
2 answers
500 error after mod_fcgid error
I have this error on my sever:
[Mon Feb 27 09:56:03 2012] [error] mod_fcgid:
process /var/www/php-fcgi-scripts/web111/.php-fcgi-starter(7847)
exit(communication error), get unexpected signal 11
And then get 500 error.
What can i do…

Oleg Abrazhaev
- 173
- 1
- 9
3
votes
2 answers
Access Denied for PHP Files Only
Apache HTTP Server 2.2.21 with VirtualHosts under SuExec
PHP 5.3.8 via fcgid
Arch Linux 2011.08.19
I am getting 403 Access Denied errors from Apache any time I try to access a PHP file. HTML files and text files work fine. I've played with every…

Hugh Guiney
- 245
- 2
- 8
- 21
3
votes
1 answer
linux + apache + mpm_worker + mod_fcgid + php5
I am using VPS based hosting for a website and found that default apache2 + prefork + mod_php is too resource intensive for my VPS to achieve acceptable concurrency. (Eating RAM)
So I recently switched to apache2 + mpm_worker + mod_fcgid +…

Praveen
- 191
- 1
- 5
2
votes
0 answers
Apache 2.4 not calling Perl FastCGI Authenticator script
My company is currently trying implement a new Perl FastCGI based login script to work with Apache 2.4's mod_fcgid module. Our old one relied on mod_perl to do the bridge between Apache's basic authentication and Perl, but mod_perl is no longer…

Jorge_Freitas
- 21
- 4
2
votes
0 answers
Apache mod_fcgid can't init env request header
we have a few requests randomly occurring with these errors:
[Tue Nov 21 05:10:34 2017] [warn] [client XX.XX.XX.XX] mod_fcgid: can't init env request header, referer: https://example.com/
[Tue Nov 21 05:10:34 2017] [warn] [client XX.XX.XX.XX]…

holger359
- 21
- 3
2
votes
0 answers
SELinux - FCGID program being blocked and no log on /var/log/audit/audit.log
I have a setup where a certain link on my Web Server is redirected to a FCGID module.
When I disable SELinux with 'setenforce 0' the site works. When I enable it won't work, it gives me a "Error 500 - Internal Server error".
I'm used to fixing these…

Vitor Boufleur
- 21
- 2
2
votes
1 answer
End of script output before headers: php5
I've inherited the sysadmin role on a server that's running a wordpress website on top of Apache 2.4/Debian. It almost works, but it is issuing "500 internal server error" from time to time. In my error.log file I see:
End of script output before…

Lucio Crusca
- 420
- 3
- 12
- 33
2
votes
2 answers
Internal Server Error and process graceful kill fail
Internal Server Error is registered in browser, in the Apache error log file I can only see the following warn thrown in same time:
[warn] mod_fcgid: process XXXXX graceful kill fail, sending SIGKILL
Are these two errors related each other?

ibedelovski
- 513
- 4
- 9
- 20
2
votes
1 answer
Apache2 + mod_fcgid + php stopped working after upgrade from Debian squeeze to wheezy
I've updated my server from Debian squeeze to Debian wheezy. On this server are several apache2 vhost which running php via mod_fcgid (I'm also using mod_suexec but this shouldn't be the problem). After the update all my php-sites are not working…

morten.c
- 161
- 1
- 1
- 8
2
votes
2 answers
libapache2-mod-php5 uninstalled after update impossible to put back
I use Webmin to administrate my Ubuntu 12.04 x86_64 machine. Yesterday, as often, I got notified of updates and installed them. During the installation process, libapache2-mod-php5 has been uninstalled, and since then I can't restart Apache.
When I…

Nabab
- 189
- 1
- 3
- 12
2
votes
1 answer
lighttpd: Backend is overloaded + fcgi-server re-enabled + all handlers are down
We have a standard lighttpd deployment with PHP-CGI and our error logs are flooding with the following. This is causing a huge problem because we keep returning 500's to our clients:
2012-10-14 14:28:38: (mod_fastcgi.c.3001) backend is overloaded;…

AbuZubair
- 123
- 1
- 4
2
votes
1 answer
php set_time_limit not working with mod_fcgid?
It seems set_time_limit function call has no effect when php is running with mod_fcgid (the default in webmin). Can someone tell me how to make it work?

giorgio79
- 1,837
- 9
- 26
- 36