Changes for page Development Tools-Running Through Apache
Last modified by Aaron Rosenzweig on 2011/05/09 01:46
From version 23.1
edited by Kieran Kelleher
on 2009/04/02 14:12
on 2009/04/02 14:12
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.ki eran1 +XWiki.kiddyr - Content
-
... ... @@ -1,6 +1,6 @@ 1 -If you are accessing your application with URLs that look like [[http://localhost:45437/cgi-bin/WebObjects/AppName.woa/]] (with the xxx:portnum instead of xxxx/-portnum) ... then you are using the [[Evil Direct Connect>> Web Applications-Development-Direct Connect]]. See that [[page>>Web Applications-Development-Direct Connect]] for why you don't want to be using Direct Connect. See this page for how to stop.1 +If you are accessing your application with URLs that look like [[http://localhost:45437/cgi-bin/WebObjects/AppName.woa/]] (with the xxx:portnum instead of xxxx/-portnum) ... then you are using the [[Evil Direct Connect>>Development-Direct Connect]]. See that [[page>>Development-Direct Connect]] for why you don't want to be using Direct Connect. See this page for how to stop. 2 2 3 -A summary of the following steps that applies specifically to MacOS X 10.5.5 can be found here: [[Running Through Apache - Leopard Client 10.5.5- Summary]]3 +A summary of the following steps that applies specifically to MacOS X 10.5.5 can be found here: [[Running Through Apache - Leopard & Snow Leopard Client - Summary>>Running Through Apache - Leopard & Snow Leopard Client - Summary]] 4 4 5 5 = Turning on Apache = 6 6 ... ... @@ -38,8 +38,8 @@ 38 38 39 39 {{code}} 40 40 41 -# First, we configure the "default" to be a very restrictive set of 42 -# features. 41 +# First, we configure the "default" to be a very restrictive set of 42 +# features. 43 43 # 44 44 <Directory /> 45 45 Options FollowSymLinks ... ... @@ -54,8 +54,8 @@ 54 54 55 55 {{code}} 56 56 57 -# First, we configure the "default" to be a very restrictive set of 58 -# features. 57 +# First, we configure the "default" to be a very restrictive set of 58 +# features. 59 59 # 60 60 <Directory /> 61 61 Options FollowSymLinks ... ... @@ -171,6 +171,9 @@ 171 171 If you have a laptop and you get an "Application cannot be found" or some such error in the browser after auto-switching networks (for example going from a work network to a home network), restarting apache can resolve the error condition most of the time. A script is shown below to do that. 172 172 If you already implemented the "localhost" explicit hostname setup above, then you will probably not need to bother with this section. 173 173 174 +No, really. Why would one need this? Is there a difference between ("apachectl stop" ; "apachectl start") and "apachectl restart"? If so, that may be a problem with apachectl. If there is a difference, why is the difference important? What bad thing will happen if one only uses "apachectl restart"? 175 + 176 + 174 174 {{/info}} 175 175 176 176 == Making a restart script ==