Wordpress Internal Server Errors when running PHP as Fast CGI in Plesk

Overview: PHP handler is set to run as FastCGI in plesk

FastCGI performance is high. Keeps the processes running to handle further incoming requests.

To choose a PHP handler for your website:

  1. If you have access to several subscriptions, select the required subscription in the Subscription box at the top of the screen. Or, to view sites of all your subscriptions, select All subscriptions.
  2. Go to Websites & Domains.
  3. Click Hosting Settings below the domain name of a website for which you want to choose the PHP handler.

 

Common Errors with Wordpress when using FastCGI :

  • Internal Server Error,  Unable to moved contents
  • 'http error' when uploading files larger than 128KB

Solution:

 

1.Edit the FastCGI configuration file, located at:

 /etc/httpd/conf.d/fcgid.conf

 

2. Set FcgidMaxRequestLen and FcgidMaxRequestInMem with the same values.

FcgidMaxRequestLen 1073741824

FcgidMaxRequestInMem 1073741824

3.Restart Apache

Service httpd restart

Related error in Apace logs:

mod_fcgid: HTTP request length ... (so far) exceeds MaxRequestLen (1310720)

source: http://kb.sp.parallels.com/en/114842

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Setup DNS in Plesk

Please note that we do not offer DNS hosting. To get your site hosted on the VPS, you can either:...

How to create a catch-all email account

From Plesk control panel, select your domain name. Then click on "Mail Accounts" > "Mail...

Enabling Submission Port from Plesk control panel

If SMPT port 25 is not working from your end, kindly enable Submission Port from Plesk.It's very...

Creating FTP account

FTP account is created upon adding a domain in Plesk.If you have not yet added your domain in...

Creating an email account

To create an email account, login first to Plesk control panel.1. Click on Domains.2. Select your...