본문 바로가기

Server

(6)
[Apache-Tomcat] Tomcat Context.xml 구조 이해(스크랩) server.xml은 아래의 톰캣 아키텍처 구조를 그대로 반영한 설정파일이므로, 다음과 같은 구조를 파악하는 것이 설정파일 이해에 많은 도움이 된다. 1. - 최상위 컴포넌트로서, 톰캣의 인스턴스와 동일하다.- 1개 이상의 를 포함한다.- 기본으로 8005 포트가 설정되어 있다. 여러개의 톰캣 인스턴스를 사용할 경우, 포트번호 설정을 다르게 하여야 한다. 속성 설명 shutdown 톰캣을 셧다운할 때, 사용할 텍스트를 설정한다. 기본으로 "SHUTDOWN"이 설정되어 있는데 TCP 소켓으로 SHUTDOWN 텍스트를 날리면 톰캣 서버가 종료된다. (링크참조) 따라서, 보안강화를 위해 shutdown의 텍스트를 임의로 변경하거나, 포트 설정을 port="-1"로 셋팅하고 자체적으로 kill 명령을 통해 종료..
[Apache-Jmeter] 서비스 성능테스트(스크랩) 출처 1 (기본 설명이 잘되있음) : http://soul0.tistory.com/279출처 2 (이론 적인 설명- 여유가 있다면 한번 읽어보기) : http://12bme.tistory.com/272
[Apache] Apache config 내의 ScriptAlias 지시어란? Apache Module mod_aliasAvailable Languages: en | fr | ja | ko | tr Description:Provides for mapping different parts of the host filesystem in the document tree and for URL redirectionStatus:BaseModule Identifier:alias_moduleSource File:mod_alias.cSummaryThe directives contained in this module allow for manipulation and control of URLs as requests arrive at the server. The Alias and ScriptAlias d..
[Apache] VirtualHost 설정 DirectiveDescription:Contains directives that apply only to a specific hostname or IP addressSyntax: ... Context:server configStatus:CoreModule:core and are used to enclose a group of directives that will apply only to a particular virtual host. Any directive that is allowed in a virtual host context may be used. When the server receives a request for a document on a particular virtual host, it ..
[Apache] Apache Http Header customizing(mod_headers) - Default Response header에서 Request, Response 처리 시간을 추가하기 위해서 사용============================================================================================ Apache Module mod_headers SummaryThis module provides directives to control and modify HTTP request and response headers. Headers can be merged, replaced or removed. Order of ProcessingThe directives provided by mod_headers can occur almost ..
[Apache] Apache log customizing하기(Apache Module mod_log_config) Apache Module mod_log_configSummaryThis module provides for flexible logging of client requests. Logs are written in a customizable format, and may be written directly to a file, or to an external program. Conditional logging is provided so that individual requests may be included or excluded from the logs based on characteristics of the request.Three directives are provided by this module: Tran..