standalone
.
In order to use this directive, the standalone server must be
initially run as root
.
This directive does not mean that the original daemon process will run as the given group, it means that the children which answer requests run as the given group.
Group id
id
is one of:
Refer to the given group by name.
Refer to a group by its number.
This id
must be a valid group found in
/etc/group
, or else a runtime server error will occur.
Group #-1
Group nogroup
This will cause the server to run as group nogroup
.
Group #65536
This will cause the server to run as group number 65536.
Return to Server Configuration File Overview
httpd@ncsa.uiuc.edu