Installation guide

Pre-installation Tasks
112 Sun ONE Identity Server Policy Agents 2.1 Web Policy Agents Guide April 2005
2. Ensure that
openSSL
is installed at
/usr/local/openssl.
3. Add
/usr/local/openssl
into your
PATH
variable.
Enabling SSL
To compile Apache source by enabling SSL, follow these steps:
1. Change to the following directory:
/opt/apache_src/httpd-2.0.52
2. Execute the following command:
Where apache_install refers to the directory where the Apache server binary is
located.
3. Change to the following directory:
/opt/apache_install/conf
4. Open the
httpd.conf
file.
5. Change the name of the group associated with the
httpd.conf
file from
#-1
to
nobody
.
./config --prefix=/usr/local/openssl
make clean
make install
./configure --prefix=/opt/apache_install --enable-ssl
make
make install