Project WONDER: Web Server Adaptor Readme |
The PW:WSA project is an effort to pool enhancements and bug fixes for Apple's open source WebObjects WebServer Adaptor codebase. In addition, PW hosts binary versions of this code base for various platforms, saving you compilation headaches.
If it's available for your platform, the easiest thing to do is to download the precompiled version of the adaptor and replace the old adaptor with it. Here's a chart representing the current state of the precompiled effort:
CGI | Fast CGI | Apache | IIS | NSAPI | |
---|---|---|---|---|---|
Mac OS X | download [rentzsch] | no volunteer | download [rentzsch] | N/A | N/A |
Windows | no volunteer | no volunteer | no volunteer | no volunteer | N/A |
Solaris | no volunteer | no volunteer | no volunteer | N/A | no volunteer |
HP/UX | no volunteer | no volunteer | download [Ben Ketteridge] | N/A | no volunteer |
Red Hat Linux | download [rentzsch] | no volunteer | download [rentzsch] | N/A | N/A |
SuSE Linux | no volunteer | no volunteer | no volunteer | N/A | N/A |
Debian | no volunteer | no volunteer | no volunteer | N/A | N/A |
FreeBSD | download (FreeBSD 4.7) [Marek Wawrzyczny] | no volunteer | download (FreeBSD 4.7) [Marek Wawrzyczny] download (FreeBSD 6.1) [Francois Bientz] |
N/A | N/A |
OpenBSD | download [wojtek] | download [wojtek] | download [wojtek] | N/A | N/A |
As you can see by all the no volunteer marks, we need some help to cover all the platform possiblities!
If you're running on a platform which doesn't have a precompiled adaptor, you'll have to compile your own. Please read Apple's BuildingInstructions.html file to get started. Once you've compiled the adaptor and verified it's working, please send it to Jonathan 'Wolf' Rentzsch, via webobjects at redshed dot net, so he can add it to the precompiled adaptor list.
The following modifications were made to the 5.1.3 adaptor code base:
WA_MAX_APP_COUNT
from 16
to 64
.
Timeout
directive.