I would highly appreciate some advice on the following problem:<br><br>WMS layers only display correctly when using HTTP GET requests version 1.1.1 while&nbsp; 1.3.0 causes a distortion of the shape and a spatial displacement.<br><br>WFS layers only display correctly when using HTTP POST requests version 1.0.0 while with 1.1.0 don’t display (at least not within the view extent).<br><br>HTTP GET requests version 1.1.0 on the same WFS layer cause -no shape distortion- but an inversion and 90ºrotation of the shape plus a spatial displacement.<br><br>I have also observed that with the WFS protocol version 1.1.0 the ‘lowerCorner’ and ‘upperCorner’ coordinates are switched around: lat-long instead of lon-lat.<br><br>Looks to me as if MapServer messes up the map/layer extents, which are properly defined at MAP, LAYER and Metdadata level.<br><br>Both MAP and LAYER are in geographic coordinates.<br><br>When I request a projected WFS layer (POST + any protocol version) the server throws a 500 error.<br><br>I’m logging what MapServer does (DEBUG level 3 with PROJ_DEBUG and CPL_DEBUG on) but can’t see anything suspicious.<br><br>As for the server error on POST+reprojected layer, the server logs a ‘premature end of script header’ in the error.log and ‘HTTP/1.1" 500 538 "-" "Python-urllib/2.6" in the access.log<br><br>According to my hosting service they are using Debian Lenny, and have compiled and installed the Debian packages for MapServer 5.6.5, GDAL 1.5.4 and PROJ 4.7.0.<br><br>All services work fine on my local MS4W installation (vers. 5.2.1)<br><br>Does that make any sense?????