Home » Categories » Multiple Categories

Web Browser Reports 330 Error Content Encoding

Problem Description

In rare circumstances you may come across the following error in your web browser when accessing one of the Nagios products:

Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

* Please contact the website owners to inform them of this problem.

Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error.

 

 

Resolution

The Apache web server requires zlib.output_compression to be configured to On in the /etc/php.ini file.

Execute the following command to open the file in vi:

vi /etc/php.ini

When using the vi editor, to make changes press i on the keyboard first to enter insert mode. Press Esc to exit insert mode.

 

To locate the line zlib.output_compression = type the following:

/output_compression =

 

This should take you directly to the line. Change the setting to On:

zlib.output_compression = On

 

When you have finished, save the changes in vi by typing:

:wq

and press Enter.

 

The last step is to restart the Apache service using one of the commands below:

 

RHEL 7 + | CentOS 7 + | Oracle Linux 7 +

systemctl restart httpd.service

 

Debian | Ubuntu 16/18/20

systemctl restart apache2.service

 

 

After the service has restarted the problem should no longer occur.

 

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - Configuration Verification Failed
Viewed 17375 times since Mon, Jan 25, 2016
Nagios Network Analyzer - Top 5 Talkers is not appearing for my device
Viewed 4258 times since Wed, Apr 29, 2015
Nagios XI - Performance Graph Problems
Viewed 23580 times since Fri, Dec 19, 2014
Nagios XI - Upgrade errors - root.crontab.orig: cannot overwrite existing file
Viewed 3895 times since Tue, Jan 26, 2016
Nagios XI - Notification Problems
Viewed 25764 times since Tue, Jan 27, 2015
CCM says unapplied changes exist, but none listed
Viewed 4566 times since Mon, Feb 27, 2017
Nagios Network Analyzer - Graph Says "No Data Available"
Viewed 5771 times since Tue, Jan 27, 2015
Nagios XI - Problems Using Nagios XI With Proxies
Viewed 11734 times since Mon, Jan 25, 2016
Nagios Core - How to Think with Nagios to Solve Monitoring Problems - NWC14
Viewed 5598 times since Mon, Feb 8, 2016
Nagios XI - Oracle Services Critical After Nagios XI Upgrade
Viewed 4927 times since Wed, Jan 27, 2016