일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Web
- 환경변수
- springboot #controller #jsp
- 웹개발
- install
- apache
- restapi
- Tomcat #SpringFramework
- ojdbc
- 스프링시큐리티
- IntelliJ
- HATEOAS
- development
- RESTful
- postman
- undefined
- sqldeveloper
- Maven
- tcping
- mssql
- mysql
- SpringInitializer
- springboot
- Oracle11g
- 스프링부트
- Developer
- SpringSecurity
- Database
- 스프링부트 #springboot #project #Intellij
- oracle
Archives
- Today
- Total
여백에 도장 찍기
Apache Installation on Centos7 본문
Environment
CentOS7
Installation
# yum install -y httpd
Apache
# systemctl start httpd.service
# systemctl enable httpd.service
# systemctl status httpd.service
Install Test
http://ip_or_domain 접속하여 다음과 같은 화면이 보여지면 설치 및 실행이 정상적으로 이루어진 것이다.
Configuration File
- Apache의 설정파일은 '/etc/httpd/conf/httpd.conf' 이다.
- /etc/httpd/conf.d 디렉터리는 추가적인 웹 서버 설정파일을 포함한다.
httpd.conf 파일에서는 conf.d/*.conf 파일을 모두 Include 한다.
'Web Server & WAS > Apache ' 카테고리의 다른 글
Install JDK, Apache Tomcat on CentOS 7 (0) | 2019.01.21 |
---|
Comments