Last modified by Yana Oksner on 2026/01/08 11:38

From version 63.2
edited by Aaron Rosenzweig
on 2023/11/13 11:56
Change comment: Update document after refactoring.
To version 64.1
edited by Yana Oksner
on 2026/01/08 11:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.arosenzweig2
1 +XWiki.yanasd
Content
... ... @@ -54,19 +54,19 @@
54 54  
55 55  So in http.conf, search for mod_rewrite and change it to:
56 56  
57 -{{noformat}}
57 +{{code}}
58 58  LoadModule WebObjects_module /System/Library/WebObjects/Adaptors/Apache/mod_WebObjects.so
59 59  LoadModule rewrite_module libexec/httpd/mod_rewrite.so
60 60  
61 -{{/noformat}}
61 +{{/code}}
62 62  
63 63  , find again:
64 64  
65 -{{noformat}}
65 +{{code}}
66 66  AddModule mod_WebObjects.c
67 67  AddModule mod_rewrite.c
68 68  
69 -{{/noformat}}
69 +{{/code}}
70 70  
71 71  There's still a load module in /System/Library/WebObjects/Adaptors/Apache/apache.conf, but you can just ignore it - it produces a warning about being loaded twice.
72 72  
... ... @@ -144,10 +144,10 @@
144 144  {{info title="Note"}}
145 145  The default {{code language="none"}}ScriptAlias{{/code}} directive in the 10.5 and 10.6 {{code language="none"}}httpd.conf{{/code}} files is:
146 146  
147 -{{noformat}}
147 +{{code}}
148 148  ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServer/CGI-Executables/$1"
149 149  
150 -{{/noformat}}
150 +{{/code}}
151 151  
152 152  This prevents {{code language="none"}}/cgi-bin/WebObjects{{/code}} from matching, so no change to {{code language="none"}}WebObjectsAlias{{/code}} or {{code language="none"}}ScriptAlias{{/code}} is necessary.
153 153  {{/info}}
... ... @@ -171,12 +171,12 @@
171 171  * (((
172 172  Note: if you are getting the error
173 173  
174 -{{noformat}}
174 +{{nofcodeormat}}
175 175  libtool: compile: unable to infer tagged configuration
176 176  libtool: compile: specify a tag with `--tag'
177 177  apxs:Error: Command failed with rc=65536
178 178  
179 -{{/noformat}}
179 +{{/code}}
180 180  )))
181 181  
182 182  Add to the end of your make.config the following: