Re: apache ServerRoot change
John Pollard <[email protected]> Fri, 07 Jan 2005 17:56:40 +0000
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
Thanks Zak, useful info about ServerRoot I only wish my DirectConnect / not DirectConnect problem was so simple - I realise apache must be running in the latter case. My web apps work ok, just a problem with the Java Client app, more details in a thread on wo-dev. At 17:46 07/01/2005, Zak Burke wrote: >ServerRoot is the start of the path to Apache's shared libraries (e.g. >mod_log_config.so) live ($ServerRoot/httpd/libexec/). DocumentRoot is >where your content (e.g. index.html) lives. > >DirectConnect passes your request straight from the browser to WO, >completely bypassing the webserver. This explains why your app works with >DC and fails when you try to go through the webserver. > >zak.