Skip to content

Instantly share code, notes, and snippets.

@aswebdev
Created June 9, 2014 01:27
Show Gist options
  • Save aswebdev/e9e455ae033be32b9e9c to your computer and use it in GitHub Desktop.
Save aswebdev/e9e455ae033be32b9e9c to your computer and use it in GitHub Desktop.
Enable Apache sudoers Access for User
visudo
# Add the line
nobody ALL=(ALL)NOPASSWD:/usr/bin/perl
# replace nobody with whatever your apache user is.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment