Dans ton fichier httpd.conf tu as ça
# If you wish httpd to run as a different user or group, you must run
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
User nobody
Group nogroup
# User home directories ben, tu dois avoir ça
# If you wish httpd to run as a different user or group, you must run
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
User webuser
Group webgroup
# User home directories Donc avec un editeur de texte tu fais les modifications


