I'm using Apache to compress render HTML files but it's not working. Why?
i am trying to set up deflate compression but i have HTTPS the following was working good when i wasn't use ssl
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
I've come across some article online to enable mod_deflate to gzip files while sending from the server.
For that, I tried to load the mod_deflate.so module by adding a line on my httpd.conf
LoadModule deflate_module modules/mod_deflate.so
But it seems the mod_deflate.so file is missing from the server.
I tried a find / -name "mod_deflate.so" -print but it returns no results.
So how do I comp
I got some json files to be served by apache httpd and their size are pretty big. (~100KiB)
So I put mod_deflate into httpd server and applied to application/javascript mime type.
I think mod_deflate may burn more CPU powers to run gzip compression.
I have shared hosting through Justhost.
I have Debian server with a site running, I wanted to create sub-domain, so I created file in the sites-available dir.
I've got a site with nginx + phppfm and compression works fine except for POST reqests (ajax).
Part of my config is:
gzip_types text/plain text/html text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
any suggestions what can be wrong?
My sublime-text 2 editor no longer starts when I click it's icon in my dock.
The icon does the normal slow pulsing for a while (unity) but nothing seems to load.
How can I determine why sublime has started failing?
I have a file like this
-------------------------------
[2012-11-12 : 11:59
some text
some moe text
ERR-XXXXX
soe more text
]
[2012-11-12 : 12:00 blala blah blah]
[2012-11-12 : 12:01
some text
some moe text
ERR-XXXXX
soe more text
]
[2012-11-12: 12:02 some other text ]
--------------------------------------
I need a way to find the timestamp preceding the ERR-XXXXX