개발이야기
osx 에서 brew 로 apache 설치 해서 사용하기. httpd24
준호씨
2016. 4. 7. 22:25
반응형
설치
brew tap homebrew/apache
brew install httpd24
or
brew install homebrew/apache/httpd24
httpd22 도 있다. apache 2.2
잘 접속 된다. 기본포트는 8080이다.
정보
brew info httpd24
삭제
brew remove httpd22
설정파일이 있는 위치로 이동
$(brew --prefix)/etc/apache2/2.4
재시작
brew services restart httpd24
이상하게 tmux 내부에서는 실행이 안됨. 왜일까...
시작
brew services start httpd24
정지
brew services stop httpd24
로그
/usr/local/var/log/apache2
references
반응형