
194
Sun Crypto Accelerator 6000 Board User’s Guide for Version 1.1 • February 2013
▼
Compile Apache Web Server
1. Download Apache 2.2.0,
httpd-2.2.0.tar.gz
, from
http://www.apache.org
.
2. Choose a directory to uncompress the Apache software (
/var/tmp
is used in
this example). Type the following command:
3. Change to the new
/var/tmp/httpd-2.2.0
directory and type the following
command to configure the Apache Web Server. Refer to the
INSTALL
file for
more information.
There are many other options to configure Apache. The
--enable-ssl --with-
ssl=/var/tmp/openssl-0.9.7d
options are the minimum required. These
options provide the location of the OpenSSL libraries.
4. Compile and install Apache. Refer to the
INSTALL
file for more information:
Note –
Using Apache 2.2.0 or 2.2.2 on SuSE with the x86_x64 architecture,
make
could fail with an error message similar to the following:
/usr/lib/libexpat.la: could not read symbols: Invalid operatio
n
If this error occurs, change the
/usr/lib/libexpat.la
entry to
/usr/lib64/libexpat.la
in the
srclib/apr-util/Makefile
.
By default, Apache is installed in the
/usr/local/apache2
directory.
▼
Configure and Start Apache Web Server
The Apache software is installed in the
/usr/local/apache2
directory in this
example.
1. Edit the
/usr/local/apache2/conf/httpd.conf
file and change the
following line to enable SSL:
%
tar -zxvf httpd-2.2.0.tar.gz
%
./configure --enable-ssl --with-ssl=/var/tmp/openssl-0.9.7d
%
make
%
make install
#Include conf/extra/httpd-ssl.conf
Summary of Contents for Crypto Accelerator 6000 Board
Page 1: ...Sun Crypto Accelerator 6000 Board Version 1 1 User s Guide Part No E39851 01 February 2013...
Page 16: ...xvi Sun Crypto Accelerator 6000 Board User s Guide for Version 1 1 February 2013...
Page 18: ...xviii Sun Crypto Accelerator 6000 Board User s Guide for Version 1 1 February 2013...
Page 21: ...Preface xxi...
Page 22: ...xxii Sun Crypto Accelerator 6000 Board User s Guide for Version 1 1 February 2013...
Page 54: ...32 Sun Crypto Accelerator 6000 Board User s Guide for Version 1 1 February 2013...
Page 118: ...96 Sun Crypto Accelerator 6000 Board User s Guide for Version 1 1 February 2013...
Page 210: ...188 Sun Crypto Accelerator 6000 Board User s Guide for Version 1 1 February 2013...
Page 228: ...206 Sun Crypto Accelerator 6000 Board User s Guide for Version 1 1 February 2013...
Page 242: ...220 Sun Crypto Accelerator 6000 Board User s Guide for Version 1 1 February 2013...
Page 256: ...234 Sun Crypto Accelerator 6000 Board User s Guide for Version 1 1 February 2013...
Page 260: ...238 Sun Crypto Accelerator 6000 Board User s Guide for Version 1 1 February 2013...
Page 266: ...244 Sun Crypto Accelerator 6000 Board User s Guide for Version 1 1 February 2013...