Wednesday, October 4, 2017

Apache in MacOS

How start/stop Apache in MacOS?
1. Open Terminal
2. run "sudo - su"
3. apachectl start  // start Apache
or
3. apacchectl stop //stop Apache

Where is the configure file?
1. /etc/apache2

Where is the default DocumentRoot?
1. /Library/WebServer/Documents/



No comments:

Post a Comment