413 Request Entity Too Large

Discussion in 'General' started by shahab karimi, Mar 11, 2017.

  1. shahab karimi

    shahab karimi New Member

    I have installed a fresh Ispconfig on Ubuntu 16.04 with apache 2 and bind and hhvm and uploading files larger than 8mb gives me
    Code:
    413 Request Entity Too Large
    
    nginx/1.4.4
    now I do not have nginx on my system and nor do I have nginx.conf to edit or add client body size

    what have I done so far and failed :
    1- edited
    Code:
    post_max_size =999M;
    upload_max_filesize =999M
    to all my existing php.ini
    2- added
    Code:
    hhvm.server.upload.upload_max_file_size 999MB
    hhvm.server.max_post_size 999MB
    
    to my /etc/hhvm/server.ini
    3- restarted server and services a few times

    please provide me a way to overcome this issue
    thanks
     
  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Are you really sure about this? Did you change your system from nginx to apache2 or have nginx as a reverse proxy?
     

Share This Page