logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: mod_deflate error indicates jpg files are being compressed
Author
Riceman



Joined: 25 Jul 2014
Posts: 1

PostPosted: Fri 25 Jul '14 11:14    Post subject: mod_deflate error indicates jpg files are being compressed Reply with quote

Hi guys,

we're running httpd 2.2.22 on Windows Server 2008 R2 x64. I found a big number of the following exception in our logfile:

unable to init Zlib: deflateInit2 returned -4: URL ...

I couldn't find anything useful on the net about this issue. Does anyone here know the cause?

What is more, the error is even thrown for jpgs, although it's configured like that:

AddOutputFilterByType DEFLATE text/plain text/html text/css text/javascript application/x-javascript application/javascript application/json


Any suggestions?

Best regards,
Mario
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Tue 05 Aug '14 15:41    Post subject: Reply with quote

The return code: Z_MEM_ERROR (-4) means that there was insufficient memory to initialize Zlib.

Is it possible that your system had too little available memory at the time the errors occurred?
Back to top


Reply to topic   Topic: mod_deflate error indicates jpg files are being compressed View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules