{"id":3098,"date":"2014-03-15T12:55:33","date_gmt":"2014-03-15T12:55:33","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/15\/how-to-enable-gzip-compression-in-xampp-server-collection-of-common-programming-errors\/"},"modified":"2014-03-15T12:55:33","modified_gmt":"2014-03-15T12:55:33","slug":"how-to-enable-gzip-compression-in-xampp-server-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/15\/how-to-enable-gzip-compression-in-xampp-server-collection-of-common-programming-errors\/","title":{"rendered":"How to enable GZip compression in XAMPP server-Collection of common programming errors"},"content":{"rendered":"<p>Not sure why you have this code:<\/p>\n<pre><code>LoadModule headers_module modules\/mod_deflate.so\n<\/code><\/pre>\n<p>But that didn&#8217;t work for me, it returned an APACHE error on Apache\/2.4.3 (Win32):<\/p>\n<pre><code>12:57:10  [Apache]  Error: Apache shutdown unexpectedly.\n12:57:10  [Apache]  This may be due to a blocked port, missing dependencies, \n12:57:10  [Apache]  improper privileges, a crash, or a shutdown by another method.\n<\/code><\/pre>\n<p>I Had to use:<\/p>\n<pre><code>LoadModule deflate_module modules\/mod_deflate.so\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Not sure why you have this code: LoadModule headers_module modules\/mod_deflate.so But that didn&#8217;t work for me, it returned an APACHE error on Apache\/2.4.3 (Win32): 12:57:10 [Apache] Error: Apache shutdown unexpectedly. 12:57:10 [Apache] This may be due to a blocked port, missing dependencies, 12:57:10 [Apache] improper privileges, a crash, or a shutdown by another method. I [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3098","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3098","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=3098"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3098\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=3098"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=3098"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=3098"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}