Sun Java Solaris Communities My SDN Account Join SDN

Article

Solaris Express, Developer Edition + AMP

 
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:

  1. Log in as root.

  2. 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
      

  3. Configure SSL component: (CSQamp should be installed)

    Edit /usr/local/apache2/conf/ssl.conf as follows :

    1. 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

    2. Replace the line

      <VirtualHost _default_:443>
      with
      <VirtualHost 0.0.0.0:443>

      Save and exit.


  4. 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.

    Rate and Review
    Tell us what you think of the content of this page.
    Excellent   Good   Fair   Poor  
    Comments:
    Your email address (no reply is possible without an address):
    Sun Privacy Policy

    Note: We are not able to respond to all submitted comments.