반응형
#cd /etc/apache2/sites-available
#cp default.conf test.com.conf
#a2ensite test.com.conf
#service apache2 restart
conf 파일 예제
<VirtualHost *:80>
ServerName www.mmm.kr
ServerAlias www.mmm.kr
ServerAdmin mmm@gmail.com
DocumentRoot /var/www/mmm
<Directory "/var/www/mmm">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
반응형
'개발은아니지만' 카테고리의 다른 글
Failed to execute 'setItem' on 'Storage': Setting the value of '136114546' exceeded the quota Vue 크롬에서 이런 오류가 뜰때 (0) | 2021.06.07 |
---|---|
리눅스에서 grep를 이용해서 텍스트 문서안에 특정 문자 갯수 세기 카운트 (0) | 2021.05.20 |
우분투 ubuntu에서 git으로 github에 작업한 파일 올리기 (0) | 2020.11.15 |
무료 SSL 등록 Certbot 사용법 (0) | 2020.02.26 |
구글신을 믿자 (0) | 2019.08.01 |