Friday, October 2, 2015

Run Apache on 80 with nonroot user


Command to Run

setcap 'cap_net_bind_service=+ep' /opt/apache/bin/httpd

httpd is the custom script i made to run apache.

No comments:

curl and cacert

curl -v --cacert cacert.pem https://www.example/cgi-bin/f ile.xgi -I -X POST