OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Nikol Su (nsueyo.com.au)
Date: Wed Sep 19 2001 - 19:10:48 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Tue, 18 Sep 2001 14:59:45 -0500 (CDT), you wrote:

    > WARNING: No not apply the apache 1.3.20-3.1 updates on a Mandrake 7.2
    > box if you are using JServ! It made my apache server completly
    > unresponsive.
      
    Also if you are using suexec, the permission setting for the suexec after
    the upgrade will render the wrap not to work. I think it was set to 711
    after the upgrade.(rpm for the 7.2)

    chmod 4711 /usr/sbin/suexec
    should fix this problem.

    --
    Nikol
    ====================
    PS,
    

    In case Vincent wants to rebuilt the 7.2 RPMs. The ssl will not work after the upgrade. I need to make the following changes to the /etc/httpd/conf/ssl/mod_ssl.conf file to make it work.

    1) Add a line: LoadModule ssl_module /usr/lib/apache/libssl.so

    2) Change the line from SSLMutex sem to: SSLMutex file:logs/ssl_mutex

    Cheers

    -- Nikol