]> granicus.if.org Git - apache/commitdiff
Corrections include:
authorAstrid Kessler <kess@apache.org>
Tue, 17 Dec 2002 22:15:34 +0000 (22:15 +0000)
committerAstrid Kessler <kess@apache.org>
Tue, 17 Dec 2002 22:15:34 +0000 (22:15 +0000)
- a couple of grammatical issues fixed
- use term "change privileges" instead of "read/write/delete" just like
  NT/2000 does
- fixed <code>System</code> to <code>LocalSystem</code>

Submitted by: Iikka Meril�inen <Iikka.Merilainen@pato.vaala.fi>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98004 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.html.en
docs/manual/platform/windows.xml

index d5d6a1755cd30c0b7c4c5fd9c9cd37f9fd30feb0..1c265c10c22ad3ccd904c3dbf3b8b077c02b9d8f 100644 (file)
     </p>
 
     <div class="warning"><strong>Never grant any network privileges to
-    the <code>System</code> account! If you need Apache to be able to
-    access network resources, create a separate account for Apache as
+    the <code>LocalSystem</code> account! If you need Apache to be able
+    to access network resources, create a separate account for Apache as
     noted below.</strong></div>
 
     <p>You may want to create a separate account for running Apache
       and script folders (<code>htdocs</code> and <code>cgi-bin</code>
       for example).</li>
 
-      <li>Grant the account read/write/delete (RWXD) rights to the
+      <li>Grant the account change (RWXD) rights to the
       Apache <code>logs</code> directory.</li>
 
       <li>Grant the account read and execute (RX) rights to the
     <div class="note">It is usually a good practice to grant the user the Apache
     service runs as read and execute (RX) access to the whole Apache2
     directory, except the <code>logs</code> subdirectory, where the
-    user has to have read/write/delete (RWXD) rights.</div>
+    user has to have at least change (RWXD) rights.</div>
 
     <p>If you allow the account to log in as a user and as a service,
-    then you can log in yourself and test that the account has the
+    then you can log on with that account and test that the account has the
     privileges to execute the scripts, read the web pages, and that
     you can start Apache in a console window. If this works, and you
     have followed the steps above, Apache should execute as a service
 
     <div class="note"><strong>Error code 2186</strong> is a good indication that
     you need to review the "Log On As" configuration for the service,
-    since Apache cannot access a required network resource.</div>
+    since Apache cannot access a required network resource. Also, pay
+    close attention to the privileges of the user Apache is
+    configured to run as.</div>
 
     <p>When starting Apache as a service you may encounter an error
     message from the Windows Service Control Manager. For example,
     if you try to start Apache by using the Services applet in the
-    Windows Control Panel you may get the following message:</p>
+    Windows Control Panel, you may get the following message:</p>
 
     <div class="example"><p><code>
       Could not start the Apache2 service on \\COMPUTER <br />
     <p>Apache should respond with a welcome page and a link to the
     Apache manual. If nothing happens or you get an error, look in the
     <code>error.log</code> file in the <code>logs</code> subdirectory.
-    If your host is not connected to the net, you may have to use this
-    URL:</p>
+    If your host is not connected to the net, or if you have serious
+    problems with your DNS (Domain Name Service) configuration, you
+    may have to use this URL:</p>
 
     <div class="example"><p><code>
       http://127.0.0.1/
     properly by editing the files in the <code>conf</code> subdirectory.
     Again, if you change the configuration of the Windows NT service
     for Apache, first attempt to start it from the command line to
-    assure that the service starts with no errors.</p>
+    make sure that the service starts with no errors.</p>
 
     <p>Because Apache <strong>cannot</strong> share the same port with
-    another TCP/IP application, you may need to stop or uninstall
+    another TCP/IP application, you may need to stop, uninstall or reconfigure
     certain other services before running Apache. These conflicting
     services include other WWW servers and some firewall implementations.
     </p>
index 409b447a660e345b700d69a5a31e1f2dabe4c756..495f1003247fa84de97a63e0d2dbc86a33d987c9 100644 (file)
     </p>
 
     <note type="warning"><strong>Never grant any network privileges to
-    the <code>System</code> account! If you need Apache to be able to
-    access network resources, create a separate account for Apache as
+    the <code>LocalSystem</code> account! If you need Apache to be able
+    to access network resources, create a separate account for Apache as
     noted below.</strong></note>
 
     <p>You may want to create a separate account for running Apache
       and script folders (<code>htdocs</code> and <code>cgi-bin</code>
       for example).</li>
 
-      <li>Grant the account read/write/delete (RWXD) rights to the
+      <li>Grant the account change (RWXD) rights to the
       Apache <code>logs</code> directory.</li>
 
       <li>Grant the account read and execute (RX) rights to the
     <note>It is usually a good practice to grant the user the Apache
     service runs as read and execute (RX) access to the whole Apache2
     directory, except the <code>logs</code> subdirectory, where the
-    user has to have read/write/delete (RWXD) rights.</note>
+    user has to have at least change (RWXD) rights.</note>
 
     <p>If you allow the account to log in as a user and as a service,
-    then you can log in yourself and test that the account has the
+    then you can log on with that account and test that the account has the
     privileges to execute the scripts, read the web pages, and that
     you can start Apache in a console window. If this works, and you
     have followed the steps above, Apache should execute as a service
 
     <note><strong>Error code 2186</strong> is a good indication that
     you need to review the "Log On As" configuration for the service,
-    since Apache cannot access a required network resource.</note>
+    since Apache cannot access a required network resource. Also, pay
+    close attention to the privileges of the user Apache is
+    configured to run as.</note>
 
     <p>When starting Apache as a service you may encounter an error
     message from the Windows Service Control Manager. For example,
     if you try to start Apache by using the Services applet in the
-    Windows Control Panel you may get the following message:</p>
+    Windows Control Panel, you may get the following message:</p>
 
     <example>
       Could not start the Apache2 service on \\COMPUTER <br />
     <p>Apache should respond with a welcome page and a link to the
     Apache manual. If nothing happens or you get an error, look in the
     <code>error.log</code> file in the <code>logs</code> subdirectory.
-    If your host is not connected to the net, you may have to use this
-    URL:</p>
+    If your host is not connected to the net, or if you have serious
+    problems with your DNS (Domain Name Service) configuration, you
+    may have to use this URL:</p>
 
     <example>
       http://127.0.0.1/
     properly by editing the files in the <code>conf</code> subdirectory.
     Again, if you change the configuration of the Windows NT service
     for Apache, first attempt to start it from the command line to
-    assure that the service starts with no errors.</p>
+    make sure that the service starts with no errors.</p>
 
     <p>Because Apache <strong>cannot</strong> share the same port with
-    another TCP/IP application, you may need to stop or uninstall
+    another TCP/IP application, you may need to stop, uninstall or reconfigure
     certain other services before running Apache. These conflicting
     services include other WWW servers and some firewall implementations.
     </p>
 
   </section>
 
-</manualpage>
\ No newline at end of file
+</manualpage>