Displaying 20 results from an estimated 34 matches for "mod_deflate".
2007 Jun 05
3
Mongrel/Apache mod_deflate question
...ices" Apache/mongrel doc <http://
mongrel.rubyforge.org/docs/apache.html> of the use of mod_memcache
and mod_cache. But I don''t see it configuration scripts associated
with it. Anyone using these modules care to comment? Is it possible
to use mod_cache in association with mod_deflate to accomplish what
mod_compress does in lighttpd?
Thanks!
chao
2010 Oct 03
0
compression on the fly with mod_deflate on vhosts ssl
hello centos network
I succeeded to enable compression with mod_deflate on pages
served on port 80
and now I try ssl ports
and No I will not happen
I gave the same instructions in my ssl vhosts
but it does not work
I followed the documentation on Apache mod_deflate which in this case
does not mean secure connection
can you help me
--
http://pgp.mit.edu:11371/pks/lo...
2008 Jul 16
2
anyone know anything about using mod_deflate gzipping with Rails?
Anyone know anything about using mod_deflate gzipping with Rails? I''ve
got it enabled in our .htaccess but it doesn''t seem to handle gzip
anything going through Rails. Any ideas?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby...
2006 May 10
2
Output Compression in Mongrel?
I''d like to implement output compression in Mongrel (ala Apache''s
mod_deflate). I have found a Rails plugin that, with minor modification,
works.
Is there even an advantage to moving the output compression from the Rails
app to a Mongrel handler?
Unless, of course, someone knows how to configure mod_proxy_balancer with
mod_deflate...
==
Will Green
Web Developer & IT C...
2007 Nov 20
1
openntp, mod_deflate, and mod_security CentOS5 rpms?
Hello,
Has anyone made any of the above in to CentOS5 rpms? I've googled and
not found any CentOS5 rpms and was wondering before i atempt to make them,
was wondering if anyone else had any of them?
Thanks.
Dave.
2006 Oct 22
7
GzipFilter gemplugin now available
This GemPlugin will gzip your HTTP responses from mongrel if the
client says that it supports it (eg, most modern browsers). I''ve
tested it in IE6, Firefox 1.5 and Firefox 2.0RC3
Install:
gem install gzip_filter --source http://edenli.com
Configure (assuming rails):
cd RAILS_ROOT
echo ''uri "/", :handler => plugin("/handlers/gzipfilter")''
2015 Dec 04
2
Content-Enconding
Hi,
With Apache one may use "mod_deflate" in order to reduce bandwidth by
using e.g. gzip to compress the http traffic. I would like to use
something similar for email traffic between mail clients to dovecote and
postfix. My questions are:
a) Is this established well enough in most mail clients?
b) Can you recomment a good tutori...
2006 Aug 26
5
LiteSpeed Web Server 2.2 with Ruby Rails integration....
Fellow Rail users and developers,
Right now the easiest way to run Rails is in combination with Mongrel.
However, it may not be a good idea to expose Mongrel directly to the
outside world in a high-load production environment. In-addition,
Mongrel_cluster + proxy + load balancer have to be used even for a
single server deployment making the unified setup more complicated than
needs be.
2006 May 19
12
Mongrel/Apache and static content
I''m looking for an easy way to have mongrel only serve dynamic railscontent, while letting Apache serve non-Rails content. Unfortunately,it seems that you have to segregate the static content in its ownfolder. That was also the case with the SCGI runner. I used thetrick outlined athttp://comments.gmane.org/gmane.comp.lang.ruby.rails/23347 to managethis. I was curious if a similar
2007 Nov 23
2
Unable to read anything from request.remote_ip
...before falling back to REMOTE_ADDR. HTTP_X_FORWARDED_FOR may
be a comma- delimited list in the case of multiple chained proxies; the
first is the originating IP.
The system is running on the Mongrel Cluster behind Apache 2.2 with
# mod_proxy, mod_proxy-html, and mod_proxy_balancer
# mod_rewrite
# mod_deflate
# mod_headers
(setup: http://mongrel.rubyforge.org/docs/apache.html)
Would it be due to:
1) IPv6 or Asian IP addresses?
2) mod_proxy or mod_rewrite??
3) ....
Any insight?
--
Posted via http://www.ruby-forum.com/.
2006 Aug 13
4
Javascript compression / How to hook in to rails development
...For example, I keep the original htmlarea.js file from
http://xinha.gogo.co.nz/
in a file htmlarea.js.txt and it compresses from 200K to 100K. With
gzip it compresses further down to 27K as opposed to 50K without the
intermediate custom_rhino compression (hopefully I can make use of
Apache 2.0 mod_deflate soon.)
So I set up a Rake task for all my javascript files
FILE lib/tasks/compress_javascript.rake
task :javascript do
{
''public/stb.js'' => 0,
''public/tabs.js'' => 23,
''public/xinha/htmlarea.js'' => 33,
''publ...
2006 Jul 23
9
Kubuntu, Apache 2.2, Mongrel, Mongrel Cluster
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: new_notes
Type: application/octet-stream
Size: 5801 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060723/34e20e45/new_notes.obj
2006 Jun 25
17
JavaScript Compression
Is there a good windows-based JavaScript compressor which will reliably
compress script aculo and prototype?
Sam
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2017 Sep 22
1
Apache Compression
I have a centos 7 install with apache running. How do I get apache to
use gzip compression on html and text based content?
2015 Dec 04
0
Content-Enconding
On 12/4/2015 6:11 AM, Leander Sch?fer wrote:
> With Apache one may use "mod_deflate" in order to reduce bandwidth by
> using e.g. gzip to compress the http traffic. I would like to use
> something similar for email traffic between mail clients to dovecote and
> postfix. My questions are:
https://tools.ietf.org/html/rfc4978
michael
2015 Dec 04
1
Content-Enconding
...my mailclients are using it? Is there a way
to check this like I can check headers with additional Firefox plug-in
you may recomment?
Kind regards
Leander
Am 04.12.15 um 15:30 schrieb Michael Slusarz:
> On 12/4/2015 6:11 AM, Leander Sch?fer wrote:
>
>> With Apache one may use "mod_deflate" in order to reduce bandwidth by
>> using e.g. gzip to compress the http traffic. I would like to use
>> something similar for email traffic between mail clients to dovecote and
>> postfix. My questions are:
>
> https://tools.ietf.org/html/rfc4978
>
> michael
2006 Mar 04
3
Gzip compression
How to enable automatic gzip compression for all .js .html ?
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Dec 07
0
compression + max file size upload liimit?
I am using Mongrel Cluster with Apache 2.2.3 + mod_proxy_balancer and
would like to enable compression (assuming it improves throughtput)
and limit file size upload. I configured mod_deflate and
LimitRequestSize in Apache, but in my trials looks like the proxied
calls bypass those directives (the conf goes below).
Is there a way to get this?
-- fxn
NameVirtualHost *:80
# Configure the balancer to dispatch to the Mongrel cluster.
<Proxy balancer://example_cluster>
Bala...
2006 Jul 03
1
Apache mod_proxy to mongrel
Hi Guys,
I know this is slightly off topic, but it''d be great to get some
feedback from anyone who''s using mod_proxy on Apache 2.2 to redircet
to a rails app on mongrel.
Everything has been running fine generally but a few days back we
started getting a gap in the performance between the Apache port and
the mongrel port. accessing through port 80 was averaging ten times
longer
2006 Jul 27
2
How to accelerate the page''s display?
Hi,I am working on a web application to be deployed soon,this web
application has adopted plenty of ajax characteristics,which means a lot
of javascripts have been included,which reach a sum of about 200k bytes
of all.Therefore,at first time when the web application is loaded,the
users will have to wait for a long time which is not friendly, Is there
exist any scheme to accelerate the