I have installed Apache_2.0.55-Openssl_0.9.8a-Win32 on Windows 2k server. I changed SSL to port 8443.
I have removed <IfModule mod_ssl.c> in the httpd.con and <IfDefine SSL> in the ssl.conf.
Following is what I get.
1) works fine at port 80
2) shows Page Can't Be displayed
3) displays fine
It seems as if the Apache server does not know SSL.
The error.log shows
[Wed Feb 01 17:14:26 2006] [notice] Apache/2.0.55 (Win32) mod_ssl/2.0.55 OpenSSL/0.9.8a configured -- resuming normal operations
[Wed Feb 01 17:14:26 2006] [notice] Server built: Oct 17 2005 22:10:15
[Wed Feb 01 17:14:26 2006] [notice] Parent: Created child process 2980
[Wed Feb 01 17:14:26 2006] [notice] Child 2980: Child process is running
[Wed Feb 01 17:14:26 2006] [notice] Child 2980: Acquired the start mutex.
[Wed Feb 01 17:14:26 2006] [notice] Child 2980: Starting 250 worker threads.
[Wed Feb 01 17:15:09 2006] [error] [client 129.139.232.24] Invalid method in request \x80L\x01\x03
Windows Service for Apache2 property has the following path.
"C:\ApacheGroup\Apache2\bin\Apache.exe" -k runservice
I am running out of ideas. Any suggestions?
I have removed <IfModule mod_ssl.c> in the httpd.con and <IfDefine SSL> in the ssl.conf.
Following is what I get.
1) works fine at port 80
2) shows Page Can't Be displayed
3) displays fine
It seems as if the Apache server does not know SSL.
The error.log shows
[Wed Feb 01 17:14:26 2006] [notice] Apache/2.0.55 (Win32) mod_ssl/2.0.55 OpenSSL/0.9.8a configured -- resuming normal operations
[Wed Feb 01 17:14:26 2006] [notice] Server built: Oct 17 2005 22:10:15
[Wed Feb 01 17:14:26 2006] [notice] Parent: Created child process 2980
[Wed Feb 01 17:14:26 2006] [notice] Child 2980: Child process is running
[Wed Feb 01 17:14:26 2006] [notice] Child 2980: Acquired the start mutex.
[Wed Feb 01 17:14:26 2006] [notice] Child 2980: Starting 250 worker threads.
[Wed Feb 01 17:15:09 2006] [error] [client 129.139.232.24] Invalid method in request \x80L\x01\x03
Windows Service for Apache2 property has the following path.
"C:\ApacheGroup\Apache2\bin\Apache.exe" -k runservice
I am running out of ideas. Any suggestions?