Httpd Group: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * httpd Configuration") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[Httpd_Configuration#The_Global_Environment_Configuration|httpd Configuration]] | * [[Httpd_Configuration#The_Global_Environment_Configuration|httpd Configuration]] | ||
=Overview= | |||
The name (or #number) of the group to run httpd as. It is usually good practice to create a dedicated user and group for running httpd, as with most system services. | |||
=Example= | |||
<pre> | |||
Group daemon | |||
</pre> |
Latest revision as of 19:26, 5 January 2017
Internal
Overview
The name (or #number) of the group to run httpd as. It is usually good practice to create a dedicated user and group for running httpd, as with most system services.
Example
Group daemon