I was in exactly the same position last week. :)  You can get a WIN32 
version of AWK in CygWin32 1.1.8 (http://sources.redhat.com/cygwin/). If I 
remember the install correctly, it's part of the basic CYGWIN 
package.  Once it's in place, things should finish smoothly from there.

I haven't gotten to the stage of pursuing a proper certificate yet, but 
there is a test certificate and key that you can use.  In httpd.conf, set 
the following:

SSLCertificateFile <WEBSERVER_ROOT>/conf/ssl.crt/snakeoil-rsa.crt
SSLCertificateKeyFile <WEBSERVER_ROOT>/conf/ssl.key/snakeoil-rsa.key

(where <WEBSERVER_ROOT> is the root directory for Apache).

Finally, I've put together a step-by-step set of instructions for the rest 
of our developers here, and would be happy to send them to you offline if 
you like.  Maybe you can use them to help you finish your install.  While 
I'm sure our build setups aren't exactly the same, you might find some of 
the info relevant.

Jay

-- Jay Burgess
    Delano Technology Corporation
    mailto:[EMAIL PROTECTED]
    (913) 438-9444 x154

-----Original Message-----
From: Mallah, Hadi [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 20, 2001 8:31 AM
To: '[EMAIL PROTECTED]'
Subject: Apache and SSL in windows NT


Hi,

This is my first time with Apache and SSL.

I'm trying to install mod_ssl-2.8.2-1.3.19 + apache_1.3.19 + openssl-0.9.6a
For windows (NT 4).

openssl-0.9.6a installation went fine.

While mod_ssl-2.8.2-1.3.19 installation, in last step when I'm trying to run
the following:

Nmake /f makefile.win installr
............it fails

I am getting after this line:
awk -f script.awk "..\conf\httpd.conf-dist-win"
"\Apache\conf\httpd.default.conf" "\Apache"

The following message and error:

if not exist "\Apache\conf\httpd.conf"  copy
"\Apache\conf\httpd.default.conf" "\Apache\conf\httpd.conf"
The system cannot find the file specified.
NMAKE : fatal error U1077: 'if' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\bin\NMAKE.EXE"' : return
code '0x2'
Stop.

NOW, I couldn't find script.awk anywhere (I'm not awk expert), and I don't
know what's going on.

Also, I need to know the following:

1-      Do I have to create a test certificate to test the apache+ssl
(https).
2-      What properties I need to change in the config file for the SSL.

I appreciate any help,

Thanks,
Hadi

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

Reply via email to