The httpd algorithm is explained in more detail below.
One complicating factor for httpd administrators is whether or not an IPv6 socket can handle both IPv4 connections and IPv6 connections.
아파치 관리자에게 복잡한 부분은 IPv6 소켓이 IPv4 연결과 IPv6 연결을 모두 처리할 수 있느냐는 점이다.
Extracting the source from the Apache HTTPD tarball is a simple matter of uncompressing, and then untarring
아파치 웹서버 타볼에서 소스를 푸는 작업은 단순히 압축과 tar를 푸는 것이다
This module is designed for the use in test suites and large networks which have to deal with different httpd versions and different provides a new container - <IfVersion>, which allows a flexible version checking including numeric comparisons and regular expressions.
여러 다른 웹서버 버전과 구성을 다루어야 할 큰 네트웍과 테스트용으로 사용하기위해 이 모듈을 만들었다. 이 모듈은 숫자 비교나 정규표현식을 사용하여 자유로운 버전 검사가 가능한<IfVersion>을 제공한다.
httpd is a modular server.
If the Accept: header contains no q factors at all, httpd sets the q value of" /*", if present, to 0.01 to emulate the desired behavior.
Accept: 헤더에 q 계수가 전혀 없고 " /*"가 있다면, 아파치는 바람직한 행동을 위해 q 값으로 0.01을 지정한다.
See Stopping Apache httpd for more information.
더 자세한 정보는 아파치 중단하기 를 참고하라.
httpd also provides a RedirectMatch directive for more complicated rewriting problems. For example, to redirect requests for the site home page to a different site, but leave all other requests alone, use the following configuration
또, 아파치는 더 복잡한 재작성 문제를 위해 RedirectMatch 지시어를 제공한다. 예를 들어, 다른 요청은 그대로 두고 사이트 홈페이지에 대한 요청만을 다른 사이트로 리다이렉션하려면
<IfVersion>section encloses configuration directives which are executed only if the httpd version matches the desired criteria.
<IfVersion>섹션은 웹서버 버전이 원하는 조건을 만족할때만 실행할 설정 지시어를 묶는다.
Joomla website updates are all https protocol, SSL and missing elements associated dll, That process will result in the Joomla URL https Agreement, Is not working, So long as the elements required to make up dll httpd, Joomla update can solve the problem.
의 Joomla 웹 사이트 업데이트는 모든 HTTPS 프로토콜입니다, SSL 및 누락 된 요소 관련 DLL, 그 과정은 줌라의 URL에 https 계약에서 발생합니다, 작동하지 않는 경우, 요소가 DLL의 아파치를 구성하기 위해 필요한 너무 오래, 줌라 업데이트는 문제를 해결할 수.
In deciding what file to serve for a given request, httpd's default behavior is to take the URL-Path for the request (the part of the URL following the hostname and port) and add it to the end of the DocumentRoot specified in your configuration files.
요청을 받은 아파치는 어떤 파일을 서비스할지 결정하기위해 기본적으로 요청의 URL-경로(URL에서 호스트명과 포트 뒤에 나오는 부분)를 설정파일에서 지정한 DocumentRoot 뒤에 붙인다.
httpd has the capability to serve many different websites simultaneously. This is called Virtual Hosting. Directives can also be scoped by placing them inside<VirtualHost>sections, so that they will only apply to requests for a particular website.
아파치는 여러 다른 웹사이트를 동시에 서비스하는 능력이 있다. 이를 가상호스트라고 한다. 지시어를<VirtualHost>섹션 안에 두어 특정 웹사이트에만 지시어를 적용할 수 있다.
For HTTP/1.1 clients, httpd sends a Vary HTTP response header to indicate the negotiation dimensions for the response.
HTTP/1.1 클라이언트에게 아파치는 응답의 협상 범위를 알려주는 Vary HTTP 응답헤더를 보낸다.