[mapserver-users] Error: (70007) The timeout specified expired: ap_content_length_filter: apr_bucket_ read () failed
Jeff McKenna
jmckenna at gatewaygeomatics.com
Fri Aug 10 14:01:11 PDT 2018
Hi José,
In the following file: /ms4w/apps/pmapper/pmapper-4.4.0/incphp/common.php
around line 104 (before the line of $errlog_dir) add:
ini_set("error_log", "/ms4w/Apache/logs/error_log.txt");
do the same for the file:
/ms4w/apps/pmapper/pmapper-4.4.0/plugins/dynlayercat/dynlayercat.php
around line 449 (before the line of $errlog_dir) add:
ini_set("error_log", "/ms4w/Apache/logs/error_log.txt");
(be sure to clear your browser cache)
Hope that helps,
-jeff
--
Jeff McKenna
MapServer Consulting and Training Services
https://gatewaygeomatics.com/
On 2018-08-10 10:52 AM, jvenegasperu wrote:
> good day
>
> I'm trying to use version 3.2.7 of ms4w
>
> but when loading the website of a modified version of pmapper I get this
> error
>
> Error: (70007) The timeout specified expired: ap_content_length_filter:
> apr_bucket_
> read () failed
>
> and my web page sometimes loads full and in others it does not or just
> lets it work and in log the error appears many times
>
> in my case the layers are not shape
>
> all layers are connected to a postgis database
>
> some idea of how to solve this problem
>
> in several forums indicate that these lines are placed
>
> Timeout 300
> ProxyTimeout 300
>
> But if I put these lines in Apache's httpd.conf
> I can not start the service anymore
>
> Please Help
>
> ESPAÑOL
>
> Buen dia
>
> estoy intentando utilizar la version 3.2.7 de ms4w
>
> pero al cargar la pagina web de una version modificada de pmapper
> obtengo este error
>
> Error:(70007)The timeout specified has expired:
> ap_content_length_filter: apr_bucket_
> read() failed
>
> y mi pagina web a veces carga completo y en otras no o simplemente deja
> funcionar y en log aparece el error muchas veces
>
> en mi caso las capas no son shape
>
> todas las capas se conectan a una base de datos postgis
>
> alguna idea de como resolver este problema
>
> en varios foros indican que se coloque estas lineas
>
> Timeout 300
> ProxyTimeout 300
>
> Pero si coloco estas lineas en el httpd.conf de Apache
> Ya no puedo iniciar el servicio
>
> Por favor ayuda
>
> --
> José Mercedes Venegas Acevedo
> cel Mov RPC 964185205
>
>
>
More information about the MapServer-users
mailing list