Author |
|
Qmpeltaty
Joined: 06 Feb 2008 Posts: 182 Location: Poland
|
Posted: Mon 15 Sep '08 12:03 Post subject: Difference between unpacked apache and isntalled from .msi |
|
|
Hi
I wonder what is the difference between this two types of installation. I have apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi and httpd-2.2.9-win32-x86-ssl.zip files. After installing .msi and unzipping .zip i get two different results f.x. modules size are different ! What is the reason of it ? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 15 Sep '08 12:54 Post subject: |
|
|
I guess with httpd-2.2.9-win32-x86-ssl.zip you mean the apache lounge version.
There is no significant difference. The download from apacheloung is compiled with VS8 and the ASF version with VS6. Soon ASF will also compile with VS8 oder 9, if they haven't done already.
The source code is the same. |
|
Back to top |
|
Qmpeltaty
Joined: 06 Feb 2008 Posts: 182 Location: Poland
|
Posted: Mon 15 Sep '08 14:24 Post subject: |
|
|
James Blond wrote: | I guess with httpd-2.2.9-win32-x86-ssl.zip you mean the apache lounge version.
. |
Not exactly.
I've been just wondering couse i'm fighting with Apache + ssl - https connections hangs without any reason when http are working well - only apache restart makes https get back to work. I have installed Apache from apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi - file has been downloaded from www.apache.org. Than OpenSSL with same verison 0.9.8h has been installed on C:\OpenSSL and dlls has been copied to Windows\SysWo64 (ssleay32.ddl and libeay32.dll). I suspected that maybe dll's mismatch in Windows directory and Apache\bin is the reason of https problems. Than I was comparing the files (dlls) and i thought that it should be same files but they're not ... Maybe this is the reason of https problems ? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 15 Sep '08 19:47 Post subject: |
|
|
Hey!
You can't copie a win32 dll into the x64 Windows folder (Windows\SysWo64)! |
|
Back to top |
|
Qmpeltaty
Joined: 06 Feb 2008 Posts: 182 Location: Poland
|
Posted: Tue 16 Sep '08 10:22 Post subject: |
|
|
Dll's has been copied automatically during OpenSSL installation. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
Qmpeltaty
Joined: 06 Feb 2008 Posts: 182 Location: Poland
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 17 Sep '08 9:47 Post subject: |
|
|
Ok, the installation tutorial is ok, but not for the VC++ Redistributable, there you have to use the x64 Version.
I think the rest will work fine. |
|
Back to top |
|