infra
Platform

모듈 맵

[Linux] Apache/Nginx 웹 서버 설정

0 / 20 완료

펼치기

Linux-master · 11 / 20

[Linux] Apache/Nginx 웹 서버 설정

Apache httpd와 Nginx를 설치하고 가상 호스트, SSL, 접근 제어를 설정합니다

콘텐츠 렌더링 오류: SyntaxError: await is only valid in async functions and the top level bodies of modules

지식 확인

퀴즈 — 5문제

Q1

Apache의 AllowOverride 지시어와 .htaccess 파일의 관계에서 AllowOverride None 설정의 의미는?

Q2

Nginx의 location 블록에서 '= /exact', '^~ /prefix', '~* \.php$', '/general' 순서로 정의되어 있을 때, '/exact' 요청에 매칭되는 블록은?

Q3

Apache httpd.conf에서 ServerName 지시어가 설정되지 않았을 때 발생하는 경고와 그 영향은?

Q4

Nginx에서 proxy_pass http://backend;로 설정할 때 업스트림(upstream) 블록의 가중치(weight) 설정은 어떤 로드밸런싱에 사용되는가?

Q5

Apache 접근 로그에서 '192.168.1.100 - john [10/Jan/2024:10:23:45 +0900] "GET /index.html HTTP/1.1" 200 1234' 형식에서 두 번째 필드('-')가 의미하는 것은?

0 / 5 답변

이것도 배워보세요

linux-master중급 · 70
[Linux] 시스템 리소스 모니터링과 성능 분석
Linux-master 트랙 계속