Skip to content

Instantly share code, notes, and snippets.

@sabrysuleiman
Created June 30, 2023 18:49
Show Gist options
  • Save sabrysuleiman/7f1613c33e4b558a9d20fc994e986011 to your computer and use it in GitHub Desktop.
Save sabrysuleiman/7f1613c33e4b558a9d20fc994e986011 to your computer and use it in GitHub Desktop.
make Apache run as current user
export APACHE_RUN_USER=username
export APACHE_RUN_GROUP=www-data
sudo adduser username www-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment