Results 1 to 4 of 4

Thread: apache update

  1. #1

    apache update

    Let's say I've got apache up and running with tons of pages.
    Now I want to include https support for existing installation. I downloaded mod_ssl and openssl and in the instrustions I see that I have to run the following:
    # cd openssl-0.9.6b
    # sh config
    # make
    # make test
    # make install
    -------------------------------------------
    Apache - Install mod_ssl]
    -------------------------------------------
    # cd ../mod_ssl-2.8.5-1.3.22
    # ./configure --with-apache=../apache_1.3.22
    -------------------------------------------
    Apache - Install Apache]
    -------------------------------------------
    # cd ../apache_1.3.22
    # SSL_BASE=../openssl-0.9.6b/ \
    ./configure --enable-module=ssl \
    --enable-module=so \
    --prefix=/usr/local/www/
    # make
    # make certificate
    # make install

    apache_1.3.22 is the directory from which I installed apache.It looks like I have to run mod_ssl that places some info into the installation directory and then run installation again that will be compiled with sll support.
    Hence the question - it looks like that in order to incorporate ssl support into existing apache installation I'll have to reinstall apache - will it harm existing website? Is there any other option to add ssl support ot existing web site?
    Thanks.

  2. #2
    Moderator
    Good Guru
    Compunuts's Avatar
    Join Date
    May 2001
    Location
    California
    Posts
    3,935

    Re: apache update

    Make a backup file of httpd.conf and off you go...

    As far as I can remember, you do not need to reinstall the Apache to have SSL support running. But I run Apache-ssl as separate process. I know Red Hat tend to throw everything together.....

  3. #3

    Re: apache update

    How do you run apache-ssl as a different proccess?

  4. #4
    Moderator
    Good Guru
    Compunuts's Avatar
    Join Date
    May 2001
    Location
    California
    Posts
    3,935

    Re: apache update

    Apache-ssl is a different package than Apache ( standard is ). What they do is install them onto two different directories and start up as that. So the apache is controlled by apachectl applet and apache-sslctl control the apache-ssl daemon. ( at least that's how it's in my Debian Woody )

Similar Threads

  1. Microsoft Security Bulletin MS05-014
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 02-26-2005, 01:26 AM
  2. is apache in fedora core3??!!
    By khafanus in forum Linux - Hardware, Networking & Security
    Replies: 7
    Last Post: 02-24-2005, 02:49 PM
  3. Device Manager Error Codes
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 12:52 AM
  4. List of fixes included in Windows XP SP2
    By regix in forum Windows - General Topics
    Replies: 6
    Last Post: 01-03-2005, 10:44 PM
  5. Problem starting Apache 2.0
    By Compunuts in forum Linux - Hardware, Networking & Security
    Replies: 0
    Last Post: 09-14-2003, 02:15 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •