Skip to content

Instantly share code, notes, and snippets.

@udaragangabadage
Last active June 11, 2018 06:20
Show Gist options
  • Save udaragangabadage/41c4aa5f81e696fc06ed97f8f0a98bcc to your computer and use it in GitHub Desktop.
Save udaragangabadage/41c4aa5f81e696fc06ed97f8f0a98bcc to your computer and use it in GitHub Desktop.
//To start/stop apache server
$ sudo apachectl start $ sudo apachectl stop
//To Check apache version
$ httpd -v
//To open httpd.conf
$ sudo nano /etc/apache2/httpd.conf
$ sudo atom /etc/apache2/httpd.conf
$ sudo leafpad /etc/apache2/httpd.conf //on any fucking text editor
//And restart the apache server
$ sudo apachectl restart
DocumentRoot "/Library/WebServer/Documents"
<Directory "/Library/WebServer/Documents">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment