Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache 2.2.1 available |
|
Author |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
|
Back to top |
|
ralentz
Joined: 05 Mar 2006 Posts: 1
|
Posted: Fri 07 Apr '06 1:48 Post subject: Re: Apache 2.2.1 available |
|
|
Wow, thanks good timing. I have been waiting several weeks for this and really needed it just now.
Unfortunately, it fails to run, erroring out in mod_ssl in my case.
Has anybody else managed to get it to run? I will go back to troubleshooting and see what I can find.
Update
---------
Ok, the exact message is error c0000005 at 6FD0F220 (mod_ssl).
c0000005 is 'access violation'.
Using FileMon, this appears to get triggered when trying to read in a server certificate. I removed the SSL portion of one virtual host and it then errored in trying to read the certificate for the first virtual host.
Removing both SSL virtualhost portions allows the server to run fine. The configuration was copied in whole from a working 2.2.0 install (also the ApacheLounge install, the second distribution of 2.2.0 ).
Thanks,
-Robert |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Fri 07 Apr '06 12:00 Post subject: |
|
|
James reported the same.
It is working fine here, tested it on three XP boxes.
My config is:
Code: | In file: D:/servers/apache/conf/extra/httpd-ssl.conf
56: SSLPassPhraseDialog builtin
62: SSLSessionCache shmcb:logs/ssl_scache(512000)
63: SSLSessionCacheTimeout 300
74: <VirtualHost www.land10.nl:443>
86: SSLEngine on
91: SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
92: SSLProtocol all -SSLv2
101: SSLCertificateFile conf/server.crt
109: SSLCertificateKeyFile conf/server.key
193: <FilesMatch "\.(cgi|pl|php)$">
194: SSLOptions +StdEnvVars
: </FilesMatch>
: </VirtualHost>
In file: D:/servers/apache/conf/httpd.conf
298: SSLRandomSeed startup builtin
299: SSLRandomSeed connect builtin
|
You are running XP ?
I put a note at the download page
Steffen
ps.
I reported the issue on the dev list. |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Fri 07 Apr '06 16:59 Post subject: |
|
|
I build it now with openssl 0.9.8b instead with 0.9.8a.
James reported me that it is now working.
Ralentz/Robert, maybe you can try it again with this version.
Steffen |
|
Back to top |
|
madRAM
Joined: 10 Apr 2006 Posts: 14
|
Posted: Tue 11 Apr '06 15:57 Post subject: |
|
|
I wonder how you managed to get your setup started. Whenever I try to do so, I get the following line in my error.log
[Tue Apr 11 15:55:55 2006] [error] Init: SSLPassPhraseDialog builtin is not supported on Win32 (key file C:/Apache2.2/conf/certs/more_key.pem)
Am I missing something? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
|
Back to top |
|
|
|
|
|
|