Home IIS.NET Forums IIS 7 and Above FastCGI Module Output buffering in PHP in IIS 8.5 Re: Output buffering in PHP in IIS 8.5
5 Posts
Jan 05, 2018 03:51 PM|bmcn99|LINK
Hi Yuk, I believe that command alters that section of the config file but I have attached the entirety of our config file below and there is no section to alter so it does nothing for us.
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <security> <requestFiltering> <requestLimits maxAllowedContentLength="3000000000" maxUrl="4096000000" maxQueryString="2048000000" /> </requestFiltering> </security> </system.webServer> </configuration>
5 Posts
Re: Output buffering in PHP in IIS 8.5
Jan 05, 2018 03:51 PM|bmcn99|LINK
Hi Yuk, I believe that command alters that section of the config file but I have attached the entirety of our config file below and there is no section to alter so it does nothing for us.