티스토리 뷰
Ubuntu server 16.04를 설치는 따로 설명하지 않고 Apache를 설치해보겠습니다.
1. Apache 설치
$ sudo apt-get install apache2 apache2-utils
2. http 방화벽 허용 설정
$ sudo ufw allow http
3. apache proxy module 설정
$ sudo a2enmod proxy
$ sudo a2enmod proxy_http
Apache 디렉토리 구조 정리
/apache2
apache2.conf 우분투 아파치 기본 설정 파일 (다른 배포판에서는 httpd.conf 사용)
ports.confg apache service port 설정
/conf.d 문자셋, 에러메시지, 보안과 관련된 설정, apache 관련 application 설정 파일
/envvars apache2ctl 환경 설정 파일
/mods-available 사용가능한 apache module을 불러오는 곳
proxy.conf proxy 설정
/sites-available site 설정 파일
000-default.conf 80 port에 대한 설정
default-ssl.conf 443 port에 대한 설정
사용자 추가 virtual host conf 파일
'linux' 카테고리의 다른 글
[Ubuntu build server 4] jenkins 설치 및 기본 설정 (0) | 2016.12.17 |
---|---|
[Ubuntu build server 3] git 설치 및 ssh, http, https 설정 (0) | 2016.12.04 |
[Ubuntu build server 1] 자동 빌드 서버를 구축해보자.. (0) | 2016.12.04 |
[Ubuntu 16.04] Git server 구축 (Git + Gitolite) (0) | 2016.11.21 |
kr.archive.ubuntu.com 저장소 변경 (0) | 2016.10.30 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- remove item
- ubuntu 16.04
- jitpack
- type inference
- 리사이클러뷰 확장
- weak_ptr
- data transfer
- git hook
- publish opensource
- RecyclerView
- auto depoly
- kotlin
- delete item
- build server
- android serialization
- C++
- qtwebengine
- expandable recyclerview
- android open source
- Parcelable
- Apache
- serializable
- Jenkins
- 자동 배포
- git server
- Git
- security.ubuntu.com
- kotlinx serialization
- 오픈 소스 배포
- swip
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함