Vgutierrez added a comment.

  And I can reproduce the issue as well with 
docker-registry.wikimedia.org/dev/stretch-php72-fpm-apache2.
  Dockerfile:
  
    FROM docker-registry.wikimedia.org/dev/stretch-php72-fpm-apache2
    RUN mkdir -p /tmp/php
    RUN sed -i s/runuser/www-data/ /etc/apache2/apache2.conf
    COPY poc.php /var/www/html
  
  
  
    willikins:fpm-apache2 vgutierrez$ curl -v http://127.0.0.1:8080/poc.php
    *   Trying 127.0.0.1...
    * TCP_NODELAY set
    * Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)
    > GET /poc.php HTTP/1.1
    > Host: 127.0.0.1:8080
    > User-Agent: curl/7.64.1
    > Accept: */*
    >
    < HTTP/1.1 304 Not Modified
    < Date: Fri, 22 Nov 2019 02:55:52 GMT
    < Server: Apache/2.4.25 (Debian)
    < Connection: Upgrade
    <
    * Excess found in a non pipelined read: excess = 4 url = /poc.php 
(zero-length body)
    * Connection #0 to host 127.0.0.1 left intact
    * Closing connection 0
  
  versions used inside the container:
  
    willikins:fpm-apache2 vgutierrez$ docker exec apache dpkg -l php7.2-fpm
    ii  php7.2-fpm     7.2.24-1+0~20191026.31+debian9~1.gbpbbacde+wmf1 amd64    
    server-side, HTML-embedded scripting language (FPM-CGI binary)
    willikins:fpm-apache2 vgutierrez$ docker exec apache dpkg -l apache2
    ii  apache2        2.4.25-3+deb9u9 amd64        Apache HTTP Server

TASK DETAIL
  https://phabricator.wikimedia.org/T237319

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Vgutierrez
Cc: darthmon_wmde, elukey, Addshore, WMDE-leszek, Ladsgroup, CDanis, Joe, 
Vgutierrez, ema, Nikerabbit, DannyS712, Aklapper, Legado_Shulgin, Nandana, 
Davinaclare77, Qtn1293, Techguru.pc, Lahi, Gq86, GoranSMilovanovic, Th3d3v1ls, 
Hfbn0, QZanden, LawExplorer, Zppix, _jensen, rosalieper, Scott_WUaS, Jonas, 
Wong128hk, Wikidata-bugs, aude, Lydia_Pintscher, faidon, Mbch331, Rxy, Jay8g, 
fgiunchedi
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to