📌  相关文章
📜  ubuntu 上的 chnage localhost 文件夹 xampp - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:24.791000             🧑  作者: Mango

代码示例1

#
# 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 nobody
Group nogroup