Enabling Web Server Data Compression; Apache 2 On Netware 6.5; Apache 2 On Open Enterprise Server (Oes) Linux - Novell GROUPWISE 8 - ADMINISTRATION Administration Manual

Hide thumbs Also See for GROUPWISE 8 - ADMINISTRATION:
Table of Contents

Advertisement

After editing the Viewer Agent startup file, stop and restart the WebAccess Agent to put the new
settings into effect.

54.8 Enabling Web Server Data Compression

By enabling data compression on your Web server, you can increase performance for all WebAccess
users. However, because this is a change to the configuration of your Web server, it affects all
programs that interact with the Web server. A side effect of enabling data compression might be a
decline in Web server scalability.
Section 54.8.1, "Apache 2 on NetWare 6.5," on page 933
Section 54.8.2, "Apache 2 on Open Enterprise Server (OES) Linux," on page 933
Section 54.8.3, "Apache 2 on SUSE Linux Enterprise Server 9," on page 934
Section 54.8.4, "Microsoft Internet Information Server (IIS) on Windows Server 2003/2008,"
on page 934

54.8.1 Apache 2 on NetWare 6.5

1 Download
Apache 2.0/2.2 for NetWare (http://mirrors.combose.com/apache/httpd/binaries/
netware/)
from the
Apache Software Foundation
2 Extract
deflate.nlm
directory.
3 Change to the
sys:\apache2\conf
4 Locate the LoadModule entries in the file.
5 Add the following entry:
LoadModule deflate_module modules/deflate.nlm
AddOutputFilterByType DEFLATE text/html text/plain text/xml
DeflateFilterNote Input
DeflateFilterNote Output outstream
DeflateFilterNote Ratio
LogFormat '%{ratio}n%%\t%{outstream}n\t%{instream}n\t"%r"'
CustomLog "|sys:/apache2/bin/rotlogs.nlm sys:/apache2/logs/
deflate_log 5M" deflate
</IfModule>
NOTE: Lines that appear wrapped in the above example should be entered in the
file as single lines without line wrapping.
6 Save the
httpd.conf
7 Restart Apache.

54.8.2 Apache 2 on Open Enterprise Server (OES) Linux

1 As
, change to the
root
file.
2 Locate the
LoadModule
3 Add the following entry:
from the distribution and copy it to the
directory and open the
instream
ratio
deflate
file and exit the text editor.
/etc/opt/novell/httpd/conf
entries in the file.
(http://www.apache.org/).
sys:\apache2\modules
file in a text editor.
httpd.conf
<IfModule mod_deflate.c>
directory and open the
Configuring WebAccess Components 933
httpd.conf
httpd.conf

Advertisement

Table of Contents
loading

Table of Contents