Azure Web Apps Apache Settings

SoonJoo@Genting 241 Reputation points
2021-09-28T04:56:20.953+00:00

Hi,

I need to increase the value of LimitRequestLine in Apache settings, wonder how can I do this?

As I'm getting 414 error as the URL too long.

I am hosting using the Linux Web Service Plan.

Best regards,
Soon Joo

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,928 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Takahito Iwasa 4,841 Reputation points MVP
    2021-10-04T06:26:28.397+00:00

    Hi.

    With PHP7.4 you need to change the Apache settings.
    https://httpd.apache.org/docs/2.4/ja/mod/core.html#limitrequestline

    The following is an example of Nginx, but you can update the Apache configuration file in the same way during the initialization process of App Service.
    https://dev.classmethod.jp/articles/app-service-linux-php-default-document/

    0 comments No comments