Notice
Recent Posts
Recent Comments
준호씨의 블로그
osx 에서 brew 로 apache 설치 해서 사용하기. httpd24 본문
반응형
설치
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
반응형
'개발이야기' 카테고리의 다른 글
나의 vim 설정 (~/.vimrc) (0) | 2016.04.21 |
---|---|
osx iterm 에서 option 화살표 사용하기 (단어 단위 점프) (0) | 2016.04.13 |
labs - punycode 변환기 (0) | 2016.04.06 |
codeigniter index.php 숨기기 (0) | 2016.04.06 |
OSX IntelliJ 터미널에서 키반복 입력 안될 때. ApplePressAndHoldEnabled 끄기 (0) | 2016.04.04 |
Comments