티스토리 뷰
출처 : https://serversforhackers.com/configuring-apache-virtual-hosts
ServerName myproject.192.168.33.10.xip.io
DocumentRoot /var/www/myproject/public
Options -Indexes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
ErrorLog ${APACHE_LOG_DIR}/myproject-error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/myproject-access.log combined
'웹개발 > Tools' 카테고리의 다른 글
Jenkins 설치. (0) | 2016.01.16 |
---|---|
centos 메이븐 설치 (0) | 2016.01.16 |
맥 기본사용하기 (0) | 2016.01.06 |
에디트플러스 젠코딩( zen Coding) 활용하기. (0) | 2014.01.08 |
이클립스 네비게이션 단축키 (0) | 2014.01.03 |
댓글