Httpd Group: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
=Overview=
=Overview=


The name (or #number) of the user to run httpd as. It is usually good practice to create a dedicated user and group for running httpd, as with most system services.
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.
 
If not specified, httpd will attempt to run with a UID you probably don't want:
 
<pre>
[alert] (22)Invalid argument: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
</pre>


=Example=
=Example=


<pre>
<pre>
User daemon
Group daemon
</pre>
</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