일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 8.0
- 데이터 분석
- 시스템자동화
- module
- GCP
- crawling
- Automation
- API
- EC2
- 5.0
- zabbix
- MySQL
- kibana
- Selenium
- tcp
- python
- Linux
- EKS
- powershell
- ELK
- AWS
- apt
- sso
- airflow
- ansible
- ubuntu
- DB
- elasticsearch
- GIT
- 자동화
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