logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.2.1 available
Author
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Thu 06 Apr '06 15:07    Post subject: Apache 2.2.1 available Reply with quote

Apache 2.2.0 has some issues, special in the Proxy area. ASF has made now the source for Apache 2.2.1 available and I build it against APR 1.3.0.

For changes see: http://www.apachelounge.com/changelog.html

The modules on the download page here are working fine with 2.2.1.

Download: http://www.apachelounge.com/download/

Steffen
Back to top
ralentz



Joined: 05 Mar 2006
Posts: 1

PostPosted: Fri 07 Apr '06 1:48    Post subject: Re: Apache 2.2.1 available Reply with quote

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 Smile ).

Thanks,
-Robert
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Fri 07 Apr '06 12:00    Post subject: Reply with quote

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: 677

PostPosted: Fri 07 Apr '06 16:59    Post subject: Reply with quote

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

PostPosted: Tue 11 Apr '06 15:57    Post subject: Reply with quote

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: 3049
Location: Hilversum, NL, EU

PostPosted: Tue 11 Apr '06 21:27    Post subject: Reply with quote

See:

http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#removepassphrase

Steffen
Back to top


Reply to topic   Topic: Apache 2.2.1 available View previous topic :: View next topic
Post new topic   Forum Index -> Apache