[APACHE] 웹서버설정,httpd.conf

vi /etc/httpd/conf/httpd.conf
 ServerSignature On
 ServerTokens ProductOnly

 #ServerName www.example.com:80(샵처리)
 ServerName 127.0.0.1:80

 # First, we configure the "default" to be a very restrictive set of
 # features.
 
     Options Includes ExecCGI
     AllowOverride All
     Order allow,deny
     Allow from all
 #   Options FollowSymLinks(샵처리)
 #   AllowOverride None(샵처리)
 

 #ServerSignature On(샵처리)
 ServerSignature Off

 AddDefaultCharset EUC-KR

 Options Indexes FollowSymLinks Includes ExecCGI

 AddHandler cgi-script .cgi

 디렉토리설정
 vi /etc/httpd/conf/httpd.conf
 DocumentRoot "/var/www/html"

댓글

이 블로그의 인기 게시물

[LINUX] CentOS 부팅시 오류 : UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY

[MSSQL] 데이터베이스가 사용 중이어서 배타적으로 액서스할 수 없습니다

구글코랩) 안전Dream 실종아동 등 검색 오픈API 소스를 공유합니다. (구글드라이브연동, 이미지 수집 소스)