[Mod_gzip] mod_ssl + mod_gzip (mod_gzip not compressing with mod_ssl)

Peter Marshall mod_gzip@lists.over.net
Mon, 14 Jul 2003 10:11:39 -0300


This is a multi-part message in MIME format.

------=_NextPart_000_022F_01C349F0.512EB4E0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi, My name is Peter Marshall. I read your thread at  =
http://lists.over.net/pipermail/mod_gzip/2003-April/007034.html

I am experiencing a similar problem.  If I run just mod_gzip, everything =
is fine.  If I run just mod_ssl everything is fine as well.  But if I =
run mod_ssl and mod_gzip, then nothing gets compressed (but I do get the =
content on the webpage).
 I am not sure what the problem is.  I have a simular setup to what was =
posted on the web-posting.  If you get a chance, could you look at my =
configuration below and tell me what you think.  I got the impression =
from the posting that you seemed to know what you were talking about.  =
Thanks very much for your time

Peter Marshall

PS.  I only put the things in from the httpd.conf file that I thought =
were important.  If you need to see anything else, let me know.  I am =
getting very frustrated as I have been working at this for a week =
(strait)
#########################################################################=
#####################


Listen 8810
Listen 8811
Listen 8812

LoadModule mmap_static_module libexec/mod_mmap_static.so
LoadModule vhost_alias_module libexec/mod_vhost_alias.so
LoadModule env_module         libexec/mod_env.so
LoadModule config_log_module  libexec/mod_log_config.so
LoadModule agent_log_module   libexec/mod_log_agent.so
LoadModule referer_log_module libexec/mod_log_referer.so
LoadModule mime_magic_module  libexec/mod_mime_magic.so
LoadModule mime_module        libexec/mod_mime.so
LoadModule negotiation_module libexec/mod_negotiation.so
LoadModule status_module      libexec/mod_status.so
LoadModule includes_module    libexec/mod_include.so
LoadModule autoindex_module   libexec/mod_autoindex.so
LoadModule dir_module         libexec/mod_dir.so
LoadModule cgi_module         libexec/mod_cgi.so
LoadModule asis_module        libexec/mod_asis.so
LoadModule imap_module        libexec/mod_imap.so
LoadModule action_module      libexec/mod_actions.so
LoadModule speling_module     libexec/mod_speling.so
LoadModule userdir_module     libexec/mod_userdir.so
LoadModule alias_module       libexec/mod_alias.so
LoadModule rewrite_module     libexec/mod_rewrite.so
LoadModule access_module      libexec/mod_access.so
LoadModule auth_module        libexec/mod_auth.so
LoadModule anon_auth_module   libexec/mod_auth_anon.so
LoadModule dbm_auth_module    libexec/mod_auth_dbm.so
LoadModule digest_module      libexec/mod_digest.so
LoadModule proxy_module       libexec/libproxy.so
LoadModule cern_meta_module   libexec/mod_cern_meta.so
LoadModule expires_module     libexec/mod_expires.so
LoadModule headers_module     libexec/mod_headers.so
LoadModule usertrack_module   libexec/mod_usertrack.so
LoadModule example_module     libexec/mod_example.so
LoadModule unique_id_module   libexec/mod_unique_id.so
LoadModule setenvif_module    libexec/mod_setenvif.so
LoadModule ssl_module         libexec/libssl.so
LoadModule gzip_module        libexec/mod_gzip.so

ClearModuleList
AddModule mod_mmap_static.c
AddModule mod_vhost_alias.c
AddModule mod_env.c
AddModule mod_log_config.c
AddModule mod_log_agent.c
AddModule mod_log_referer.c
AddModule mod_mime_magic.c
AddModule mod_mime.c
AddModule mod_negotiation.c
AddModule mod_status.c
#AddModule mod_info.c
AddModule mod_include.c
AddModule mod_autoindex.c
AddModule mod_dir.c
AddModule mod_cgi.c
AddModule mod_asis.c
AddModule mod_imap.c
AddModule mod_actions.c
AddModule mod_speling.c
AddModule mod_userdir.c
AddModule mod_alias.c
AddModule mod_rewrite.c
AddModule mod_access.c
AddModule mod_auth.c
AddModule mod_auth_anon.c
AddModule mod_auth_dbm.c
AddModule mod_digest.c
AddModule mod_proxy.c
AddModule mod_cern_meta.c
AddModule mod_expires.c
AddModule mod_headers.c
AddModule mod_usertrack.c
AddModule mod_example.c
AddModule mod_unique_id.c
AddModule mod_so.c
AddModule mod_setenvif.c
AddModule mod_ssl.c
AddModule mod_gzip.c

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" =
combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
LogFormat "%h %l %u %t \"%r\" %>s %b mod_gzip: %{mod_gzip_result}n =
In:%{mod_gzip_input_size}n Out:%{mo
d_gzip_output_size}n:%{mod_gzip_compression_ratio}npct." mod_gzip

CustomLog /usr/local/apache/logs/access_log common
CustomLog logs/mod_gzip_log mod_gzip

<IfModule mod_proxy.c>
    ProxyPass         /APAGE/ http://adifferentserver.com:17575/APAGE/
    ProxyPassReverse  /APAGE/ http://adifferentserver.com:17575/APAGE/

    ProxyPass         /APAGE/ http://adifferentserver.com:17575/APAGE/
    ProxyPassReverse  /APAGE/ adifferentserver.com:17575/APAGE/

    ProxyPass         /icons/ http://adifferentserver.com:17575/icons/
    ProxyPassReverse  /icons/ http://adifferentserver.com:17575/icons/
</IfModule>   =20

<IfModule mod_gzip.c>
    mod_gzip_on Yes
   <FilesMatch ".(gif|jpg|png)">
      mod_gzip_on No
   </FilesMatch>
    mod_gzip_dechunk Yes
    mod_gzip_keep_workfiles No
   =20
    mod_gzip_temp_dir /tmp
    mod_gzip_item_include file \.htm$
    mod_gzip_item_include file \.jsp$
    mod_gzip_item_include file \.html$
    mod_gzip_item_include file \.doc$
    mod_gzip_item_include file \.js$
    mod_gzip_item_include file \.do$
    mod_gzip_item_include file "\.css$"
    mod_gzip_item_include handler jakarta-servlet
    mod_gzip_item_include handler jakarta-servlet$
    mod_gzip_item_include handler ^jakarta-servlet
    mod_gzip_item_include handler ^jakarta-servlet$
    mod_gzip_item_include handler ^^jakarta-servlet$
    mod_gzip_item_include mime text/.*
    mod_gzip_item_include mime ^image/.*$
    mod_gzip_item_include mime ^application/.*$

    mod_gzip_item_exclude mime ^application/pdf$
    mod_gzip_item_include handler proxy-server
</IfModule>


    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin

<VirtualHost myserver.com:8811>
    DocumentRoot /usr/local/apache/htdocs
    ServerName myserver.com
    ServerAdmin peter.marshall@caris.com
    ErrorLog /usr/local/apache/logs/error_log
    SSLLog      /usr/local/apache/logs/ssl_engine_log
    SSLLogLevel info

    mod_gzip_on No

    SSLEngine on
   =20
    SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
    SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key

    CustomLog /usr/local/apache/logs/ssl_request_log "%t %h =
%{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b

    ProxyRequests Off
    ProxyPass        / http://myserver.com:8812/
    ProxyPassReverse / http://myserver.com:8812/
</VirtualHost>

<VirtualHost myserver.com:8812>

   DocumentRoot     /usr/local/apache/htdocs
   ServerName       myserver.com
   ServerAdmin      peter.marshall@caris.com
   ErrorLog         /usr/local/apache/logs/error_log
   SSLLog           /usr/local/apache/logs/ssl_engine_log
   SSLLogLevel      info

     mod_gzip_on Yes
     mod_gzip_dechunk Yes
     mod_gzip_keep_workfiles No
   =20
     mod_gzip_temp_dir /tmp
     mod_gzip_item_include file \.htm$
     mod_gzip_item_include file \.jsp$
     mod_gzip_item_include file \.html$
     mod_gzip_item_include file \.doc$
     mod_gzip_item_include file \.js$
     mod_gzip_item_include file \.do$
     mod_gzip_item_include file "\.css$"
     mod_gzip_item_include handler jakarta-servlet
     mod_gzip_item_include handler jakarta-servlet$
     mod_gzip_item_include handler ^jakarta-servlet
     mod_gzip_item_include handler ^jakarta-servlet$
     mod_gzip_item_include handler ^^jakarta-servlet$
     mod_gzip_item_include mime text/.*
     mod_gzip_item_include mime ^image/.*$
     mod_gzip_item_include mime ^application/.*$

     mod_gzip_item_exclude mime ^application/pdf$
     mod_gzip_item_include handler proxy-server
     LogFormat "%h %l %u %t \"%r\" %>s %b mod_gzip: %{mod_gzip_result}n =
In:%{mod_gzip_input_size}n Out
:%{mod_gzip_output_size}n:%{mod_gzip_compression_ratio}npct." mod_gzip

     CustomLog logs/mod_gzip_log mod_gzip

</VirtualHost>


Peter Marshall
CARIS
506-462-4333
peter.marshall@caris.com

------=_NextPart_000_022F_01C349F0.512EB4E0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2><FONT size=3D2>
<P></FONT></FONT><FONT face=3DArial size=3D2>Hi, My name is Peter =
Marshall. I read=20
your thread at&nbsp; <A=20
href=3D"http://lists.over.net/pipermail/mod_gzip/2003-April/007034.html">=
http://lists.over.net/pipermail/mod_gzip/2003-April/007034.html</A></FONT=
></P></DIV>
<DIV><FONT face=3DArial size=3D2>I am experiencing a similar =
problem.&nbsp; If I run=20
just mod_gzip, everything is fine.&nbsp; If I run just mod_ssl =
everything is=20
fine as well.&nbsp; But if I run mod_ssl and mod_gzip, then nothing gets =

compressed (but I do get the content on the webpage).</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;I am not sure what the problem =
is.&nbsp; I=20
have a simular setup to what was posted on the web-posting.&nbsp; If you =
get a=20
chance, could you look at my configuration below and tell me what you=20
think.&nbsp; I got the impression from the posting that you seemed to =
know what=20
you were talking about.&nbsp; Thanks very much for your =
time</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Peter Marshall</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>PS.&nbsp; I only put the things in from =
the=20
httpd.conf file that I thought were important.&nbsp; If you need to see =
anything=20
else, let me know.&nbsp; I am getting very frustrated as I have been =
working at=20
this for a week (strait)</FONT></DIV>
<DIV><FONT face=3DArial=20
size=3D2>################################################################=
##############################</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><BR>Listen 8810<BR>Listen =
8811<BR>Listen=20
8812</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>LoadModule mmap_static_module=20
libexec/mod_mmap_static.so<BR>LoadModule vhost_alias_module=20
libexec/mod_vhost_alias.so<BR>LoadModule=20
env_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_env.so<BR>LoadModule config_log_module&nbsp;=20
libexec/mod_log_config.so<BR>LoadModule agent_log_module&nbsp;&nbsp;=20
libexec/mod_log_agent.so<BR>LoadModule referer_log_module=20
libexec/mod_log_referer.so<BR>LoadModule mime_magic_module&nbsp;=20
libexec/mod_mime_magic.so<BR>LoadModule=20
mime_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_mime.so<BR>LoadModule negotiation_module=20
libexec/mod_negotiation.so<BR>LoadModule=20
status_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
libexec/mod_status.so<BR>LoadModule=20
includes_module&nbsp;&nbsp;&nbsp; libexec/mod_include.so<BR>LoadModule=20
autoindex_module&nbsp;&nbsp; libexec/mod_autoindex.so<BR>LoadModule=20
dir_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_dir.so<BR>LoadModule=20
cgi_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_cgi.so<BR>LoadModule=20
asis_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_asis.so<BR>LoadModule=20
imap_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_imap.so<BR>LoadModule =
action_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_actions.so<BR>LoadModule =
speling_module&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_speling.so<BR>LoadModule =
userdir_module&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_userdir.so<BR>LoadModule=20
alias_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_alias.so<BR>LoadModule =
rewrite_module&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_rewrite.so<BR>LoadModule =
access_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_access.so<BR>LoadModule=20
auth_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_auth.so<BR>LoadModule anon_auth_module&nbsp;&nbsp;=20
libexec/mod_auth_anon.so<BR>LoadModule dbm_auth_module&nbsp;&nbsp;&nbsp; =

libexec/mod_auth_dbm.so<BR>LoadModule=20
digest_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
libexec/mod_digest.so<BR>LoadModule=20
proxy_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/libproxy.so<BR>LoadModule cern_meta_module&nbsp;&nbsp;=20
libexec/mod_cern_meta.so<BR>LoadModule =
expires_module&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_expires.so<BR>LoadModule =
headers_module&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_headers.so<BR>LoadModule usertrack_module&nbsp;&nbsp;=20
libexec/mod_usertrack.so<BR>LoadModule =
example_module&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_example.so<BR>LoadModule unique_id_module&nbsp;&nbsp;=20
libexec/mod_unique_id.so<BR>LoadModule setenvif_module&nbsp;&nbsp;&nbsp; =

libexec/mod_setenvif.so<BR>LoadModule=20
ssl_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/libssl.so<BR>LoadModule=20
gzip_module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
libexec/mod_gzip.so</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>ClearModuleList<BR>AddModule=20
mod_mmap_static.c<BR>AddModule mod_vhost_alias.c<BR>AddModule=20
mod_env.c<BR>AddModule mod_log_config.c<BR>AddModule=20
mod_log_agent.c<BR>AddModule mod_log_referer.c<BR>AddModule=20
mod_mime_magic.c<BR>AddModule mod_mime.c<BR>AddModule=20
mod_negotiation.c<BR>AddModule mod_status.c<BR>#AddModule=20
mod_info.c<BR>AddModule mod_include.c<BR>AddModule =
mod_autoindex.c<BR>AddModule=20
mod_dir.c<BR>AddModule mod_cgi.c<BR>AddModule mod_asis.c<BR>AddModule=20
mod_imap.c<BR>AddModule mod_actions.c<BR>AddModule =
mod_speling.c<BR>AddModule=20
mod_userdir.c<BR>AddModule mod_alias.c<BR>AddModule =
mod_rewrite.c<BR>AddModule=20
mod_access.c<BR>AddModule mod_auth.c<BR>AddModule =
mod_auth_anon.c<BR>AddModule=20
mod_auth_dbm.c<BR>AddModule mod_digest.c<BR>AddModule =
mod_proxy.c<BR>AddModule=20
mod_cern_meta.c<BR>AddModule mod_expires.c<BR>AddModule=20
mod_headers.c<BR>AddModule mod_usertrack.c<BR>AddModule=20
mod_example.c<BR>AddModule mod_unique_id.c<BR>AddModule =
mod_so.c<BR>AddModule=20
mod_setenvif.c<BR>AddModule mod_ssl.c<BR>AddModule =
mod_gzip.c</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>LogFormat "%h %l %u %t \"%r\" %&gt;s %b =

\"%{Referer}i\" \"%{User-Agent}i\"" combined<BR>LogFormat "%h %l %u %t =
\"%r\"=20
%&gt;s %b" common<BR>LogFormat "%{Referer}i -&gt; %U" =
referer<BR>LogFormat=20
"%{User-agent}i" agent<BR>LogFormat "%h %l %u %t \"%r\" %&gt;s %b =
mod_gzip:=20
%{mod_gzip_result}n In:%{mod_gzip_input_size}n=20
Out:%{mo<BR>d_gzip_output_size}n:%{mod_gzip_compression_ratio}npct."=20
mod_gzip</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>CustomLog =
/usr/local/apache/logs/access_log=20
common<BR>CustomLog logs/mod_gzip_log mod_gzip</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;IfModule =
mod_proxy.c&gt;<BR>&nbsp;&nbsp;&nbsp;=20
ProxyPass&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
/APAGE</FONT><FONT=20
face=3DArial size=3D2>/ <A=20
href=3D"http://adifferentserver.com:17575/LINNSDB/">http://adifferentserv=
er.com:17575/<FONT=20
color=3D#000000>APAGE</FONT>/</A><BR>&nbsp;&nbsp;&nbsp; =
ProxyPassReverse&nbsp;=20
/APAGE/ <A=20
href=3D"http://bluenose2.caris.priv:17575/LINNSDB/">http://adifferentserv=
er.com:17575/<FONT=20
color=3D#000000>APAGE</FONT>/</A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;=20
ProxyPass&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /APAGE/ <A=20
href=3D"http://bluenose2.caris.priv:17575/LINNS/">http://adifferentserver=
.com:17575/<FONT=20
color=3D#000000>APAGE</FONT>/</A><BR>&nbsp;&nbsp;&nbsp; =
ProxyPassReverse&nbsp;=20
/APAGE/ <FONT color=3D#0000ff><U>adifferentserver.com</U></FONT><A=20
href=3D"http://bluenose2.caris.priv:17575/LINNS/">:17575/<FONT=20
color=3D#000000>APAGE</FONT>/</A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;=20
ProxyPass&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /icons/ <A=20
href=3D"http://bluenose2.caris.priv:17575/icons/">http://adifferentserver=
.com:17575/icons/</A><BR>&nbsp;&nbsp;&nbsp;=20
ProxyPassReverse&nbsp; /icons/ <A=20
href=3D"http://bluenose2.caris.priv:17575/icons/">http://adifferentserver=
.com:17575/icons/</A><BR>&lt;/IfModule&gt;&nbsp;&nbsp;&nbsp;=20
</FONT></DIV><FONT face=3DArial size=3D2>
<DIV><BR>&lt;IfModule mod_gzip.c&gt;<BR>&nbsp;&nbsp;&nbsp; mod_gzip_on=20
Yes<BR>&nbsp;&nbsp; &lt;FilesMatch=20
".(gif|jpg|png)"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mod_gzip_on=20
No<BR>&nbsp;&nbsp; &lt;/FilesMatch&gt;<BR>&nbsp;&nbsp;&nbsp; =
mod_gzip_dechunk=20
Yes<BR>&nbsp;&nbsp;&nbsp; mod_gzip_keep_workfiles =
No<BR>&nbsp;&nbsp;&nbsp;=20
</DIV>
<DIV>&nbsp;&nbsp;&nbsp; mod_gzip_temp_dir /tmp<BR>&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include file \.htm$<BR>&nbsp;&nbsp;&nbsp; =
mod_gzip_item_include=20
file \.jsp$<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include file=20
\.html$<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include file=20
\.doc$<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include file=20
\.js$<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include file=20
\.do$<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include file=20
"\.css$"<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include handler=20
jakarta-servlet<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include handler=20
jakarta-servlet$<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include handler=20
^jakarta-servlet<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include handler=20
^jakarta-servlet$<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include handler=20
^^jakarta-servlet$<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include mime=20
text/.*<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include mime=20
^image/.*$<BR>&nbsp;&nbsp;&nbsp; mod_gzip_item_include mime=20
^application/.*$</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; mod_gzip_item_exclude mime=20
^application/pdf$<BR>&nbsp;&nbsp;&nbsp;&nbsp;mod_gzip_item_include =
handler=20
proxy-server<BR>&lt;/IfModule&gt;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; SSLRandomSeed =
startup=20
builtin<BR>&nbsp;&nbsp;&nbsp; SSLRandomSeed connect builtin</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;VirtualHost=20
myserver.com:8811&gt;<BR>&nbsp;&nbsp;&nbsp; DocumentRoot=20
/usr/local/apache/htdocs<BR>&nbsp;&nbsp;&nbsp;=20
ServerName&nbsp;myserver.com<BR>&nbsp;&nbsp;&nbsp; ServerAdmin <A=20
href=3D"mailto:peter.marshall@caris.com">peter.marshall@caris.com</A><BR>=
&nbsp;&nbsp;&nbsp;=20
ErrorLog /usr/local/apache/logs/error_log<BR>&nbsp;&nbsp;&nbsp;=20
SSLLog&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
/usr/local/apache/logs/ssl_engine_log<BR>&nbsp;&nbsp;&nbsp; SSLLogLevel=20
info</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; mod_gzip_on =
No</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; SSLEngine=20
on<BR>&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; SSLCertificateFile=20
/usr/local/apache/conf/ssl.crt/server.crt<BR>&nbsp;&nbsp;&nbsp;=20
SSLCertificateKeyFile =
/usr/local/apache/conf/ssl.key/server.key</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; CustomLog=20
/usr/local/apache/logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x =
%{SSL_CIPHER}x=20
\"%r\" %b</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;=20
ProxyRequests&nbsp;Off</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;=20
ProxyPass&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; / <A=20
href=3D"http://myserver.com:8812/">http://myserver.com:8812/</A><BR>&nbsp=
;&nbsp;&nbsp;=20
ProxyPassReverse / <A=20
href=3D"http://myserver.com:8812/">http://myserver.com:8812/</A><BR>&lt;/=
VirtualHost&gt;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;VirtualHost =
myserver.com:8812&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp; =
DocumentRoot&nbsp;&nbsp;&nbsp;&nbsp;=20
/usr/local/apache/htdocs<BR>&nbsp;&nbsp;=20
ServerName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;myserver.com</FONT></=
DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;=20
ServerAdmin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A=20
href=3D"mailto:peter.marshall@caris.com">peter.marshall@caris.com</A><BR>=
&nbsp;&nbsp;=20
ErrorLog&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
/usr/local/apache/logs/error_log<BR>&nbsp;&nbsp;=20
SSLLog&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
/usr/local/apache/logs/ssl_engine_log<BR>&nbsp;&nbsp;=20
SSLLogLevel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; info</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp; mod_gzip_on=20
Yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mod_gzip_dechunk=20
Yes<BR>&nbsp;&nbsp;&nbsp;&nbsp; mod_gzip_keep_workfiles=20
No<BR>&nbsp;&nbsp;&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; </FONT><FONT =
face=3DArial=20
size=3D2>&nbsp;mod_gzip_temp_dir /tmp<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include file \.htm$<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include file \.jsp$<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include file \.html$<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include file \.doc$<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include file \.js$<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include file \.do$<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include file "\.css$"<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include handler =
jakarta-servlet<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include handler =
jakarta-servlet$<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include handler =
^jakarta-servlet<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include handler =
^jakarta-servlet$<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include handler =
^^jakarta-servlet$<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include mime text/.*<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include mime ^image/.*$<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
mod_gzip_item_include mime ^application/.*$</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp; =
mod_gzip_item_exclude mime=20
^application/pdf$<BR>&nbsp;&nbsp;&nbsp;&nbsp; mod_gzip_item_include =
handler=20
proxy-server<BR>&nbsp;&nbsp;&nbsp;&nbsp; LogFormat "%h %l %u %t \"%r\" =
%&gt;s %b=20
mod_gzip: %{mod_gzip_result}n In:%{mod_gzip_input_size}n=20
Out<BR>:%{mod_gzip_output_size}n:%{mod_gzip_compression_ratio}npct."=20
mod_gzip</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;&nbsp; CustomLog=20
logs/mod_gzip_log mod_gzip</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;/VirtualHost&gt;<A=20
href=3D"mailto:peter.marshall@caris.com"></A></FONT></DIV></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Peter =
Marshall<BR>CARIS<BR>506-462-4333<BR><A=20
href=3D"mailto:peter.marshall@caris.com">peter.marshall@caris.com</A></FO=
NT></DIV></BODY></HTML>

------=_NextPart_000_022F_01C349F0.512EB4E0--