[Fwd: Sol: Re: Apache.exe generates errors and is closed by Windows.]

2002-10-02 Thread hunter

Ramakrishna,

The following note was sent to me personally.  I cannot confirm it by my 
own experience, but it is worth considering.  The suggestion is that you 
can still have this problem with the newer code.  This offers a 
potential solution.

Other comments are welcome.

Thanks Edwin.

-Chris.


Original message from Edwin Cleton
Hunter,

This is caused with versions where SSLv2 is still active.
apache 1.3.26, mod_ssl 2.8.10 and openssl 0.9.6g, win32.

SSLv2 MUST be disabled because the problem is not 100% solved between 
0.9.6d and the current 0.9.6g with the win32 platform.

Fwd to List: apache-modssl if you consider this to be of public interest.

Sincerely, Edwin Cleton



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



Re: Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip

2002-10-02 Thread Jim Lee


Hi,

I have tested the Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip
file in a test environment and it works fine.

You could go ahead and upload it to the
http://www.modssl.org/contrib/ftp/contrib/ location.

Thanks and Regards,

Bye,
-Jim.

>From: hunter Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip
>Date: Wed, 25 Sep 2002 01:03:47 -0400
>
>Jim Lee wrote:
>>
>>Hi,
>>
>>I wish to have this file that hunter has contributed 
>>(Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip) to be available to 
>>everyone without any problems.
>>
>Jim and friends,
>
>I have also tried to contact someone at OpenSSL, with no reply.
>
>My server is managing and there have been fairly frequent downloads -- I am 
>not concerned yet.  I will have to remove the files if it looks as though I 
>will exceed my upload limit.  My original concerns are probably 
>unwarranted.
>
>The files are not that large, so if you can endure the slow download, you 
>are all welcome to help yourselves.
>
>Jim, the build is ok then?  You have it up and running?
>
>Chris.
>
>
>
>
>


_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

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



Cannot install certificate: asn1 encoding routines:d2i_ASN1_SET:badtag

2002-10-02 Thread Vsevolod Ilyushchenko

Hi,

I just got an SSL certificate from Verisign. However, when I try to 
start apache pointing to my key file and certificate, I get the 
following error:

[Tue Oct  1 21:17:28 2002] [error] mod_ssl: Init: Private key not found 
(OpenSSL library error follows)
[Tue Oct  1 21:17:28 2002] [error] OpenSSL: error:0D084069:asn1 encoding 
routines:d2i_ASN1_SET:bad tag
[Tue Oct  1 21:17:28 2002] [error] OpenSSL: error:0D09D082:asn1 encoding 
routines:d2i_RSAPrivateKey:parsing
[Tue Oct  1 21:17:28 2002] [error] OpenSSL: error:0D09B00D:asn1 encoding 
routines:d2i_PrivateKey:ASN1 lib

This is NOT the case of file not being found and NOT the case of having 
to enter the passphrase. Also, I ran openssl -modulus, and the output is 
the same for the certificate and the key file.

I would be grateful for any recommendations.

Thanks,
Simon

-- 
Simon (Vsevolod ILyushchenko)   [EMAIL PROTECTED]
http://www.simonf.com  [EMAIL PROTECTED]

"Large software projects are like werewolves because
they transform unexpectedly from the familiar into horrors."
Fred Brooks


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



mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Zandi Patrick S TSgt AFRL/IFOSS
Title: Message



Hello folks, 
    
I getting strange errors on compile.   Anyone See this.. or have any 
ideas
Mod_ssl seems to 
work fine with
./configure \
--with-apache=../apache_1.3.26 \
--with-ssl=/usr/lcoal/ssl/ \
--prefix=/apache
 
However When 
I compile the apache I am getting the following.. 
 EEDED `../../apaci` 
-DSSL_COMPAT -I/usr/local/ssl/include -DMOD_SSL_VERSION=\"2.8.10\" 
ssl_scache_shmcb.cgcc -c  -I../../os/unix -I../../include   
-DSOLARIS2=290 -DMOD_SSL=208110 -DEAPI -DUSE_EXPAT -I../../lib/expat-lite 
-DNO_DL_NEEDED `../../apaci` -DSSL_COMPAT -I/usr/local/ssl/include 
-DMOD_SSL_VERSION=\"2.8.10\" ssl_expr.cflex -Pssl_expr_yy -s -B 
ssl_expr_scan.lsh: flex: not found*** Error code 1make: Fatal error: 
Command failed for target `ssl_expr_scan.c'Current working directory 
/home/oracle/building/apache_1.3.26/src/modules/ssl*** Error code 1make: 
Fatal error: Command failed for target `all'Current working directory 
/home/oracle/building/apache_1.3.26/src/modules*** Error code 1make: 
Fatal error: Command failed for target `subdirs'Current working directory 
/home/oracle/building/apache_1.3.26/src*** Error code 1make: Fatal 
error: Command failed for target `build-std'Current working directory 
/home/oracle/building/apache_1.3.26*** Error code 1make: Fatal error: 
Command failed for target `build'


RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Julian R Panchen
Title: Message









You need a copy of flex you can obtain the
source code from GNU see http://www.gnu.org/software/flex/

 

I am running Apache  1.3.26 and
mod_ssl 2.8.10 on Solaris 9 with no problems.

Regards

Julian R Panchen

 

-Original
Message-
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Zandi Patrick S TSgt
AFRL/IFOSS
Sent: 02 October 2002 17:57
To: '[EMAIL PROTECTED]'
Subject: mod_ssl-2.8.10-1.3.26 on
Solaris 9 getting errors 

 



Hello
folks, 





   
I getting strange errors on compile.   Anyone See this.. or have any
ideas





Mod_ssl
seems to work fine with





./configure \





--with-apache=../apache_1.3.26
\





--with-ssl=/usr/lcoal/ssl/
\





--prefix=/apache





 





However When
I compile the apache I am getting the following.. 





 EEDED
`../../apaci` -DSSL_COMPAT -I/usr/local/ssl/include
-DMOD_SSL_VERSION=\"2.8.10\" ssl_scache_shmcb.c
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=290
-DMOD_SSL=208110 -DEAPI -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED
`../../apaci` -DSSL_COMPAT -I/usr/local/ssl/include
-DMOD_SSL_VERSION=\"2.8.10\" ssl_expr.c
flex -Pssl_expr_yy -s -B ssl_expr_scan.l
sh: flex: not found
*** Error code 1
make: Fatal error: Command failed for target `ssl_expr_scan.c'
Current working directory /home/oracle/building/apache_1.3.26/src/modules/ssl
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /home/oracle/building/apache_1.3.26/src/modules
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /home/oracle/building/apache_1.3.26/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /home/oracle/building/apache_1.3.26
*** Error code 1
make: Fatal error: Command failed for target `build'












---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.393 / Virus Database: 223 - Release Date: 30/09/2002
 


RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Zandi Patrick S TSgt AFRL/IFOSS
Title: Message



It 
worked -- It figures.. Where did you find that is the Doc's 
?
I did 
not have to do that with solaris 8 !
= 8 
^)

  
  -Original Message-From: Julian R Panchen 
  [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 1:17 
  PMTo: [EMAIL PROTECTED]Subject: RE: 
  mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 
  
  You need a copy of 
  flex you can obtain the source code from GNU see http://www.gnu.org/software/flex/
   
  I am running 
  Apache  1.3.26 and mod_ssl 2.8.10 on Solaris 9 with no 
  problems.
  Regards
  Julian R 
  Panchen
   
  -Original 
  Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Zandi Patrick S TSgt 
  AFRL/IFOSSSent: 02 October 
  2002 17:57To: 
  '[EMAIL PROTECTED]'Subject: mod_ssl-2.8.10-1.3.26 on Solaris 
  9 getting errors 
   
  
  Hello 
  folks, 
  
      I 
  getting strange errors on compile.   Anyone See this.. or have any 
  ideas
  
  Mod_ssl 
  seems to work fine with
  
  ./configure \
  
  --with-apache=../apache_1.3.26 
  \
  
  --with-ssl=/usr/lcoal/ssl/ 
  \
  
  --prefix=/apache
  
   
  
  However When I 
  compile the apache I am getting the 
  following.. 
  
   EEDED 
  `../../apaci` -DSSL_COMPAT -I/usr/local/ssl/include 
  -DMOD_SSL_VERSION=\"2.8.10\" ssl_scache_shmcb.cgcc -c  
  -I../../os/unix -I../../include   -DSOLARIS2=290 -DMOD_SSL=208110 
  -DEAPI -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` 
  -DSSL_COMPAT -I/usr/local/ssl/include -DMOD_SSL_VERSION=\"2.8.10\" 
  ssl_expr.cflex -Pssl_expr_yy -s -B ssl_expr_scan.lsh: flex: not 
  found*** Error code 1make: Fatal error: Command failed for target 
  `ssl_expr_scan.c'Current working directory 
  /home/oracle/building/apache_1.3.26/src/modules/ssl*** Error code 
  1make: Fatal error: Command failed for target `all'Current working 
  directory /home/oracle/building/apache_1.3.26/src/modules*** Error code 
  1make: Fatal error: Command failed for target `subdirs'Current working 
  directory /home/oracle/building/apache_1.3.26/src*** Error code 1make: 
  Fatal error: Command failed for target `build-std'Current working 
  directory /home/oracle/building/apache_1.3.26*** Error code 1make: 
  Fatal error: Command failed for target 
  `build'
  ---Outgoing mail is certified Virus Free.Checked by 
  AVG anti-virus system (http://www.grisoft.com).Version: 6.0.393 / Virus 
  Database: 223 - Release Date: 
30/09/2002


OpenSSL 0.9.6e and Apache 2.0.39.

2002-10-02 Thread Xiao, Wei
Title: OpenSSL 0.9.6e and Apache 2.0.39.





I was trying to install apache with SSL. I can build and install OpenSSL 0.9.6e. When I run configure of Apache, I got following error messages,

checking for SSL/TLS toolkit base... /usr/ssl/install/openssl/
checking for SSL/TLS toolkit version...
checking for SSL/TLS toolkit includes... configure: error: OpenSSL headers not found


If you can help, that will be great. Thank you very much.


Wei


Wei Xiao
Safelite Glass Corp
IS - Web Development
[EMAIL PROTECTED]
614.798.2361






RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Zandi Patrick S TSgt AFRL/IFOSS
Title: Message



Well 
it compiles anyhoo.. 
After 
make, 
make 
certificate, 
and 
make install   now if I type apachectl start   or apachectl 
startssl  
Core 
Segmentation errors.

  
  -Original Message-From: Zandi Patrick S 
  TSgt AFRL/IFOSS [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 
  October 02, 2002 1:41 PMTo: 
  '[EMAIL PROTECTED]'Subject: RE: mod_ssl-2.8.10-1.3.26 on 
  Solaris 9 getting errors 
  It 
  worked -- It figures.. Where did you find that is the Doc's 
  ?
  I 
  did not have to do that with solaris 8 !
  = 8 
  ^)
  

-Original Message-From: Julian R 
Panchen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 
2002 1:17 PMTo: [EMAIL PROTECTED]Subject: RE: 
mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 

You need a copy of 
flex you can obtain the source code from GNU see http://www.gnu.org/software/flex/
 
I am running 
Apache  1.3.26 and mod_ssl 2.8.10 on Solaris 9 with no 
problems.
Regards
Julian R 
Panchen
 
-Original 
Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
On Behalf Of Zandi Patrick S 
TSgt AFRL/IFOSSSent: 02 
October 2002 17:57To: 
'[EMAIL PROTECTED]'Subject: mod_ssl-2.8.10-1.3.26 on 
Solaris 9 getting errors 
 

Hello 
folks, 

    
I getting strange errors on compile.   Anyone See this.. or have 
any ideas

Mod_ssl seems to 
work fine with

./configure \

--with-apache=../apache_1.3.26 
\

--with-ssl=/usr/lcoal/ssl/ 
\

--prefix=/apache

 

However When 
I compile the apache I am getting the 
following.. 

 EEDED 
`../../apaci` -DSSL_COMPAT -I/usr/local/ssl/include 
-DMOD_SSL_VERSION=\"2.8.10\" ssl_scache_shmcb.cgcc -c  
-I../../os/unix -I../../include   -DSOLARIS2=290 -DMOD_SSL=208110 
-DEAPI -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` 
-DSSL_COMPAT -I/usr/local/ssl/include -DMOD_SSL_VERSION=\"2.8.10\" 
ssl_expr.cflex -Pssl_expr_yy -s -B ssl_expr_scan.lsh: flex: not 
found*** Error code 1make: Fatal error: Command failed for target 
`ssl_expr_scan.c'Current working directory 
/home/oracle/building/apache_1.3.26/src/modules/ssl*** Error code 
1make: Fatal error: Command failed for target `all'Current working 
directory /home/oracle/building/apache_1.3.26/src/modules*** Error code 
1make: Fatal error: Command failed for target `subdirs'Current 
working directory /home/oracle/building/apache_1.3.26/src*** Error code 
1make: Fatal error: Command failed for target `build-std'Current 
working directory /home/oracle/building/apache_1.3.26*** Error code 
1make: Fatal error: Command failed for target 
`build'
---Outgoing mail is certified Virus Free.Checked by 
AVG anti-virus system (http://www.grisoft.com).Version: 6.0.393 / Virus 
Database: 223 - Release Date: 
30/09/2002


RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Julian R Panchen
Title: Message









Glad to be of help.

 

Flex was included in the Solaris 8 free
software did you may have gotten it from there.

 

-Original
Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On
Behalf Of Zandi Patrick S TSgt AFRL/IFOSS
Sent: 02 October 2002 18:41
To: '[EMAIL PROTECTED]'
Subject: RE: mod_ssl-2.8.10-1.3.26
on Solaris 9 getting errors 

 



It worked -- It figures..
Where did you find that is the Doc's ?





I did not have to do that
with solaris 8 !





= 8 ^)





-Original Message-
From: Julian R Panchen [mailto:[EMAIL PROTECTED]]

Sent: Wednesday, October 02, 2002
1:17 PM
To: [EMAIL PROTECTED]
Subject: RE: mod_ssl-2.8.10-1.3.26
on Solaris 9 getting errors 

You need a copy of flex you can
obtain the source code from GNU see http://www.gnu.org/software/flex/

 

I am running Apache 
1.3.26 and mod_ssl 2.8.10 on Solaris 9 with no problems.

Regards

Julian R Panchen

 

-Original
Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On
Behalf Of Zandi Patrick S TSgt AFRL/IFOSS
Sent: 02 October 2002 17:57
To: '[EMAIL PROTECTED]'
Subject: mod_ssl-2.8.10-1.3.26 on
Solaris 9 getting errors 

 



Hello
folks, 





   
I getting strange errors on compile.   Anyone See this.. or have any
ideas





Mod_ssl
seems to work fine with





./configure \





--with-apache=../apache_1.3.26
\





--with-ssl=/usr/lcoal/ssl/
\





--prefix=/apache





 





However When
I compile the apache I am getting the following.. 





 EEDED
`../../apaci` -DSSL_COMPAT -I/usr/local/ssl/include
-DMOD_SSL_VERSION=\"2.8.10\" ssl_scache_shmcb.c
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=290
-DMOD_SSL=208110 -DEAPI -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci`
-DSSL_COMPAT -I/usr/local/ssl/include -DMOD_SSL_VERSION=\"2.8.10\"
ssl_expr.c
flex -Pssl_expr_yy -s -B ssl_expr_scan.l
sh: flex: not found
*** Error code 1
make: Fatal error: Command failed for target `ssl_expr_scan.c'
Current working directory /home/oracle/building/apache_1.3.26/src/modules/ssl
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /home/oracle/building/apache_1.3.26/src/modules
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /home/oracle/building/apache_1.3.26/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /home/oracle/building/apache_1.3.26
*** Error code 1
make: Fatal error: Command failed for target `build'



 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.393 / Virus Database: 223 - Release Date: 30/09/2002










---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.393 / Virus Database: 223 - Release Date: 30/09/2002
 


RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Zandi Patrick S TSgt AFRL/IFOSS
Title: Message



OK lets try again... 

    Env: Solaris 9 64 bit, 

    GCC gcc -vReading 
specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.1/specsConfigured 
with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld 
--disable-nlsThread model: posixgcc version 
3.1 openssl - openssl  OpenSSL> 
version  OpenSSL 0.9.6g 9 Aug 2002flex-2.5.4 installed 
./configure  make, make install
binutils-2.13.tar  
installed
apache_1.3.26
mod_ssl-2.8.10-1.3.26
///  should I modify 
something here
 
 


RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Julian R Panchen

I managed to get it working here (as far as I can remember) is what I
did.

I used openssl-0.9.6g mod_ssl-2.8.10 apache_1.3.26 and mm-1.2.1

Referring to the mod_ssl INSTALL file I followed steps 1 through 4 with
all optional steps.

I then used 5b with the following commands

In mod_ssl
./configure –with-apache=../apache_1.3.26

In apache_1.3.26
EAPI_MM=../mm-1.2.1 \
   SSL_BASE=../openssl-0.9.6g \ 
   ./configure \  
   --with-layout=Apache \   
   --server-uid=apache \
   --server-gid=daemon \
   --with-perl=/usr/local/bin/perl \
   --prefix=/export/apache \
   --enable-module=most \   
   --enable-shared=max \
   --enable-module=ssl \
   --disable-rule=SSL_COMPAT \  
   --enable-rule=SSL_SDBM
make
make certificate
make install

You will probably need to change the configure for apache, not least the
perl location if you are using mod_perl.

Hopefully this will be of some help to you.

-- 
Julian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Zandi Patrick S TSgt
AFRL/IFOSS
Sent: 02 October 2002 18:51
To: '[EMAIL PROTECTED]'
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 

Well it compiles anyhoo.. 
After make, 
make certificate, 
and make install   now if I type apachectl start   or apachectl
startssl  
Core Segmentation errors.
-Original Message-
From: Zandi Patrick S TSgt AFRL/IFOSS [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 02, 2002 1:41 PM
To: '[EMAIL PROTECTED]'
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 
It worked -- It figures.. Where did you find that is the Doc's ?
I did not have to do that with solaris 8 !
= 8 ^)
-Original Message-
From: Julian R Panchen [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 02, 2002 1:17 PM
To: [EMAIL PROTECTED]
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 
You need a copy of flex you can obtain the source code from GNU see
http://www.gnu.org/software/flex/
 
I am running Apache  1.3.26 and mod_ssl 2.8.10 on Solaris 9 with no
problems.
Regards
Julian R Panchen
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Zandi Patrick S TSgt
AFRL/IFOSS
Sent: 02 October 2002 17:57
To: '[EMAIL PROTECTED]'
Subject: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 
 
Hello folks, 
    I getting strange errors on compile.   Anyone See this.. or have any
ideas
Mod_ssl seems to work fine with
./configure \
--with-apache=../apache_1.3.26 \
--with-ssl=/usr/lcoal/ssl/ \
--prefix=/apache
 
However When I compile the apache I am getting the following.. 
 EEDED `../../apaci` -DSSL_COMPAT -I/usr/local/ssl/include
-DMOD_SSL_VERSION=\"2.8.10\" ssl_scache_shmcb.c
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=290
-DMOD_SSL=208110 -DEAPI -DUSE_EXPAT -I../../lib/expat-lite
-DNO_DL_NEEDED `../../apaci` -DSSL_COMPAT -I/usr/local/ssl/include
-DMOD_SSL_VERSION=\"2.8.10\" ssl_expr.c
flex -Pssl_expr_yy -s -B ssl_expr_scan.l
sh: flex: not found
*** Error code 1
make: Fatal error: Command failed for target `ssl_expr_scan.c'
Current working directory
/home/oracle/building/apache_1.3.26/src/modules/ssl
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory
/home/oracle/building/apache_1.3.26/src/modules
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /home/oracle/building/apache_1.3.26/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /home/oracle/building/apache_1.3.26
*** Error code 1
make: Fatal error: Command failed for target `build'

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.393 / Virus Database: 223 - Release Date: 30/09/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.393 / Virus Database: 223 - Release Date: 30/09/2002
 

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



RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread camccuk

Zandi Patrick S TSgt AFRL/IFOSS <[EMAIL PROTECTED]> wrote:

>OK lets try again... 
>    Env: Solaris 9 64 bit, 
>    GCC gcc -v
>Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.1/specs
>Configured with: ../configure --with-as=/usr/ccs/bin/as
>--with-ld=/usr/ccs/bin/ld --disable-nls
>Thread model: posix
>gcc version 3.1
>     openssl - openssl  OpenSSL> version  OpenSSL 0.9.6g 9 Aug 2002
>flex-2.5.4 installed ./configure  make, make install
>binutils-2.13.tar  installed
>apache_1.3.26
>mod_ssl-2.8.10-1.3.26
>///  should I modify something here

My usual is:
Configure mod_ssl first:

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

you should see the following:

Configuring mod_ssl/2.8.10 for Apache/1.3.26
 + Apache location: ../apache_1.3.26 (Version 1.3.26)
 + Auxiliary patch tool: ./etc/patch/patch (local)
 + Applying packages to Apache source tree:
   o Extended API (EAPI)
   o Distribution Documents
   o SSL Module Source
   o SSL Support
   o SSL Configuration Additions
   o SSL Module Documentation
   o Addons
Done: source extension and patches successfully applied.

go to apache dir to configure & make (with whatever options you need):

./configure  --with-layout=whatever \
--enable-rule=EAPI \
--enable-module=ssl \
--enable-module=rewrite --enable-shared=rewrite \
--enable-module=cgi --enable-shared=cgi \
--enable-module=dir --enable-shared=dir \
--enable-module=negotiation --enable-shared=negotiation \
--enable-module=mime --enable-shared=mime \
--enable-module=mime_magic --enable-shared=mime_magic \
--enable-module=log_config --enable-shared=log_config \
--enable-module=vhost_alias --enable-shared=vhost_alias \
--enable-module=alias --enable-shared=alias \
--enable-module=access --enable-shared=access \
--enable-module=auth --enable-shared=auth \
--enable-module=auth_anon --enable-shared=auth_anon \
--enable-module=env --enable-shared=env \
--enable-module=actions --enable-shared=actions \
--enable-module=proxy --enable-shared=proxy \
--enable-module=mmap_static --enable-shared=mmap_static \
--enable-module=expires --enable-shared=expires \
--enable-module=headers --enable-shared=headers \
--enable-module=usertrack --enable-shared=usertrack \
--enable-module=unique_id --enable-shared=unique_id \
--enable-module=setenvif --enable-shared=setenvif

make
make certificate
make install

RedHat so YMMV.. See also: http://www.tldp.org/HOWTO/Apache-Compile-HOWTO/index.html

cam 
-
[EMAIL PROTECTED]


__
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



new errors in log files

2002-10-02 Thread Jeff Bert

Hi, i'm new to this list and I upgraded to mod-ssl/2.8.10 and OpenSSL/0.9.6g
a couple of weeks ago and i've just started seeing a bunch of new errors in
my logs this last week.  I have no clue whether they are hack attempts or
errors in my setup:

ssl-error_log:
[Wed Oct  2 00:43:47 2002] [error] mod_ssl: SSL handshake failed (server
www.mycom.com:443, client 202.125.137.145) (OpenSSL library error follows)
[Wed Oct  2 00:43:47 2002] [error] OpenSSL: error:1406B458:SSL
routines:GET_CLIENT_MASTER_KEY:key arg too long

ssl-engine_log:
[02/Oct/2002 00:43:07 02011] [info]  Connection to child 2 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:07 02011] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:08 02010] [info]  Connection to child 1 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:08 02010] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:09 02025] [info]  Connection to child 7 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:09 02025] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:10 02022] [info]  Connection to child 5 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:10 02022] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:16 02024] [info]  Connection to child 6 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:16 02024] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:19 02028] [info]  Connection to child 9 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:19 02028] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:20 02027] [info]  Connection to child 8 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:20 02027] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:21 02013] [info]  Connection to child 4 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:21 02013] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:21 02012] [info]  Connection to child 3 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:21 02012] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:22 02009] [info]  Connection to child 0 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:22 02009] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:22 16722] [info]  Connection to child 10 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:22 16722] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:23 16723] [info]  Connection to child 11 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:23 16723] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:24 16724] [info]  Connection to child 12 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:24 16724] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:25 16725] [info]  Connection to child 13 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:25 16725] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:26 16726] [info]  Connection to child 14 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:26 16726] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:27 16727] [info]  Connection to child 15 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:27 16727] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:28 16728] [info]  Connection to child 16 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:28 16728] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:29 16729] [info]  Connection to child 17 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:29 16729] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:38 16731] [info]  Connection to child 19 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:38 16731] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:39 16732] [info]  Connection to child 20 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:39 16732] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:40 16733] [info]  Connection to child 21 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:40 16733] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:45 16734] [info]  Connection to child 22 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:45 16734] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:47 16733] [error] SSL handshake failed (server
www

new errors in log files

2002-10-02 Thread Jeff Bert

Hi, i'm new to this list and I upgraded to mod-ssl/2.8.10 and OpenSSL/0.9.6g
a couple of weeks ago and i've just started seeing a bunch of new errors in
my logs this last week.  I have no clue whether they are hack attempts or
errors in my setup:

ssl-error_log:
[Wed Oct  2 00:43:47 2002] [error] mod_ssl: SSL handshake failed (server
www.mycom.com:443, client 202.125.137.145) (OpenSSL library error follows)
[Wed Oct  2 00:43:47 2002] [error] OpenSSL: error:1406B458:SSL
routines:GET_CLIENT_MASTER_KEY:key arg too long

ssl-engine_log:
[02/Oct/2002 00:43:07 02011] [info]  Connection to child 2 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:07 02011] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:08 02010] [info]  Connection to child 1 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:08 02010] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:09 02025] [info]  Connection to child 7 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:09 02025] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:10 02022] [info]  Connection to child 5 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:10 02022] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:16 02024] [info]  Connection to child 6 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:16 02024] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:19 02028] [info]  Connection to child 9 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:19 02028] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:20 02027] [info]  Connection to child 8 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:20 02027] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:21 02013] [info]  Connection to child 4 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:21 02013] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:21 02012] [info]  Connection to child 3 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:21 02012] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:22 02009] [info]  Connection to child 0 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:22 02009] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:22 16722] [info]  Connection to child 10 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:22 16722] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:23 16723] [info]  Connection to child 11 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:23 16723] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:24 16724] [info]  Connection to child 12 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:24 16724] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:25 16725] [info]  Connection to child 13 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:25 16725] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:26 16726] [info]  Connection to child 14 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:26 16726] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:27 16727] [info]  Connection to child 15 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:27 16727] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:28 16728] [info]  Connection to child 16 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:28 16728] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:29 16729] [info]  Connection to child 17 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:29 16729] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:38 16731] [info]  Connection to child 19 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:38 16731] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:39 16732] [info]  Connection to child 20 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:39 16732] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:40 16733] [info]  Connection to child 21 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:40 16733] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:45 16734] [info]  Connection to child 22 established
(server www.mycom.com:443, client 202.125.137.145)
[02/Oct/2002 00:43:45 16734] [info]  Seeding PRNG with 1160 bytes of entropy
[02/Oct/2002 00:43:47 16733] [error] SSL handshake failed (server
www

RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Zandi Patrick S TSgt AFRL/IFOSS

OK, This worked pretty good, 
Now after a dozen #commenting out of lines due to ./httpd -t errors..
Syntax is ok, But If I run it.. I am getting (started) no pid's
And the error_log is saying 
 more error_log
[Wed Oct  2 14:58:23 2002] [crit] (126)Cannot assign requested address:
make_sock: could not bind to address 128.13.166.120 p
ort 80
[Wed Oct  2 15:09:44 2002] [crit] (126)Cannot assign requested address:
make_sock: could not bind to address 128.13.166.120 p
ort 443
[Wed Oct  2 15:13:02 2002] [crit] (126)Cannot assign requested address:
make_sock: could not bind to address 128.13.166.120 p
ort 443
[Wed Oct  2 15:14:28 2002] [crit] (126)Cannot assign requested address:
make_sock: could not bind to address 128.13.166.120 p
ort 443

-Original Message-
From: Julian R Panchen [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 02, 2002 2:24 PM
To: [EMAIL PROTECTED]
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 


I managed to get it working here (as far as I can remember) is what I did.

I used openssl-0.9.6g mod_ssl-2.8.10 apache_1.3.26 and mm-1.2.1

Referring to the mod_ssl INSTALL file I followed steps 1 through 4 with all
optional steps.

I then used 5b with the following commands

In mod_ssl
./configure -with-apache=../apache_1.3.26

In apache_1.3.26
EAPI_MM=../mm-1.2.1 \
   SSL_BASE=../openssl-0.9.6g \ 
   ./configure \  
   --with-layout=Apache \   
   --server-uid=apache \
   --server-gid=daemon \
   --with-perl=/usr/local/bin/perl \
   --prefix=/export/apache \
   --enable-module=most \   
   --enable-shared=max \
   --enable-module=ssl \
   --disable-rule=SSL_COMPAT \  
   --enable-rule=SSL_SDBM
make
make certificate
make install

You will probably need to change the configure for apache, not least the
perl location if you are using mod_perl.

Hopefully this will be of some help to you.

-- 
Julian

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Zandi Patrick S TSgt AFRL/IFOSS
Sent: 02 October 2002 18:51
To: '[EMAIL PROTECTED]'
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 

Well it compiles anyhoo.. 
After make, 
make certificate, 
and make install   now if I type apachectl start   or apachectl startssl  
Core Segmentation errors.
-Original Message-
From: Zandi Patrick S TSgt AFRL/IFOSS [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 02, 2002 1:41 PM
To: '[EMAIL PROTECTED]'
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 
It worked -- It figures.. Where did you find that is the Doc's ? I did not
have to do that with solaris 8 ! = 8 ^) -Original Message-
From: Julian R Panchen [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 02, 2002 1:17 PM
To: [EMAIL PROTECTED]
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 
You need a copy of flex you can obtain the source code from GNU see
http://www.gnu.org/software/flex/
 
I am running Apache  1.3.26 and mod_ssl 2.8.10 on Solaris 9 with no
problems. Regards Julian R Panchen
 
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Zandi Patrick S TSgt AFRL/IFOSS
Sent: 02 October 2002 17:57
To: '[EMAIL PROTECTED]'
Subject: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 
 
Hello folks, 
    I getting strange errors on compile.   Anyone See this.. or have any
ideas Mod_ssl seems to work fine with ./configure \
--with-apache=../apache_1.3.26 \ --with-ssl=/usr/lcoal/ssl/ \
--prefix=/apache
 
However When I compile the apache I am getting the following.. 
 EEDED `../../apaci` -DSSL_COMPAT -I/usr/local/ssl/include
-DMOD_SSL_VERSION=\"2.8.10\" ssl_scache_shmcb.c gcc -c  -I../../os/unix
-I../../include   -DSOLARIS2=290 -DMOD_SSL=208110 -DEAPI -DUSE_EXPAT
-I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` -DSSL_COMPAT
-I/usr/local/ssl/include -DMOD_SSL_VERSION=\"2.8.10\" ssl_expr.c flex
-Pssl_expr_yy -s -B ssl_expr_scan.l
sh: flex: not found
*** Error code 1
make: Fatal error: Command failed for target `ssl_expr_scan.c' Current
working directory /home/oracle/building/apache_1.3.26/src/modules/ssl
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /home/oracle/building/apache_1.3.26/src/modules
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /home/oracle/building/apache_1.3.26/src
*** Error code 1
make: Fatal error: Command failed for target `build-std' Current working
directory /home/oracle/building/apache_1.3.26
*** Error code 1
make: Fatal error: Command failed for target `build'

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.393 / Virus Database: 223 - Release Date: 30/09/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://

RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Julian R Panchen

Either you are not running it as root or port 80 is already in use by a
different web server.

J

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Zandi Patrick S TSgt
AFRL/IFOSS
Sent: 02 October 2002 20:18
To: '[EMAIL PROTECTED]'
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 

OK, This worked pretty good, 
Now after a dozen #commenting out of lines due to ./httpd -t errors..
Syntax is ok, But If I run it.. I am getting (started) no pid's
And the error_log is saying 
 more error_log
[Wed Oct  2 14:58:23 2002] [crit] (126)Cannot assign requested address:
make_sock: could not bind to address 128.13.166.120 p
ort 80
[Wed Oct  2 15:09:44 2002] [crit] (126)Cannot assign requested address:
make_sock: could not bind to address 128.13.166.120 p
ort 443
[Wed Oct  2 15:13:02 2002] [crit] (126)Cannot assign requested address:
make_sock: could not bind to address 128.13.166.120 p
ort 443
[Wed Oct  2 15:14:28 2002] [crit] (126)Cannot assign requested address:
make_sock: could not bind to address 128.13.166.120 p
ort 443

-Original Message-
From: Julian R Panchen [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 02, 2002 2:24 PM
To: [EMAIL PROTECTED]
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 


I managed to get it working here (as far as I can remember) is what I
did.

I used openssl-0.9.6g mod_ssl-2.8.10 apache_1.3.26 and mm-1.2.1

Referring to the mod_ssl INSTALL file I followed steps 1 through 4 with
all
optional steps.

I then used 5b with the following commands

In mod_ssl
./configure -with-apache=../apache_1.3.26

In apache_1.3.26
EAPI_MM=../mm-1.2.1 \
   SSL_BASE=../openssl-0.9.6g \ 
   ./configure \  
   --with-layout=Apache \   
   --server-uid=apache \
   --server-gid=daemon \
   --with-perl=/usr/local/bin/perl \
   --prefix=/export/apache \
   --enable-module=most \   
   --enable-shared=max \
   --enable-module=ssl \
   --disable-rule=SSL_COMPAT \  
   --enable-rule=SSL_SDBM
make
make certificate
make install

You will probably need to change the configure for apache, not least the
perl location if you are using mod_perl.

Hopefully this will be of some help to you.

-- 
Julian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Behalf Of Zandi Patrick S TSgt AFRL/IFOSS
Sent: 02 October 2002 18:51
To: '[EMAIL PROTECTED]'
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 

Well it compiles anyhoo.. 
After make, 
make certificate, 
and make install   now if I type apachectl start   or apachectl
startssl  
Core Segmentation errors.
-Original Message-
From: Zandi Patrick S TSgt AFRL/IFOSS [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 02, 2002 1:41 PM
To: '[EMAIL PROTECTED]'
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 
It worked -- It figures.. Where did you find that is the Doc's ? I did
not
have to do that with solaris 8 ! = 8 ^) -Original Message-
From: Julian R Panchen [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 02, 2002 1:17 PM
To: [EMAIL PROTECTED]
Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 
You need a copy of flex you can obtain the source code from GNU see
http://www.gnu.org/software/flex/
 
I am running Apache  1.3.26 and mod_ssl 2.8.10 on Solaris 9 with no
problems. Regards Julian R Panchen
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Behalf Of Zandi Patrick S TSgt AFRL/IFOSS
Sent: 02 October 2002 17:57
To: '[EMAIL PROTECTED]'
Subject: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors 
 
Hello folks, 
    I getting strange errors on compile.   Anyone See this.. or have any
ideas Mod_ssl seems to work fine with ./configure \
--with-apache=../apache_1.3.26 \ --with-ssl=/usr/lcoal/ssl/ \
--prefix=/apache
 
However When I compile the apache I am getting the following.. 
 EEDED `../../apaci` -DSSL_COMPAT -I/usr/local/ssl/include
-DMOD_SSL_VERSION=\"2.8.10\" ssl_scache_shmcb.c gcc -c  -I../../os/unix
-I../../include   -DSOLARIS2=290 -DMOD_SSL=208110 -DEAPI -DUSE_EXPAT
-I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` -DSSL_COMPAT
-I/usr/local/ssl/include -DMOD_SSL_VERSION=\"2.8.10\" ssl_expr.c flex
-Pssl_expr_yy -s -B ssl_expr_scan.l
sh: flex: not found
*** Error code 1
make: Fatal error: Command failed for target `ssl_expr_scan.c' Current
working directory /home/oracle/building/apache_1.3.26/src/modules/ssl
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory
/home/oracle/building/apache_1.3.26/src/modules
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /home/oracle/building/apache_1.3.26/src
*** Error code 1
make: Fatal error: Command failed for target `build-std' Current working
directory /home/oracle/building/

Multiple _identical_ servers with different server names

2002-10-02 Thread Michael T. Babcock

I have a client who wants to host multiple mirrors of the same SSL 
website that point to the same data; is there any way to do this without 
consuming additional IPs?  Could I have the other names accept on :443 
in HTTP mode and redirect??

Thanks for any help.

-- 
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock


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



Fw: Apache 2.0.42 / Win2000 / OpenSSL ?

2002-10-02 Thread Harald Wopenka

Hi there,

is there already a possibility to use https with Apache 2? Does anybody know
a HowTo where I can see step by step how I can setup SSL on Apache 2 on my
Windows 2000 Server?

Thanks in advance,
Harry


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



Re: Fw: Apache 2.0.42 / Win2000 / OpenSSL ?

2002-10-02 Thread hunter

Harald Wopenka wrote:
> Hi there,
> 
> is there already a possibility to use https with Apache 2? Does anybody know
> a HowTo where I can see step by step how I can setup SSL on Apache 2 on my
> Windows 2000 Server?
> 
> Thanks in advance,
> Harry
> 
> 
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
> 

Harold,

If you do not want to build your own then use these binaries that I just 
recently built.

http://hunter.campbus.com/Apache_2.0.42-OpenSSL_0.9.6g-Win32.zip

If you want to build your own follow the instructions from an earlier 
reply to another user...


NOTE: A new release of Apache2 has occurred since I di these notes.

You will have to do quite a bit of configuring to get this working. 
When you get to that part, read/and ask questions...



 > OLD EMAIL >>>

I apologize for the sloppiness...

hunter wrote:
arcean wrote:

(snip)
I will have to download new source and try again to know what the 
situation is and I am sorry but I have to run off to work.  Later, ok?

Chris.

I have not located an msi installer for Apache 2.0.39
These are the steps that I followed build it from source.

1. Download httpd-2.0.39-win32-src.zip
2. Unzip into directory httpd-2.0.39
3. Create directory ?:\httpd-2.0.39\srclib\openssl
4. Extract openssl-0.9.6d.tar.gz
5. Copy the contents of \openssl-0.9.6d to \httpd-2.0.39\srclib\openssl
6. Go to :\httpd-2.0.39\srclib\openssl follow instructions in INSTALL.W32

Bellow is the results mixed within the instructionss...

  Visual C++
  --

  First should run Configure:

  > perl Configure VC-WIN32

2002.07.17 21.47.37.13
[I:\httpd-2.0.39\srclib\openssl]perl configure VC-WIN32
Configuring for VC-WIN32
IsWindows=1
CC=cl
CFLAG =-DTHREADS  -DDSO_WIN32
EX_LIBS   =
BN_ASM=bn_asm.o
DES_ENC   =des_enc.o fcrypt_b.o
BF_ENC=bf_enc.o
CAST_ENC  =c_enc.o
RC4_ENC   =rc4_enc.o
RC5_ENC   =rc5_enc.o
MD5_OBJ_ASM   =
SHA1_OBJ_ASM  =
RMD160_OBJ_ASM=
PROCESSOR =
RANLIB=/usr/bin/ranlib
PERL  =/usr/bin/perl
THIRTY_TWO_BIT mode
BN_LLONG mode
RC4_INDEX mode
RC4_CHUNK is undefined

Configured for VC-WIN32.

2002.07.17 21.48.04.99
[I:\httpd-2.0.39\srclib\openssl]

  Next you need to build the Makefiles and optionally the assembly language
  files:

  - If you are using MASM then run:

> ms\do_masm

2002.07.17 21.48.04.99
[I:\httpd-2.0.39\srclib\openssl]ms\do_masm
Generating x86 for MASM assember
Bignum
DES
"crypt(3)"
Blowfish
CAST5
RC4
MD5
SHA1
RIPEMD160
RC5\32

2002.07.17 21.49.00.49
[I:\httpd-2.0.39\srclib\openssl]perl util\mkfiles.pl  1>MINFO

2002.07.17 21.49.00.85
[I:\httpd-2.0.39\srclib\openssl]rem perl util\mk1mf.pl VC-MSDOS no-sock 
 >ms\msdos.mak

2002.07.17 21.49.00.85
[I:\httpd-2.0.39\srclib\openssl]rem perl util\mk1mf.pl VC-W31-32 >ms\w31.mak

2002.07.17 21.49.00.85
[I:\httpd-2.0.39\srclib\openssl]perl util\mk1mf.pl dll VC-W31-32 
1>ms\w31dll.mak
unknown option -

2002.07.17 21.49.01.34
[I:\httpd-2.0.39\srclib\openssl]perl util\mk1mf.pl VC-WIN32  1>ms\nt.mak
unknown option -

2002.07.17 21.49.01.79
[I:\httpd-2.0.39\srclib\openssl]perl util\mk1mf.pl dll VC-WIN32 
1>ms\ntdll.mak
unknown option -

2002.07.17 21.49.02.23
[I:\httpd-2.0.39\srclib\openssl]perl util\mkdef.pl 16 libeay 
1>ms\libeay16.def

2002.07.17 21.49.05.07
[I:\httpd-2.0.39\srclib\openssl]perl util\mkdef.pl 32 libeay 
1>ms\libeay32.def

2002.07.17 21.49.07.95
[I:\httpd-2.0.39\srclib\openssl]perl util\mkdef.pl 16 ssleay 
1>ms\ssleay16.def

2002.07.17 21.49.10.64
[I:\httpd-2.0.39\srclib\openssl]perl util\mkdef.pl 32 ssleay 
1>ms\ssleay32.def

2002.07.17 21.49.13.33
[I:\httpd-2.0.39\srclib\openssl]

  - If you are using NASM then run:

> ms\do_nasm

  - If you don't want to use the assembly language files at all then run:

> ms\do_ms

  If you get errors about things not having numbers assigned then check 
the troubleshooting section: you probably won't be able to compile it as 
it stands.

  Then from the VC++ environment at a prompt do:

  > nmake -f ms\ntdll.mak

2002.07.17 21.49.13.33
[I:\httpd-2.0.39\srclib\openssl]nmake -f ms\ntdll.mak

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

' in macroak(239) : fatal error U1001: syntax error : illegal character '
Stop.

2002.07.17 21.50.09.96
[I:\httpd-2.0.39\srclib\openssl]nmake -f ms\ntdll.mak


   in macroak(239) : fatal error U1001: syntax error : illegal character
- this is the error you get when you use the new cygwin perl...

...make certain older perl is ahead in path and start over...


2002.07.17 21.57.07.91
[I:\httpd-2.0.39\srclib\openssl]perl configure VC-WIN32
Configuring for VC-WIN32
IsWindows=1
CC=cl
CFLAG =-DTHREADS  

Re: OpenSSL 0.9.6e and Apache 2.0.39.

2002-10-02 Thread hunter

Xiao, Wei wrote:
> I was trying to install apache with SSL. I can build and install OpenSSL 
> 0.9.6e. When I run configure of Apache, I got following error messages,
> 
> checking for SSL/TLS toolkit base... /usr/ssl/install/openssl/
> checking for SSL/TLS toolkit version...
> checking for SSL/TLS toolkit includes... configure: error: OpenSSL 
> headers not found
> 
> If you can help, that will be great. Thank you very much.
> 
> Wei
> 
> Wei Xiao
> Safelite Glass Corp
> IS - Web Development
> [EMAIL PROTECTED]
> 614.798.2361
> 

What operating system?

You should not be using anything less than OpenSSL 0.9.6g ... there are 
exploitable flaws in the previous versions.

Chris.


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



Re: Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip

2002-10-02 Thread hunter

Jim Lee wrote:
> 
> Hi,
> 
> I have tested the Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip
> file in a test environment and it works fine.
> 
> You could go ahead and upload it to the
> http://www.modssl.org/contrib/ftp/contrib/ location.
> 
> Thanks and Regards,
> 
> Bye,
> -Jim.
> 
>> From: hunter Reply-To: [EMAIL PROTECTED]
>> To: [EMAIL PROTECTED]
>> Subject: Re: Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip
>> Date: Wed, 25 Sep 2002 01:03:47 -0400
>>
>> Jim Lee wrote:
>>
>>>
>>> Hi,
>>>
>>> I wish to have this file that hunter has contributed 
>>> (Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip) to be 
>>> available to everyone without any problems.
>>>
>> Jim and friends,
>>
>> I have also tried to contact someone at OpenSSL, with no reply.
>>
>> My server is managing and there have been fairly frequent downloads -- 
>> I am not concerned yet.  I will have to remove the files if it looks 
>> as though I will exceed my upload limit.  My original concerns are 
>> probably unwarranted.
>>
>> The files are not that large, so if you can endure the slow download, 
>> you are all welcome to help yourselves.
>>
>> Jim, the build is ok then?  You have it up and running?
>>
>> Chris.
>>
>>
>>
>>
>>
> 
> 
> _
> Join the world's largest e-mail service with MSN Hotmail. 
> http://www.hotmail.com
> 
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]
> 

Jim,

Thank you for testing the code and letting us know that it is ok!

I have been unsuccessfull in getting the attention of anyone at mod_ssl, 
but Ken Campney has made a server available to host Windows binaries.

These are the urls...

http://hunter.campbus.com/Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip
http://hunter.campbus.com/Openssl-0.9.6g-Win32.zip

http://hunter.campbus.com/Apache_2.0.42-OpenSSL_0.9.6g-Win32.zip

The files are still available from my server but I would rather that 
people take the files from the urls above, so that I don't use up my 
upload quota.

I will continue to try uploading to... 
http://www.modssl.org/contrib/ftp/contrib/ but it appears to be broken.

Chris.

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



Re: Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip

2002-10-02 Thread Jim Lee


Hi,

I have tested the Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip
file in a test environment and it works fine.

You could go ahead and upload it to the
http://www.modssl.org/contrib/ftp/contrib/ location.

Thanks and Regards,

Bye,
-Jim.

>From: hunter Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip
>Date: Wed, 25 Sep 2002 01:03:47 -0400
>
>Jim Lee wrote:
>>
>>Hi,
>>
>>I wish to have this file that hunter has contributed 
>>(Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6g-Win32.zip) to be available to 
>>everyone without any problems.
>>
>Jim and friends,
>
>I have also tried to contact someone at OpenSSL, with no reply.
>
>My server is managing and there have been fairly frequent downloads -- I am 
>not concerned yet.  I will have to remove the files if it looks as though I 
>will exceed my upload limit.  My original concerns are probably 
>unwarranted.
>
>The files are not that large, so if you can endure the slow download, you 
>are all welcome to help yourselves.
>
>Jim, the build is ok then?  You have it up and running?
>
>Chris.
>
>
>
>
>




_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

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