Last active
April 5, 2016 09:10
-
-
Save zyjibmcn/8359b1b5d501268b7977bc0ccb722457 to your computer and use it in GitHub Desktop.
apache httpd NonRootPortBinding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@myhost # setcap cap_net_bind_service=+ep /usr/sbin/httpd | |
root@myhost # getcap /usr/sbin/httpd | |
/usr/sbin/httpd = cap_net_bind_service+ep | |
refer: https://wiki.apache.org/httpd/NonRootPortBinding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment