Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: mod_deflate error indicates jpg files are being compressed |
|
Author |
|
Riceman
Joined: 25 Jul 2014 Posts: 1
|
Posted: Fri 25 Jul '14 11:14 Post subject: mod_deflate error indicates jpg files are being compressed |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 05 Aug '14 15:41 Post subject: |
|
|
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 |
|
|
|
|
|
|