From 91cb17dc2c85c505da68dca0a7be5bb6af0a0799 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Fri, 4 Jan 2013 09:10:49 +0100
Subject: [PATCH] Doc: make clear that only 'examples' are useful when user
 just wants a slave.

---
 .../README.apache_frontend.txt                | 20 +++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/software/apache-frontend/README.apache_frontend.txt b/software/apache-frontend/README.apache_frontend.txt
index 052d6e75..c0a27c09 100644
--- a/software/apache-frontend/README.apache_frontend.txt
+++ b/software/apache-frontend/README.apache_frontend.txt
@@ -9,8 +9,12 @@ It means that a single main instance of Apache will be used to act as frontend
 for many slaves.
 
 
-How to use
-==========
+How to deploy a frontend server
+===============================
+
+This is to deploy an entire frontend server with a public IPv4.
+If you want to use an already deployed frontend to make your service avilable
+via ipv4, switch to the "Example" parts.
 
 First, you will need to request a "master" instance of Apache Frontend with
 "domain" parameter, like::
@@ -91,7 +95,6 @@ Domain name to use as frontend. The frontend will be accessible from this domain
 [instancereference].[masterdomain].
 Example: www.mycustomdomain.com
 
-
 path
 ~~~~
 Only used if type is "zope".
@@ -102,9 +105,14 @@ VirtualHostMonster.
 "path" is an optional parameter, ignored if not specified.
 Example of value: "/erp5/web_site_module/hosting/"
 
+Examples
+========
+
+Here are some example of how to make your SlapOS service available through
+an already deployed frontend.
 
 Simple Example
-==============
+--------------
 
 Request slave frontend instance so that https://[1:2:3:4:5:6:7:8]:1234 will be
 redirected and accessible from the proxy::
@@ -119,7 +127,7 @@ redirected and accessible from the proxy::
 
 
 Zope Example
-============
+------------
 
 Request slave frontend instance using a Zope backend so that
 https://[1:2:3:4:5:6:7:8]:1234 will be redirected and accessible from the
@@ -136,7 +144,7 @@ proxy::
 
 
 Advanced example
-================
+----------------
 
 Request slave frontend instance using a Zope backend, with Varnish activated,
 listening to a custom domain and redirecting to /erp5/ so that
-- 
2.30.9