본문 바로가기

study

CentOS7 nginx & 아파치

https://altkeycode.tistory.com/10

 

[CentOS] nginx 설치

* NGINX 엔진엑스? 엔진엑스라는 것은 이전 아파치 httpd 서버를 대체하는 주로 정적 웹페이지(html 등)을 처리할때 많이 쓰이는 웹 서버 중 하나입니다. 이전에는 Apache Httpd 를 주로 썼지만 엔진엑스를 쓰는..

altkeycode.tistory.com

https://rosnot.tistory.com/98

 

[CentOS] CentOS7 웹서버 (http, https)

web server 설치 >> yum install httpd >> service httpd start >> yum install php >> yum install php-mysql web server http 포트변경 (80 -> 8080) >> vi /etc/httpd/conf/httpd.conf 수정 - Listen 8080 >> v..

rosnot.tistory.com

http://egloos.zum.com/dochi575/v/4867779

 

apache permission denied(13)

아파치 포트가 1024보다 크고, root 권한으로 실행하는데, 아래와 같은 오류가 발생하면서 아파치 서버가 실행되지 않는 경우가 있다. $ service httpd start Starting httpd: (13)Permission denied: make_sock: could not bind to address [::]:8000 (13)Permissi

egloos.zum.com

https://www.lesstif.com/pages/viewpage.action?pageId=48988293

 

SELinux 문제 해결

이제 마지막으로 SELinux 에서 서비스나 프로그램이 제대로 동작하지 않을 때 원인을 분석하고 해결책을 찾는 과정을 살펴보면서 앞에서 설명한 내용을 정리해 보겠습니다.

www.lesstif.com

https://slobell.com/blogs/21

 

slobell blog : [CentOS7] 방화벽(firewall) 사용법 요약

CentOS7의 방화벽(firewall) 사용법을 요약해서 정리하였다.

slobell.com

https://blog.lael.be/post/1721

 

한번에 끝내는 CentOS 웹서버세팅 (센토스 서버세팅)

Last updated : 2016-11-08 CentOS 에서의 웹서버 구축 방법을 요청하셔서 작성해 봅니다. Ubuntu, CentOS, Fedora, ArchLinux 등에서 어떤 것이 가장 좋은 운영체제 일까요? 본인에게 편한 운영체제가 가장 좋습니다. (일방적으로 하나의 좋은 것이 있다면 다들 그것만 쓰고 나머지는 도태되겠죠.) 참고로 저에겐…

blog.lael.be

https://wlsufld.tistory.com/40

 

MariaDB 데이터베이스 생성, 계정생성, 권한 주기

-- 데이터 베이스 확인 SHOW DATABASES; -- 데이터 베이스 생성 CREATE DATABASE 데이터베이스명; -- 데이터 베이스 확인 SHOW DATABASES; -- mysql database 를 사용 USE mysql; -- 사용자 확인 SELECT HOST, USE..

wlsufld.tistory.com

[root@localhost]# setsebool -P httpd_can_network_connect 1

[root@localhost]# setsebool -P httpd_can_network_connect_db 1

 

https://sir.kr/g5_tip/10720

 

CentOS: 내 서버를 돌려보자 그누보드 설치 성공기 V 2.5.2 (준비물: USB 저장장치) > SIR

컴퓨터 2대를 사용했습니다.(한쪽은 검색용) 처음에 OS 를 설치해야 겠죠?
전 centos를 선택했습니다. kali, ubuntu, fedora 다 써 봤는데
설치 순조롭고 빠르고 안정적인건 centos 같습니다. 페도라도 좋은데 php 가 7.0 이라 호환이 안되는 앱이 있어서 스킵..
설치 과정은 대충 이렇습니다.


centos 를 다운로드 받는다. centos.org 로 접속합니다. Get C

sir.kr

 

'study' 카테고리의 다른 글

가상호스트 Virtual Host  (0) 2019.11.07
nginx & apache  (0) 2019.11.05
Centos7 mysql 제거 및 mariadb설치  (0) 2019.11.05
php 디랙토리 체크 / 파일 체크  (0) 2019.10.31
CentOS설치  (0) 2019.10.24