Apache_1.3.27 and ssl

Apache_1.3.27 and ssl

am 22.10.2002 23:26:56 von leanne lai

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 modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache_1.3.27 and ssl

am 22.10.2002 23:39:39 von tgarner

This is a multipart message in MIME format.
--=_alternative 0076FACE86256C5A_=
Content-Type: text/plain; charset="us-ascii"

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
Sent by: owner-modssl-users@modssl.org
10/22/2002 04:26 PM
Please respond to modssl-users


To: modssl-users@modssl.org
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 modssl-users@modssl.org
Automated List Manager majordomo@modssl.org





--=_alternative 0076FACE86256C5A_=
Content-Type: text/html; charset="us-ascii"





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 <leanne@nacse.org>

Sent by: owner-modssl-users@modssl.org

10/22/2002 04:26 PM

Please respond to modssl-users


       

        To:        modssl-users@modssl.org

        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                      modssl-users@modssl.org

Automated List Manager                            majordomo@modssl.org










--=_alternative 0076FACE86256C5A_=--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache_1.3.27 and ssl

am 22.10.2002 23:43:17 von 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"
To:
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 modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache_1.3.27 and ssl

am 23.10.2002 00:01:05 von 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 modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: Apache_1.3.27 and ssl

am 23.10.2002 16:49:07 von Yi.Kong

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C27AA3.56BF22E0
Content-Type: text/plain;
charset="iso-8859-1"

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

Thanks

Yi

-----Original Message-----
From: tgarner@gwii.com [mailto:tgarner@gwii.com]
Sent: Tuesday, October 22, 2002 4:40 PM
To: modssl-users@modssl.org
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
Sent by: owner-modssl-users@modssl.org


10/22/2002 04:26 PM
Please respond to modssl-users



To: modssl-users@modssl.org
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 modssl-users@modssl.org
Automated List Manager majordomo@modssl.org







------_=_NextPart_001_01C27AA3.56BF22E0
Content-Type: text/html;
charset="iso-8859-1"








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

size=2> 

size=2>Thanks

size=2> 

size=2>Yi


size=2>-----Original Message-----
From: tgarner@gwii.com
[mailto:tgarner@gwii.com]
Sent: Tuesday, October 22, 2002 4:40
PM
To: modssl-users@modssl.org
Subject: Re: Apache_1.3.27
and ssl


Here's what we
did:


size=2>##################################################### ###############

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

size=2>##################################################### ###############


    #   extract the
packages

   

    $ gzip -d -c
openssl-0.9.6a.tar.gz | tar xvf -

size=2>!!!
   
##########################

 
  INSTALL openssl first !!!

size=2>    ##########################
face="Courier New" size=2>!!!

size=2>    $ 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 -

size=2>    $ gzip -d -c mod_perl-1.xx.tar.gz | tar xvf -


   
########################################################

face="Courier New" size=2>    #   apply mod_ssl to Apache
source tree


   
  cd mod_ssl*

   
  ./configure --with-apache=../apache_1.3.27

face="Courier New" size=2>   
########################################################

face="Courier New" size=2>    #   apply mod_perl to Apache
source tree

    #  
and build/install the Perl-side of mod_perl

face="Courier New" size=2>   
size=2>    cd mod_perl-1.27
size=2>    perl Makefile.PL EVERYTHING=1
APACHE_SRC=../apache_1.3.27/src USE_APACI=1 PREP_HTTPD=1 DO_HTTPD=1


    make
face="Courier New" size=2>    make install
face="Courier New" size=2>    cd ../
face="Courier New" size=2>   
########################################################


face="Courier New" size=2>    #   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

size=2>    make
 
  make certificate

 
  make install

   
cd ../

   
########################################################

face=sans-serif size=2>

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








leanne lai
<leanne@nacse.org>

size=1>Sent by: owner-modssl-users@modssl.org

10/22/2002 04:26 PM
face=sans-serif size=1>Please respond to modssl-users


       
face=sans-serif size=1>        To:    
   modssl-users@modssl.org

size=1>        cc:      
 

     
  Subject:        Apache_1.3.27 and
ssl


size=2>
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    
               
 modssl-users@modssl.org
Automated List Manager      
                   
 majordomo@modssl.org






------_=_NextPart_001_01C27AA3.56BF22E0--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: Apache_1.3.27 and ssl

am 23.10.2002 17:10:05 von tgarner

This is a multipart message in MIME format.
--=_alternative 00534FAC86256C5B_=
Content-Type: text/plain; charset="us-ascii"

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"
Sent by: owner-modssl-users@modssl.org
10/23/2002 09:49 AM
Please respond to modssl-users


To: "'modssl-users@modssl.org'"
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: tgarner@gwii.com [mailto:tgarner@gwii.com]
Sent: Tuesday, October 22, 2002 4:40 PM
To: modssl-users@modssl.org
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
Sent by: owner-modssl-users@modssl.org
10/22/2002 04:26 PM
Please respond to modssl-users

To: modssl-users@modssl.org
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 modssl-users@modssl.org
Automated List Manager majordomo@modssl.org






--=_alternative 00534FAC86256C5B_=
Content-Type: text/html; charset="us-ascii"





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" <Yi.Kong@cityofhouston.net>

Sent by: owner-modssl-users@modssl.org

10/23/2002 09:49 AM

Please respond to modssl-users


       

        To:        "'modssl-users@modssl.org'" <modssl-users@modssl.org>

        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:
tgarner@gwii.com [mailto:tgarner@gwii.com]

Sent:
Tuesday, October 22, 2002 4:40 PM

To:
modssl-users@modssl.org

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 <leanne@nacse.org>

Sent by: owner-modssl-users@modssl.org

10/22/2002 04:26 PM

Please respond to modssl-users

       

       To:        modssl-users@modssl.org


       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                      modssl-users@modssl.org

Automated List Manager                            majordomo@modssl.org












--=_alternative 00534FAC86256C5B_=--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org