Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 개발자
- 웹퍼블리셔
- 쇼핑몰
- 사이트제작
- 웹디자이너
- 포트폴리오
- CSS
- 웹개발자
- 고도몰
- work6.kr
- 홈페이지구축
- PHP
- 웹퍼블리싱
- 플러그인
- 웹에이전시
- plugin
- JQuery
- 웹디자인
- 3D프린터
- 쇼핑몰구축
- 홈페이지
- jQuery Plugin
- 쇼핑몰제작
- 튜닝
- 홈페이지제작
- 프로그래머
- 워크식스
- 안드로이드
- 제이쿼리
- 커스터마이징
Archives
- Today
- Total
목록virtual host (1)
그냥 개발자 블로그
[Linux] Virtual host using the port for centos7
This is how to implement virtual host using port in centos7. vi /etc/httpd/conf/httpd.conf Open the httpd.conf file. InclutdeOption option path move. vi vhost.conf A Create vhost.conf file. Listen Port number DocumentRoot 기본경로 ServerName play-ground.kr DocumentRoot Path ServerName play-ground.kr Modify it as shown. Press esc. Press the :wq key to save. systemctl restart httpd Restart httpd. vi /..
프로그래밍팁/linux
2017. 6. 27. 01:25