RE: Apache_1.3.27 and ssl

2002-10-23 Thread tgarner



We upgraded; we did not remove any prior versions.

Troy Garner
Information Technology Manager
Gulf Winds International, Inc.
713.747.4909 x5753
www.gwii.com







"Kong, Yi - HPL" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
10/23/2002 09:49 AM
Please respond to modssl-users

        
        To:        "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
        cc:        
        Subject:        RE: Apache_1.3.27 and ssl

Any suggestion on upgrade? We can run the same procedure or need to remove the old one first?
 
Thanks
 
Yi
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 22, 2002 4:40 PM
To: [EMAIL PROTECTED]
Subject: Re: Apache_1.3.27 and ssl


Here's what we did: 

 
# notes to install and configure apache with modules, mod_perl, so 
 

    #   extract the packages 
    
    $ gzip -d -c openssl-0.9.6a.tar.gz | tar xvf - 
!!! 
    ## 
    INSTALL openssl first !!! 
    ## 
!!! 

    $ gzip -d -c apache_1.3.x.tar.gz | tar xvf - 
    $ gzip -d -c mod_ssl-2.8.x-1.3.x.tar.gz | tar xvf - 
    $ gzip -d -c mod_perl-1.xx.tar.gz | tar xvf - 

     
    #   apply mod_ssl to Apache source tree 

      cd mod_ssl* 
      ./configure --with-apache=../apache_1.3.27 
     
    #   apply mod_perl to Apache source tree 
    #   and build/install the Perl-side of mod_perl 
    
    cd mod_perl-1.27 
    perl Makefile.PL EVERYTHING=1 APACHE_SRC=../apache_1.3.27/src USE_APACI=1 PREP_HTTPD=1 DO_HTTPD=1 
    make 
    make install 
    cd ../ 
     

    #   build/install Apache with mod_ssl and mod_perl 

    cd apache_1.3.27 
    SSL_BASE=../openssl-0.9.6a ./configure --prefix=/usr/local/apache --enable-module=ssl --activate-module=src/modules/perl/libperl.a --enable-module=perl --enable-module=so 
    make 
    make certificate 
    make install 
    cd ../ 
     


Troy Garner
Information Technology Manager
Gulf Winds International, Inc.
713.747.4909 x5753
www.gwii.com






leanne lai <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED] 
10/22/2002 04:26 PM 
Please respond to modssl-users 
        
        To:        [EMAIL PROTECTED] 
        cc:         
        Subject:        Apache_1.3.27 and ssl



Dear All,

I don't know whether this is the right place for asking this question 
but I am desperate :(

I am trying to compile apache_1.3.27 and mod_ssl-2.8.11-1.3.27, 
however, apachec_1.3.27 does not seem to have "enable_module=ssl" 
option anymore in its congfigure script!!!

Help!

Thanks,
Leanne

__
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]







RE: Apache_1.3.27 and ssl

2002-10-23 Thread Kong, Yi - HPL



Any 
suggestion on upgrade? We can run the same procedure or need to remove the old 
one first?
 
Thanks
 
Yi

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 22, 2002 4:40 
  PMTo: [EMAIL PROTECTED]Subject: Re: Apache_1.3.27 
  and sslHere's what we 
  did:  
  # notes to install and configure apache 
  with modules, mod_perl, so  
      #   extract the 
  packages     
      $ gzip -d -c 
  openssl-0.9.6a.tar.gz | tar xvf - !!!     
  ##   
    INSTALL openssl first !!!     ## !!!     $ gzip -d -c apache_1.3.x.tar.gz | tar xvf - 
      $ gzip -d -c 
  mod_ssl-2.8.x-1.3.x.tar.gz | tar xvf -     $ gzip -d -c mod_perl-1.xx.tar.gz | tar xvf - 
      
       #   apply mod_ssl to Apache 
  source tree     
    cd mod_ssl*     
    ./configure --with-apache=../apache_1.3.27     
       #   apply mod_perl to Apache 
  source tree     #   
  and build/install the Perl-side of mod_perl         cd mod_perl-1.27     perl Makefile.PL EVERYTHING=1 
  APACHE_SRC=../apache_1.3.27/src USE_APACI=1 PREP_HTTPD=1 DO_HTTPD=1 
      make     make install     cd ../     
       #   build/install Apache with 
  mod_ssl and mod_perl   
    cd apache_1.3.27   
    SSL_BASE=../openssl-0.9.6a ./configure --prefix=/usr/local/apache 
  --enable-module=ssl --activate-module=src/modules/perl/libperl.a 
  --enable-module=perl --enable-module=so     make   
    make certificate   
    make install     
  cd ../     
   Troy GarnerInformation Technology 
  ManagerGulf Winds International, Inc.713.747.4909 
  x5753www.gwii.com
  


  
  leanne lai 
<[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 
10/22/2002 04:26 PM Please respond to modssl-users 
                  To:     
   [EMAIL PROTECTED]         cc:       
        
  Subject:        Apache_1.3.27 and 
sslDear All,I don't know whether this is the right place for 
  asking this question but I am desperate :(I am trying to compile 
  apache_1.3.27 and mod_ssl-2.8.11-1.3.27, however, apachec_1.3.27 does not 
  seem to have "enable_module=ssl" option anymore in its congfigure 
  script!!!Help!Thanks,Leanne__Apache 
  Interface to OpenSSL (mod_ssl)             
        www.modssl.orgUser Support Mailing List     
                  
   [EMAIL PROTECTED]Automated List Manager       
                      
   [EMAIL PROTECTED]


Re: Apache_1.3.27 and ssl

2002-10-22 Thread leanne lai
Thanks Troy and Drew!!! It is working now!! Thanks for answering!!!


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Apache_1.3.27 and ssl

2002-10-22 Thread Drew Broadley
Hi Leanne,

Have you followed the basic building instructions here?

http://www.modssl.org/example/

These have an alternative and obviously recommended method of building your
apache + ssl system.

Cheers,
Drew

- Original Message -
From: "leanne lai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 23, 2002 10:26 AM
Subject: Apache_1.3.27 and ssl


>
> Dear All,
>
> I don't know whether this is the right place for asking this question
> but I am desperate :(
>
> I am trying to compile apache_1.3.27 and mod_ssl-2.8.11-1.3.27,
> however, apachec_1.3.27 does not seem to have "enable_module=ssl"
> option anymore in its congfigure script!!!
>
> Help!
>
> Thanks,
> Leanne
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
>

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Apache_1.3.27 and ssl

2002-10-22 Thread tgarner



Here's what we did:


# notes to install and configure apache with modules, mod_perl, so


    #   extract the packages
    
    $ gzip -d -c openssl-0.9.6a.tar.gz | tar xvf -
!!!
    ##
    INSTALL openssl first !!!
    ##
!!!

    $ gzip -d -c apache_1.3.x.tar.gz | tar xvf -
    $ gzip -d -c mod_ssl-2.8.x-1.3.x.tar.gz | tar xvf -
    $ gzip -d -c mod_perl-1.xx.tar.gz | tar xvf -

    
    #   apply mod_ssl to Apache source tree

      cd mod_ssl*
      ./configure --with-apache=../apache_1.3.27
    
    #   apply mod_perl to Apache source tree
    #   and build/install the Perl-side of mod_perl
    
    cd mod_perl-1.27
    perl Makefile.PL EVERYTHING=1 APACHE_SRC=../apache_1.3.27/src USE_APACI=1 PREP_HTTPD=1 DO_HTTPD=1
    make
    make install
    cd ../
    

    #   build/install Apache with mod_ssl and mod_perl

    cd apache_1.3.27
    SSL_BASE=../openssl-0.9.6a ./configure --prefix=/usr/local/apache --enable-module=ssl --activate-module=src/modules/perl/libperl.a --enable-module=perl --enable-module=so
    make
    make certificate
    make install
    cd ../
    


Troy Garner
Information Technology Manager
Gulf Winds International, Inc.
713.747.4909 x5753
www.gwii.com







leanne lai <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
10/22/2002 04:26 PM
Please respond to modssl-users

        
        To:        [EMAIL PROTECTED]
        cc:        
        Subject:        Apache_1.3.27 and ssl


Dear All,

I don't know whether this is the right place for asking this question 
but I am desperate :(

I am trying to compile apache_1.3.27 and mod_ssl-2.8.11-1.3.27, 
however, apachec_1.3.27 does not seem to have "enable_module=ssl" 
option anymore in its congfigure script!!!

Help!

Thanks,
Leanne

__
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]