<div dir="ltr"><p class="MsoNormal"><font color="#1f497d">Hi everyone, </font></p><p class="MsoNormal"><span style="color:rgb(31,73,125)"><br></span></p><p class="MsoNormal"><span style="color:rgb(31,73,125)">We are currently having a problem
when querying the WFS with geometry filter that contains more than 200
vertices. We see this problem for both GET and POST methods.</span></p>

<p class="MsoNormal"><span style="color:rgb(31,73,125)"> </span></p>

<p class="MsoNormal"><span style="color:rgb(31,73,125)">We have tried the following Apache server settings, however, neither the GET nor POST request works for
long geometry filter. So whatever is causing this, the configuration/fix must
be applicable to both methods. </span></p><p class="MsoNormal"><span style="color:rgb(31,73,125)"><br></span></p><p class="MsoNormal"><span style="color:rgb(31,73,125)">We have tried to turn on all the logs but was
not able to find any error from the logs (MapGuide and Apache logs). What is
interesting is that for long geometry filter (~200 vertices), the response is very fast (under
10 seconds) but it returns no features/empty response.</span></p>

<p class="MsoNormal"><span style="color:rgb(31,73,125)"> </span></p>

<p class="MsoNormal"><span style="color:rgb(31,73,125)">Would you know if there is any
configuration in the MapGuide Server or the FDO connection or anything else
that maybe causing this?</span></p><p class="MsoNormal"><span style="color:rgb(31,73,125)"><br></span></p><p class="MsoNormal">***Httpd.conf<br></p>

<p class="MsoNormal">LimitRequestFieldSize 500000</p>

<p class="MsoNormal">LimitRequestLine 2000000</p>

<p class="MsoNormal">LimitRequestBody 0</p>

<p class="MsoNormal">LimitXMLRequestBody 2000000</p>

<p class="MsoNormal">LimitRequestFields 500</p>

<p class="MsoNormal">MaxRanges 500</p>

<p class="MsoNormal">#SecRequestBodyLimit 500000 ( NOTE: this setting will not
allow the apache server to start so I have to comment it out)</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">***Php.ini<b></b></p>

<p class="MsoNormal">upload_max_filesize = 256M</p>

<p class="MsoNormal">post_max_size = 257M</p>

<p class="MsoNormal">max_input_vars = 1000000</p><p class="MsoNormal"><br></p><p class="MsoNormal">Thank you.</p></div>