summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Brillault <gentoo@lerya.net>2013-08-03 09:08:42 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-08-03 09:19:39 -0400
commita0eaa253b2950ecd1a88db3b3a3b298b03498e4c (patch)
tree3bc3106e7075e1f9286236596eee4d9d32f35645 /doc
parentWebappconfig/config.py: Adds check for package name and version (diff)
downloadwebapp-config-a0eaa253b2950ecd1a88db3b3a3b298b03498e4c.tar.gz
webapp-config-a0eaa253b2950ecd1a88db3b3a3b298b03498e4c.tar.bz2
webapp-config-a0eaa253b2950ecd1a88db3b3a3b298b03498e4c.zip
WebappConfig/{config.py,server.py}: set server uid/gid in the config
X-Gentoo-Bug: 432908 X-Gentoo-Bug-URL: https://bugs.gentoo.org/432908
Diffstat (limited to 'doc')
-rw-r--r--doc/webapp-config.5.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/webapp-config.5.xml b/doc/webapp-config.5.xml
index 49de978..f7fdab4 100644
--- a/doc/webapp-config.5.xml
+++ b/doc/webapp-config.5.xml
@@ -118,6 +118,26 @@
</varlistentry>
<varlistentry>
+ <term>vhost_server_uid</term>
+ <listitem>
+ <para>Overiding parameter for the server-dependant hardcoded uid which specifies the user to own all files and directories that are server-owned.</para>
+ <para>Warning: <command>webapp-config</command>'s <option>-s</option> switch does not overide this parameter.</para>
+ <para>By default, this is disabled.</para>
+ <para>This can be <emphasis>either</emphasis> the name of a user or their numerical user id.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>vhost_server_gid</term>
+ <listitem>
+ <para>Overiding parameter for the server-dependant hardcoded gid which specifies the group to own all files and directories that are server-owned.</para>
+ <para>Warning: <command>webapp-config</command>'s <option>-s</option> switch does not overide this parameter.</para>
+ <para>By default, this is disabled.</para>
+ <para>This can be <emphasis>either</emphasis> the name of a group or their numerical group id.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>vhost_config_uid</term>
<listitem>
<para>Default value when <command>webapp-config</command>'s <option>-u</option> switch hasn't been used.</para>