Questions tagged [mod-fcgid]

127 questions
1
vote
2 answers

Virtualmin: "PHP execution via fcgid requires the Apache mod_fcgid module"

I have a CentOS server with Virtualmin on it. I have configured PHP the way I want it, using Apache mod_fastcgi. However, when I click "Re-check Config" in Virtualmin, I get PHP execution via fcgid requires the Apache mod_fcgid module This post says…
Josh
  • 9,190
  • 28
  • 80
  • 128
1
vote
1 answer

How to configure fcgid.conf for Wt (Witty) C++ Web Application?

I am trying to configure fcgid.conf file for Wt (witty-web toolkit) for apache2 2.4 on Ubuntu 23. I found a config file for FastCGI (not fcgid) and convert commands to fcgid ones using apache2 web page. But one is left FastCgiServer…
lid
  • 13
  • 3
0
votes
1 answer

The memory with PHP FCGI continues to grow until the server does not respond

I need advice to configure my server. With these parameters, the memory keeps growing until the server dies without error (Apache or PHP). Can someone help us improve performance? Server Windows Server Apache 2.4.12 8 GB RAM Config
0
votes
1 answer

Apache + mod_fcgid does not spawn/persist processes

I have apache 2.2 running with mod_fcgid installed, but each request seems to spawn a new process instead of having a pool of workers. Phpinfo confirms fastcgi is working: But no worker processes, a new process is spawned per request: The built in…
0
votes
0 answers

HAProxy backend requests time out with high waiting time for the server

We started using HAProxy recently and everything works fine so far. However, we are seeing "randomly" some errors on the backend server (Debian + Apache + FCGID + PHP 7) like this: [Wed Jan 31 08:22:22 2018] [warn] [client XXXX:XXXX::1] (70007)The…
holger359
  • 21
  • 3
0
votes
2 answers

CherryPy (or other Python framework) with FastCGI on shared host

I am trying to configure the Python mini-framework CherryPy with FastCGI (actually fcgid) on Apache. I am on a shared host, so I don't have access to httpd.conf, just htaccess. I have followed these tutorials to no…
arshaw
0
votes
1 answer

fcgid configuration breaks Apache

I'm trying to include the following block of code on my site in order to run a fast-cgi script: # Create a directory for the iipsrv binary ScriptAlias /fcgi-bin/ "/home/USERNAME/SITENAME/fcgi-bin/" # Set the options on that directory
0
votes
3 answers

Increasing FcgidMaxProcesses does not help to solve "mod_fcgid: can't apply process slot" error

I have a dedicated apache server with high resources. RAM - 64GB Cores - 20 with CentOS 6.7 x64 and Image - FCGI statistics with phpinfo I run Magento application with MySQL as database engine which is also deployed on a separate highly…
Munjpara
  • 35
  • 1
  • 1
  • 5
0
votes
1 answer

php with fcgid not working anymore after upgrade to wheezy

I have some issues with a server that I have recently upgraded from Debian Squeeze to Debian Wheezy. When I call a php-page only the php-source-code of the page is beeing show but not interpretated as script. The php is configured as fcgid: …
Randy
  • 190
  • 1
  • 11
0
votes
0 answers

Debian's apache configuration. fcgid or proxy fastcgi + php fpm

I'm trying to figure out, what would be better solution. I have a server with arout 10 vhosts. Now, its configured like in this tutorial: http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-debian-squeeze but I'm wondering if…
0
votes
0 answers

Interpreting mod_fcgid in log file

I am getting a 500 error occasionally, and it is becoming more frequent. Looking in the apache error log, I find the following. Can someone point me in the right direction as to discovering the cause of the problem? [Mon Apr 14 19:17:26 2014] [info]…
Ben
  • 101
  • 1
0
votes
2 answers

"Server too busy" after moving to fcgid

I was previously using mod_fastcgi and had issues as described here with configurations getting ignored. After moving to mod_fcgid, I've seen a whole new issue which is causing issues for all sites hosted on the server. At random intervals…
MrNorm
  • 153
  • 9
0
votes
0 answers

Apache, FCGI, and Java setup

I have a Java program that I'm trying to access through my Apache 2.4.7 webserver locally. At first I had it set up as a reverse proxy using mod_proxy_fcgi whereby I would have to start the webserver with the configuration (1), start the java…
Cobertos
  • 101
  • 3
0
votes
1 answer

Service httpd is failing to start - fcgid can't create shared memory

I'm not sure why, but when I try to start the httpd service, it will not start. Server config: OS: CentOS 5.10 PHP: 5.5.7 Apache: 2.2.3 Here's how I found out what was going on: $ sudo service httpd start Starting httpd: …
Nathan Lutterman
  • 133
  • 3
  • 11
0
votes
1 answer

Apache FastCGI for PHP—increase resources

I would like to install a php based webapp on my server but during the install I get a »500 Internal Error«. On my search through the web I could figure out that this happens because the setup of my server uses FastCGI for PHP. The error comes to…
philipp
  • 137
  • 2
  • 10
1 2 3
8 9