Translation of "apache httpd" in Korean
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Please input an Apache HTTPD configuration file name(full path, 'q' to quit config): \c
Apache HTTPD 구성 파일 이름(전체 경로, 구성을 종료하려면 'q')을 입력하십시오. \c
To simplify this creation of DSO files for Apache httpd modules
이 문서는 DSO 모듈 사용법과 배경 이론을 설명한다.
Each section of the compilation and installation process is described in more detail below, beginning with the requirements for compiling and installing Apache httpd. Requirements
아래는 아파치 웹서버를 컴파일하고 설치하기위한 요구사항부터 컴파일과 설치 과정을 각각 자세히 설명한다. 요구사항
Extracting the source from the Apache HTTPD tarball is a simple matter of uncompressing, and then untarring
아파치 웹서버 타볼에서 소스를 푸는 작업은 단순히 압축과 tar를 푸는 것이다
See Stopping Apache httpd for more information.
Web apps are sometimes executed inside a webserver container. For example, PHP apps might run as a module inside Apache HTTPD, or Java apps might run inside Tomcat.
웹앱은 웹서버 컨테이너 내부에서 실행되기도 합니다. 예를 들어, PHP 앱은 Apache HTTPD의 모듈로 실행될 수도 있고, Java 앱은 Tomcat 내부에서 실행될 수도 있습니다.
Install Apache httpd as a Windows NT service; change startup options for the Apache httpd service; and uninstall the Apache httpd service.
아파치를 Windows NT 서비스로 설치한다; 아파치 서비스의 시작 옵션을 수정한다; 아파치 서비스 설치를 지운다.
Apache httpd is capable of writing error and access log files through a pipe to another process, rather than directly to a file.
로그를 파이프로 보내기 아파치 웹서버는 오류 로그와 접근 로그를 파일에 직접 쓰지않고 파이프를 통해 다른 프로세스로 보낼 수 있다.
In all cases, once the shared module is compiled, you must use a LoadModule directive in httpd.conf to tell Apache httpd to activate the module.
모든 경우 일단 공유 모듈이 컴파일되면, apache2.conf에 LoadModule 지시어를 사용하여 아파치가 그 모듈을 읽어들이게 만든다.