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 | 31 |
Tags
- AWS
- ogr2ogr
- 김골라
- aws ec2
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- S3
- credential error
- C언어
- 이미지 맵
- 설치완료안됨
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- node
- react
- can't getting credentials
- Error:error:0308010C:digital envelope routines::unsupported
- 이미지 좌표 추출
- AWS CodeBuild
- 어셈블리어
- nodejs
- expo
- CSS
- 반응형 페이지 좌표 변환
- rwdImageMaps
- netlify variables
- AWS CodePipeline
- NODE_VERSION
- Unable to find the global bin directory
- SASS
- GeoJSON object too complex/large
- EC2
Archives
- Today
- Total
목록#centos6 #centos7 #apache2 #아파치설치 (1)
ImFe's study

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
2021. 1. 11. 14:57