Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2012-11-15 21:51:41

Mitomind
Member
Registered: 2012-06-27
Posts: 166

FCGI servers

FYI.  Webmasters running FCGI as their config may run into problems with processes timing out.  The default timeout for FCGI is 40 seconds.  If that isn't adjusted either in the php.ini, php.conf, or on the server level and a process like scraping takes longer than 40 seconds you will receive a 500 internal server error.

http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html

Example for Centos 5.5 located in usr/local/apache/config/php.conf

# This file was automatically generated by the Cpanel PHP Configuration system
# If you wish to change the way PHP is being handled by Apache on your system,
# use the /usr/local/cpanel/bin/rebuild_phpconf script or the WHM interface.
#
# Manual edits of this file will be lost when Apache is updated.


# Fastcgi configuration for PHP5
LoadModule fcgid_module modules/mod_fcgid.so
FcgidMaxRequestsPerProcess 0
FcgidProcessLifeTime 7200
FcgidMaxProcesses 1000
FcgidIOTimeout 7200
FcgidIdleTimeout 1000
FcgidIdleScanInterval 90
FcgidBusyTimeout 600
FcgidBusyScanInterval 80
FcgidErrorScanInterval 3
FcgidZombieScanInterval 3
FcgidMinProcessesPerClass 0
FcgidMaxProcessesPerClass 3
FcgidMaxRequestLen 3221225472

AddHandler fcgid-script .php5 .php4 .php .php3 .php2 .phtml
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php5
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php4
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php3
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php2
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .phtml

# End of autogenerated PHP configuration.

Offline

#2 2012-11-16 09:39:38

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: FCGI servers

Same for php-fpm.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

Board footer

Powered by FluxBB