website rev 40

Tidy up Web Server - Handbook (en)
author Paul Issott <paul@slitaz.org>
date Thu May 05 12:59:13 2011 +0000 (2011-05-05)
parents e172c1d2ec01
children b7363623c8eb
files en/doc/handbook/web-server.html
line diff
     1.1 --- a/en/doc/handbook/web-server.html	Wed May 04 21:16:27 2011 +0000
     1.2 +++ b/en/doc/handbook/web-server.html	Thu May 05 12:59:13 2011 +0000
     1.3 @@ -48,14 +48,14 @@
     1.4  </p>
     1.5  <p>
     1.6  On SliTaz the server is automatically launched at system startup and is preconfigured with PHP. The root
     1.7 -of the documents served by the default server are in <code>/var/www</code> and contain a page <code>index.html</code>,
     1.8 -displayed by default, images are stored in the <code>images/</code> directory.
     1.9 +of the documents served by default are in <code>/var/www</code> and contain a default page <code>index.html</code>,
    1.10 +images are stored in the <code>images/</code> directory.
    1.11  LightTPD website: <a href="http://www.lighttpd.net/">http://www.lighttpd.net/</a>
    1.12  </p>
    1.13  <a name="var-www"></a>
    1.14  <h3>/var/www - Root directory of documents</h3>
    1.15  <p>
    1.16 -The directory /var/www is the root directory of documents by default. You can access this via the URL
    1.17 +The directory /var/www is the root directory of documents - you can access this via the URL
    1.18  <a href="http://localhost/">http://localhost/</a>. If you want to host a site, you can save all your documents
    1.19  in here. If you want to host multiple sites, you'll need to create virtual hosts. Note you can also check the 
    1.20  <a href="http://localhost/server-status">http://localhost/server-status</a>. 
    1.21 @@ -64,7 +64,7 @@
    1.22  <a name="Public"></a>
    1.23  <h3>~/Public - Public directory of users</h3>
    1.24  <p>
    1.25 -SliTaz offers the users of the system a public space to place documents, HTML in general. 
    1.26 +SliTaz provides the users of the system a public space to place documents, HTML in general. 
    1.27  This directory is named Public and must be within the root of your user space, such as /home/hacker/Public.
    1.28  To create this directory use the mkdir command:
    1.29  </p>