e6b6e3491e
This is a bundle of several ports covering many typical requirements for building an Apple WebObjects deployment environment. Each port is or has a dependancy with some other port in the bundle, and have therefore been lodged collectively. www/woadaptor WOAdaptor is a collection of WebObjects WebServer Adaptors. These include an Apache Module, CGI and FastCGI adaptors This is a subproject of Project Wonder and is an effort to pool enhancements and bug fixes for Apple's open source codebase. WWW: http://wonder.sourceforge.net/WOAdaptor.html PR: ports/117299 Submitted by: Quinton Dolan <q@onthenet.com.au>
12 lines
652 B
Text
12 lines
652 B
Text
*****************************************************************************
|
|
Make sure mod_WebObjects.so is enabled in %%PREFIX%%/%%APACHEETCDIR%%/httpd.conf
|
|
|
|
You will need to create %%PREFIX%%/%%APACHECONFDIR%%/webobjects.conf
|
|
if one does not already exist and ensure it is included with a Include
|
|
statement. When using Apache2 this is done automatically.
|
|
|
|
You will also need to either comment out any existing ScriptAlias for
|
|
/cgi-bin/ or change the WebObjectsAlias to use a different prefix.
|
|
|
|
See %%PREFIX%%/%%APACHEETCDIR%%/webobjects.conf-dist for an example config.
|
|
*****************************************************************************
|