일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- AWS
- kibana
- ansible
- zabbix
- powershell
- Selenium
- airflow
- elasticsearch
- Linux
- module
- 8.0
- EC2
- 시스템자동화
- 데이터 분석
- 자동화
- 5.0
- ELK
- GIT
- Automation
- tcp
- ubuntu
- crawling
- MySQL
- python
- DB
- apt
- sso
- GCP
- EKS
- API
Archives
- Today
- Total
목록파일서버 (1)
Oops - IT

** OS 환경: Ubuntu 16.04 1. Apache 설치 #apt-get update #apt-get install apache2 2. Apache 접속 확인 : http://[HOST IP] 3. DocumentRoot 변경 및 파일 서버 설정 적용 #vim /etc/apache2/site-enabled/000-default.conf . . . DocumentRoot [파일 서버로 사용할 기본 경로] - 변경 . . - 추가 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d . . :wq 4. 파일 서버로 사용하는 경로에 대한 추가 설정 적용 #vim /etc/apache2/apache2..
Linux
2020. 11. 10. 19:39