Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Http/Https on Apache 1.3.20

Status
Not open for further replies.

luthriaajay

Programmer
Jan 29, 2002
41
FR
Hi,

I have configured Apache 1.3.20 on Windows NT for SSL using
IBM Websphere as the Application Server.

Is it possible to use http and https on the Apache?

I have configured the httpd.conf file :

Port 443
Listen 443

and

SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache none

SSLLog logs/SSL.log
SSLLogLevel info

<VirtualHost 127.0.0.1:443>
SSLEngine On
SSLCertificateFile conf/ssl/my-server.cert
SSLCertificateKeyFile conf/ssl/my-server.key
</VirtualHost>


What other changes are required in my httpd.conf file.

An urgent response is appreciated...

thank you very much

ajay

ajayluthria@hotmail.com

 
Getting Apache SSL to work properly with NT is not all that easy. For one the SSL module probably needs to be recompile. As an alternative you could try this: This is the only open source version of Apache that has been compiled for win platforms that support SSL.
Good luck
 
Not quite so, incrediblep. Nusphere's Apache server for Win32, available as a free download at:


is a very fine comercial product that can be had for free if you can get along without their four hundred some dollar &quot;email only&quot; support package. I did. And I was able to install the secure server, which includes MySQL, PHP, Perl, and some other stuff all wrapped up in a neat download (60 mb) and with an automatic installation routine. It worked right out of the &quot;box.&quot;

The site requires a membership registration before download - lots do these days - and you should be patient by about an hour or so for the registration to become active at their site, then start downloading.

Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top