Truncated or oversized response headers received from daemon process

后端 未结 8 2180
伪装坚强ぢ
伪装坚强ぢ 2021-01-11 12:50

I recently migrated a python django application from a debian system to a redhat enterprise distribution. The application is hosted using httpd, mod_wsgi and running in a ve

8条回答
  •  误落风尘
    2021-01-11 13:25

    Turned out to be not the actual problem. The problem was lying deeper, as I changed Cairo to CairoCffi and the RSVG-Handler couldn't deal with the Context-Object coming from Cffi. No my actuall problem is having an up-to-date python lib that allows me to convert svg into png. Using svg2png from CairoSVG isn't working for me. I get an

    cairo returned CAIRO_STATUS_NO_MEMORY: out of memory

    Error, which I'm sure of, that it does not tell the truth again and the problem lies somewhere else. But lets see.

提交回复
热议问题