Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-25474

LimitRequestBody value too low by default when vhost is generated from bash

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: High High
    • QA tracked issues, 1.3.0
    • 16.02
    • Misc
    • Debian 8
      PHP 5.6.17-0+deb8u1
      mysql Ver 14.14 Distrib 5.5.47

    Description

      Steps to verify:

      1. Generate your virtualhost using the command implemented via EZP-25383, by running from your ezpublish instalation root:

      ./bin/vhost.sh --basedir=/var/www/html/ezpublish5 --template-file=doc/apache2/vhost.template | sudo tee /etc/apache2/sites-enabled/<your_hostname>.conf
      

      adapting the values of your basedir and the name of the virtualhost configuration file.

      2. This should have generated a virtualhost file on your /etc/apache2/sites-enabled folder.
      Open it:
      sudo vi /etc/apache2/sites-enabled/<your_hostname>.conf

      3. You have a new value for the vhost.template variable LimitRequestBody, defined as:

      LimitRequestBody 49152
      

      This means to limit the size of HTTP requests to 49 kbytes, which has proven through some QA tests to be too low a value to be at ease to work with the environment.
      For instance, uploading an image onto a richtext field proves to be highly limited.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rui.silva-obsolete@ez.no Rui Silva (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: