RE: serving WO app through a proxy server
Marius Strumyla <[email protected]> Tue, 8 Jun 2004 16:09:37 -0400
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
> How do I tell my app to look for apps using /BAR/cgi-bin/WebObjects as a > prefix? Modify you http adaptor configuration. In case you're running apache web server, change WebObjectsAlias directive in apache.conf file which is usually located in $NEXT_ROOT/Library/WebObjects/Adaptors/Apache/. # You can change the 'cgi-bin' part of WebObjectsAlias to whatever you # prefer (such as Apps), but the 'WebObjects' part is required. #WebObjectsAlias /cgi-bin/WebObjects WebObjectsAlias /BAR/cgi-bin/WebObjects hope this helps, -- marius The information transmitted in this E-mail is intended only for the person to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.