|
By Solaris Express, Developer Edition Team, February 13, 2006
|
|
|
Here are the instructions for configuring the optimized AMP stack, Cool
Stack v1.0.2, on Solaris Express, Developer Edition. Cool Stack v1.1 and later
do not require these steps.
Download and install optimized and observable AMP components.
To configure the stack you must link the Cryptography and Secure Socket Layer (SSL) libraries:
- Log in as root.
- Link the following libraries as shown:
# cd /usr/sfw/lib
# ln -s libcrypto.so.0.9.8 libcrypto.so.0.9.7
# ln -s libcrypto_extra.so.0.9.8 libcrypto_extra.so.0.9.7
# ln -s libssl.so.0.9.8 libssl.so.0.9.7
|
- Configure SSL component: (CSQamp should be installed)
Edit /usr/local/apache2/conf/ssl.conf as follows :
- Replace the line
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
with
SSLCipherSuite RC4+RSA:+SHA1:+SHA:+MD5:-HIGH:+MEDIUM:-LOW:+SSLv3:-SSLv2:-EXP:-eNULL
- Replace the line
<VirtualHost _default_:443>
with
<VirtualHost 0.0.0.0:443>
Save and exit.
Note: Apache process starts as User=nobody and Group=nobody, ensure that the User/Group settings are
set with your system configuration.
For general information on Solaris 10 and the AMP stack visit their site.
|
|