Apache file locations on Mac

Default apache2 on mac

apache2 conf files:
[code language=”shell”]
/etc/apache2
[/code]

apache2 log
[code language=”shell”]
/var/log/apache2/
[/code]

Start, Start or Restart apache2
[code language=”shell”]
sudo /usr/sbin/apachectl start
sudo /usr/sbin/apachectl stop
sudo /usr/sbin/apachectl restart
[/code]

Homebrew apache 2.2
Install apache 2.2
[code language=”shell”]
brew install homebrew/apache/httpd22
[/code]

apache2 conf files:
[code language=”shell”]
/usr/local/etc/apache2
[/code]

apache2 log
[code language=”shell”]
/usr/local/var/log/apache2/
[/code]

Start, Start or Restart apache2
[code language=”shell”]
sudo /usr/local/bin/apachectl start
sudo /usr/local/bin/apachectl stop
sudo /usr/local/bin/apachectl restart
[/code]

Search within Codexpedia

Custom Search

Search the entire web

Custom Search