• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Debian Wheezy FastCGI-PHG Problem

fliegerhermi

Regular Pleskian
Hello everybody!
I am having the following problem: I am running a script that takes a while because it runs a module that does the customer-setup in Plesk.
At a certain point I get a bad gateway 502 nginx-error. It also crashes with nginx disabled. The apache error-log shows the following error:

[Mon Dec 02 09:36:12 2013] [notice] caught SIGTERM, shutting down
[Mon Dec 02 09:36:21 2013] [error] FastCGI process 5223 still did not exit, terminating forcefully

I changed some values of the fastcgi.conf in the mods-enabled dir of apache2, but it didn't change anything....

FcgidIdleTimeout 3600
FcgidIdleScanInterval 480
FcgidBusyTimeout 1800
FcgidBusyScanInterval 480
FcgidZombieScanInterval 12
FcgidErrorScanInterval 12
FcgidProcessLifeTime 0

# Change the rate at which new FastCGI processes are spawned under load. Higher=faster
FcgidSpawnScoreUpLimit 10

# Higher number = spawning more FastCGI processes decreases the spawn rate (controls runaway
FcgidSpawnScore 1

# Higher number = terminating FastCGI processes decreases the spawn rate (controls runaway)
FcgidTerminationScore 2

# Increase the FastCGI max request length for large file uploads (needed for some sites)
FcgidMaxRequestLen 1073741824

FcgidMaxRequestsPerProcess 100000
#FcgidMinProcessesPerClass 3
FcgidMaxProcessesPerClass 4
FcgidMaxProcesses 16
FcgidIOTimeout 1800


Does anyone have an idea on what the problem might be?

Thanks!
 
Back
Top