Values to change in your httpd.conf file to change the apache unix user.
<IfModule !mpm_netware_module>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# 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
# running httpd, as with most system services.
#
User ###PUT_YOUR_USERNAME_HERE###
Group ###PUT_YOUR_GROUPNAME_HERE###
</IfModule>
Sign up to add your own comment here!
Comments
|
You can also use SuExec to set a different uid/gid to work as a different user for each host/vhost. |
More comments: 1
|
|