luthriaajay
Programmer
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
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