Re: [Xen-devel] [OSSTEST PATCH] README: Document Webspace* parameters better

2016-10-17 Thread Konrad Rzeszutek Wilk
On Mon, Oct 17, 2016 at 02:54:34PM +0100, Ian Jackson wrote:
> Signed-off-by: Ian Jackson 
> CC: Konrad Rzeszutek Wilk 

Cc-ing Marcos.

Reviewed-by: Konrad Rzeszutek Wilk 
> ---
>  README | 23 +++
>  1 file changed, 23 insertions(+)
> 
> diff --git a/README b/README
> index 4ff7e8d..01c4c96 100644
> --- a/README
> +++ b/README
> @@ -549,8 +549,31 @@ NetNameServers
>  WebspaceFile
>  WebspaceUrl
>  WebspaceCommon
> +
> +   osstest needs to be able to make files visible to test boxes via
> +   HTTP.  That is, osstest will write them as local files
> +  
> +   (which should be a directory and end in /), and then expect
> +   the test boxes to retrieve them via HTTP GET from
> +  
> +   (which should therefore start "http://;).
> +
> +   The defaults are
> +  WebspaceFile $HOME/public_html/
> +  WebspaceUrl http:///~/
> +  WebspaceCommon osstest/
> +   which will work if you have an Apache with public_html directories
> +   enabled.
> +
>  WebspaceLog
>  
> +   osstest needs to be able to read the webserver log, to see when the
> +   test box retrieves the files mentioned above.  You may need to make
> +   the logs world-readable (or put your user account in the `adm'
> +   group).
> +
> +   The default is /var/log/apache2/access.log
> +
>  
>  
>  Some of the config settings relevant to the production setup
> -- 
> 2.1.4
> 

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


[Xen-devel] [OSSTEST PATCH] README: Document Webspace* parameters better

2016-10-17 Thread Ian Jackson
Signed-off-by: Ian Jackson 
CC: Konrad Rzeszutek Wilk 
---
 README | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/README b/README
index 4ff7e8d..01c4c96 100644
--- a/README
+++ b/README
@@ -549,8 +549,31 @@ NetNameServers
 WebspaceFile
 WebspaceUrl
 WebspaceCommon
+
+   osstest needs to be able to make files visible to test boxes via
+   HTTP.  That is, osstest will write them as local files
+  
+   (which should be a directory and end in /), and then expect
+   the test boxes to retrieve them via HTTP GET from
+  
+   (which should therefore start "http://;).
+
+   The defaults are
+  WebspaceFile $HOME/public_html/
+  WebspaceUrl http:///~/
+  WebspaceCommon osstest/
+   which will work if you have an Apache with public_html directories
+   enabled.
+
 WebspaceLog
 
+   osstest needs to be able to read the webserver log, to see when the
+   test box retrieves the files mentioned above.  You may need to make
+   the logs world-readable (or put your user account in the `adm'
+   group).
+
+   The default is /var/log/apache2/access.log
+
 
 
 Some of the config settings relevant to the production setup
-- 
2.1.4


___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel