아파치 웹 서버 설정
2019. 5. 21. 23:36ㆍ애플리케이션
apache httpd.conf설정 및 설명
HOW-TO Configuration httpd.conf(apache) ServerType Standalone # 서버 타입을 설정하는 지시자 이다. # ServerType 에서 설정할 수 있는 것은 Standalone 과 inetd 두가지 설정이 있다. ServerRoot /usr/local/..
jace.tistory.com
[CentOS] Apache(아파치) 설정파일 분석 - httpd.conf
설치버전에 따라 설치방법에 따라 혹은 배포판에 따라 설정파일들의 위치나 내용이 조금씩 틀릴 수 있다는 것을 감안해야 합니다. 이 문서는 CentOS 6.4 Minimal에서 yum을 이용한 패키지설치(Apache 2.2.15)를 기..
webdir.tistory.com
[아파치]httpd.conf 서버설정
아파치 웹서버 httpds.conf 서버설정에 대해 정리한다. ServerAdmin - 관리자 이메일 주소를 설정한다. ServerSignature 값이 Email로 설정되었을 경우, 이메일 주소는 404, 500 에러가 발생했을 경우 에러 화면에..
pshcode.tistory.com