VPSMATE

  • HOME
  • NEWS
  • VPS
  • DEDICATED
  • ARCHIVES
  • GoDaddy
  • SCRIPT
  • TOOLS
    • Traceroute
    • Benchmark
    • Useful Sites
  • Themes
  • GFW
Pydio
Tips

[Pydio] 413 request entity too large

If you start to get "413 request entity too large" when you upload files in your Pydio after you followed this QUICK FIX. It's probably because you are using Nginx and its setting is happy with the large upload. We need to modify it. Nginx configuration The client_max_body_size directive assigns the maximum accepted body size of client request, indicated by the line Content-Length in the header of request. If size is greater the given one, then the client gets the error "Request Entity Too Large" (413). To fix this issue edit your nginx.conf. Open the Terminal or login to the remote server using ssh client. Type the following command to edit your nginx.conf using a text editor such as vi or joe: edit the file: /etc/nginx/nginx.conf . if you are not sure about the file location (it might be a different name), find / -name "nginx.conf"   Add the following line to http or server or location context to increase the size limit in nginx.conf, enter: # set client body size to 8192M # client_max_body_size 8192M; Save and close the file. Reload the nginx webserver, enter: # /usr/local/nginx/sbin/nginx -s reload OR # /sbin/nginx -s reload OR use the following on RHEL/CentOS/Debian/Ubuntu Linux: # service nginx reload Please check the previous QUICK FIX for PHP configuration modification.  

03/05/2014 1comments 8019hotness 0likes kyaky Read all
Tips

[Pydio] How to fix the "file is too big" error

Pydio is a web based file manager, formerly known as AjaXplorer. You can take a look at the online demo (use demo as login and password). This contrib integrate Pydio with the SharedFolders contrib. If Pydio is installed, you'll see a new option in the configuration of shared folders asking you if you want to enable access to this shared folders through Pydio. some people encounter the error, "File is too big", when they try to upload a large file. The cause of this problem can be various. I've listed a few solutions that help solve the problem 1. Check and modify the settings in "php.ini" If you are not sure where is your "php.ini", type the following command to find out find / -name "php.ini" edit php.ini. Here I just use 8192 because I need to upload large ISO images. #This sets the maximum amount of memory in bytes that a script is allowed to allocate memory_limit = 32M #The maximum size of an uploaded file. upload_max_filesize = 8192M #Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize post_max_size = 8192M safe_mode = Off 2. Check the Uploader plugin settings in Pydio admin panel. This two steps should solve your "file is too big" problem. However, if you, then, encounter the error "413 Request Entity Too Large Error and Solution". You should click HERE to follow this QUICK FIX post.  

03/05/2014 1comments 11973hotness 0likes kyaky Read all
Archives
  • February 2023
  • September 2022
  • August 2022
  • July 2021
  • November 2020
  • September 2020
  • August 2020
  • November 2017
  • August 2017
  • July 2017
  • March 2017
  • October 2016
  • September 2016
  • June 2016
  • April 2016
  • March 2015
  • November 2014
  • October 2014
  • September 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
Highly Recommended!
Vultr
Links
Suggested Web Hosting
Suggested VPS
1.Unmetered G Port & Unlimited Backups 3.Fast Replies 4.Free credits 5.Torrent Friendly A Name You Can Trust
Digitalocean,$5/Mo-512m KVM+20GSSD

Budgetvm 1G Ram/3IP/80G/$48/yr

Photonvps/512mKVM/10GSSD/5.95$

Linode, Top Xen VPS Company

VPS.net, Top Cloud VPS Company

Domain Discounts
DMCA.com Protection Status

COPYRIGHT © 2021 vpsmate.net. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang