Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- SASS
- react
- GeoJSON object too complex/large
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- can't getting credentials
- rwdImageMaps
- 어셈블리어
- aws ec2
- netlify variables
- EC2
- 이미지 좌표 추출
- nodejs
- 이미지 맵
- credential error
- NODE_VERSION
- S3
- 설치완료안됨
- C언어
- ogr2ogr
- AWS CodeBuild
- expo
- AWS CodePipeline
- Unable to find the global bin directory
- 김골라
- 반응형 페이지 좌표 변환
- CSS
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- node
- Error:error:0308010C:digital envelope routines::unsupported
- AWS
Archives
- Today
- Total
ImFe's study
[Linux] - Apache 2.x 버전 설치 본문
yum install httpd
yum을 이용해 apache를 설치한다.
httpd -v 명령어를 통해서 제대로 설치되었는지 알 수 있다.
systemctl start httpd // 아파치 실행
chkconfig httpd on // 부팅할 때 마다 아파치 실행
까지 입력해서 마무리 해준다.
CentOS6버전에서는 service [서비스명] [stop, start, restart, status] 였지만
CentOS7버전에서는 systemctl [stop, start, restart, status] [서비스명]이다.
헷갈리는 사람이 있을까 싶지만 내가 그랬어서,,
사실 설치는 쉬운데 세부적인 설정을 하다보면 오류가 정말 많이생긴다.
'Linux' 카테고리의 다른 글
[Linux] 로그파일 - /var/log/messages (0) | 2021.01.12 |
---|---|
[Linux] 오류 해결 curl: (35) Peer reports incompatible or unsupported protocol version. (0) | 2021.01.11 |
[Linux] CentOS7 - Cannot retrieve metalink for repository: epel/x86_64. 해결 (0) | 2021.01.11 |
[Linux] CentOS7설치 시 파티션 구성 (0) | 2021.01.11 |
[Linux] CentOS6 웹 서버 만들기, phpinfo 출력 (0) | 2021.01.05 |
Comments