All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH] README: Document Webspace* parameters better
@ 2016-10-17 13:54 Ian Jackson
  2016-10-17 14:14 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Jackson @ 2016-10-17 13:54 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 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
+      <WebspaceFile><WebspaceCommon>
+   (which should be a directory and end in /), and then expect
+   the test boxes to retrieve them via HTTP GET from
+      <WebspaceUrl><WebspaceCommon>
+   (which should therefore start "http://").
+
+   The defaults are
+      WebspaceFile $HOME/public_html/
+      WebspaceUrl http://<FQDN-of-this-host>/~<current-username>/
+      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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [OSSTEST PATCH] README: Document Webspace* parameters better
  2016-10-17 13:54 [OSSTEST PATCH] README: Document Webspace* parameters better Ian Jackson
@ 2016-10-17 14:14 ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2016-10-17 14:14 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel, Marcos.Matsunaga

On Mon, Oct 17, 2016 at 02:54:34PM +0100, Ian Jackson wrote:
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Cc-ing Marcos.

Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> ---
>  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
> +      <WebspaceFile><WebspaceCommon>
> +   (which should be a directory and end in /), and then expect
> +   the test boxes to retrieve them via HTTP GET from
> +      <WebspaceUrl><WebspaceCommon>
> +   (which should therefore start "http://").
> +
> +   The defaults are
> +      WebspaceFile $HOME/public_html/
> +      WebspaceUrl http://<FQDN-of-this-host>/~<current-username>/
> +      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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-17 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17 13:54 [OSSTEST PATCH] README: Document Webspace* parameters better Ian Jackson
2016-10-17 14:14 ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.