강좌 & 팁
아래의 내용은 설정파일("/etc/apache2/apache2.conf" )의 전체 내용 입니다.
# ### Section 1: Global Environment # # # # # # # ## # prefork MPM # worker MPM # event MPM # These need to be set in /etc/apache2/envvars # AccessFileName .htaccess # #
# ErrorLog: The location of the error log file. # # Include module configuration: # Include all the user configurations: # Include ports listing # # Include of directories ignores editors' and dpkg's backup files, # Include generic snippets of statements # Include the virtual host configurations:
|
Include 는 아파치 설정에서 사용하는 설정 파일을 포함 시키는 지시어 입니다.
프로그램(C/C++) 에서 처럼 관련 내용을 파일을 읽어서 포함 시키도록 합니다.
설정 내용중 다음과 같은 내용으로 파일을 Include 합니다.
=============================================================
Include mods-enabled/*.load
Include mods-enabled/*.conf
# Include all the user configurations:
Include httpd.conf
# Include ports listing
Include ports.conf