Compile of Apache

Compile of Apache

am 07.08.2002 18:08:57 von Luiz Agnaldo Bernardi

Firstly, excuse my weak English.
I am trying to compile the Apache-1.3.26, with SSL (openssl-0.9.6d or
mod_ssl-2.8.10-1.3.26) and mod_perl (mod_perl-1.26). I tried to compile
in several different ways, for the Apache, using the openssl and for the
mod_perl (INSTALL.simple.mod_ssl).
Both seem to compile well and to generate the binary ones. SSL works
well. However, in any situation I am getting to execute scripts PERL.
Could anybody send me a compilation and installation script of the
Apache with SSL and MOD_PERL that it works appropriately?
I am using RedHat 6.2 in a Sun UltraSparc 10 with perl 5.003.
Thank you.

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

Re: Compile of Apache

am 07.08.2002 19:54:32 von EdwardSPL

Luiz Agnaldo Bernardi wrote:

> Firstly, excuse my weak English.
> I am trying to compile the Apache-1.3.26, with SSL (openssl-0.9.6d or
> mod_ssl-2.8.10-1.3.26) and mod_perl (mod_perl-1.26). I tried to compile
> in several different ways, for the Apache, using the openssl and for the
> mod_perl (INSTALL.simple.mod_ssl).
> Both seem to compile well and to generate the binary ones. SSL works
> well. However, in any situation I am getting to execute scripts PERL.
> Could anybody send me a compilation and installation script of the
> Apache with SSL and MOD_PERL that it works appropriately?
> I am using RedHat 6.2 in a Sun UltraSparc 10 with perl 5.003.
> Thank you.

Would you mind to tell me your compile and installation steps about your
apache 1.3.26, mod_ssl 2.8.10-1.3.26 and openssl 0.9.6d ?
Because before the time, I was fail to compile and install with the
following packages :
Apache 1.3.26
php 4.2.2
mod_ssl 2.8.10-1.3.26
OpenSSL 0.9.6d

But now, the I'm success to compile and install with the following packages
:
Apache 1.3.26
php 4.2.2
mod_ssl 2.8.10-1.3.26
OpenSSL 0.9.6e

Thank for your help !


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

RE: Compile of Apache

am 08.08.2002 09:21:42 von b.courtin

Hi,

you should use openssl-0.9.6.e anyway, beause openssl < 0.9.6.e contains several security bugs!


Kind regards,
B. Courtin


-----Original Message-----
From: Luiz Agnaldo Bernardi [mailto:Luiz.Bernardi@cnpsa.embrapa.br]
Sent: Wednesday, August 07, 2002 6:09 PM
To: modssl-users@modssl.org
Subject: Compile of Apache


Firstly, excuse my weak English.
I am trying to compile the Apache-1.3.26, with SSL (openssl-0.9.6d or
mod_ssl-2.8.10-1.3.26) and mod_perl (mod_perl-1.26). I tried to compile
in several different ways, for the Apache, using the openssl and for the
mod_perl (INSTALL.simple.mod_ssl).
Both seem to compile well and to generate the binary ones. SSL works
well. However, in any situation I am getting to execute scripts PERL.
Could anybody send me a compilation and installation script of the
Apache with SSL and MOD_PERL that it works appropriately?
I am using RedHat 6.2 in a Sun UltraSparc 10 with perl 5.003.
Thank you.

____________________________________________________________ __________
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: Compile of Apache

am 08.08.2002 10:05:56 von Boyle Owen

>From: Luiz Agnaldo Bernardi [mailto:Luiz.Bernardi@cnpsa.embrapa.br]

>I am trying to compile the Apache-1.3.26, with SSL (openssl-0.9.6d or
>mod_ssl-2.8.10-1.3.26) and mod_perl (mod_perl-1.26). I tried
>to compile
>in several different ways, for the Apache, using the openssl
>and for the
>mod_perl (INSTALL.simple.mod_ssl).
>Both seem to compile well and to generate the binary ones. SSL works
>well. However, in any situation I am getting to execute
>scripts PERL.
>Could anybody send me a compilation and installation script of the
>Apache with SSL and MOD_PERL that it works appropriately?
>I am using RedHat 6.2 in a Sun UltraSparc 10 with perl 5.003.

Why do you think the problem is with compilation? Do you have any error messages which appeared during compile/install?

If you do "./httpd -l" do you see mod_perl? If so, then mod_perl is compiled in and the problem is not with the installation.

I ask this because mod_perl is quite sophisticated and it is possible that you installed it correctly but that it is not working for configuration reasons.

Rgds,

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

Re: Compile of Apache

am 20.08.2002 23:21:07 von Andrew Lietzow

On Wednesday 07 August 2002 11:08 am, you wrote:
> Firstly, excuse my weak English.
> I am trying to compile the Apache-1.3.26, with SSL (openssl-0.9.6d or
> mod_ssl-2.8.10-1.3.26) and mod_perl (mod_perl-1.26). I tried to compile
> in several different ways, for the Apache, using the openssl and for the
> mod_perl (INSTALL.simple.mod_ssl).
> Both seem to compile well and to generate the binary ones. SSL works
> well. However, in any situation I am getting to execute scripts PERL.
> Could anybody send me a compilation and installation script of the
> Apache with SSL and MOD_PERL that it works appropriately?
> I am using RedHat 6.2 in a Sun UltraSparc 10 with perl 5.003.
> Thank you.

Perhaps it's the "I love to be on the bleeding edge" drive in me which has
regrettably proven to be something other than a brilliant move so many times,
but I question why would you not install Apache 2.0.40 and skip the 1.3.26
all together?

It seems to work so much better right out of the tarball, having mod_so,
pre-compiled into the code, making the addition of mod_perl and mod_ssl
seemingly much easier.

I do know that the install of 2.0.X has been quite smooth, relative to
1.3.26.

Am I off track in that assumption? Am I leading this fellow astray?
Perhaps there are quirks that won't allow an install to RHL 6.2 and Sun US 10?

--
Andrew Lietzow
The ACL Group, Inc.
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Compile of Apache

am 21.08.2002 11:03:53 von Rick Widmer

At 04:21 PM 8/20/02 -0500, you wrote:
>Perhaps it's the "I love to be on the bleeding edge" drive in me which has
>regrettably proven to be something other than a brilliant move so many times,
>but I question why would you not install Apache 2.0.40 and skip the 1.3.26
>all together?

For me the fact that PHP doesn't work well with Apache 2 yet is a
killer. I hate
to say it, but Apache 2.0.3x stable has been compared to a Microsoft version 1,
a late beta version released to the public for wide testing. There are a
number of
things that are still not working right. (Sorry I can't list them.)

There was very little warning about the stable version of Apache 2, and no
time to
make sure PHP was compatible. The next PHP release of PHP should support
Apache 2 out of the box. Still there is the feeling on PHP mailing lists
that Apache
2 is still not quite there yet.

Rick

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