Apache 3

Apache + MariaDB + PHP (4)

https://parkjinwoo98.tistory.com/6 Apache + MariaDB + PHP (3) https://parkjinwoo98.tistory.com/5 Apache + MariaDB + PHP (2) https://parkjinwoo98.tistory.com/4 Apache + MariaDB + PHP (1) https://parkjinwoo98.tistory.com/3 [CentOS] 설치 후 설정 SELinux 비활성, iptables 설치, net-tools 설치 시작하기전 parkjinwoo98.tistory.com #> vi /var/www/html/db.php 웹 브라우저에 [내 IP]/db.php 입력한다. 마지막에 succes라고 뜨면 성공. https://sailer..

리눅스 2023.09.06

Apache + MariaDB + PHP (2)

https://parkjinwoo98.tistory.com/4 Apache + MariaDB + PHP (1) https://parkjinwoo98.tistory.com/3 [CentOS] 설치 후 설정 SELinux 비활성, iptables 설치, net-tools 설치 시작하기전에 update랑 upgrade 해주는 것이 좋다. 1. SELinux 비활성화 SELinux는 리눅스의 강력한 보안 모듈 실습 parkjinwoo98.tistory.com MariaDB 설치 #> yum install -y mariadb mariadb-server //설치 명령어 #> systemctl start mariadb // mariadb실행 #> mysqladmin -u root -p password '비밀번호' /..

리눅스 2023.09.06

Apache + MariaDB + PHP (1)

https://parkjinwoo98.tistory.com/3 [CentOS] 설치 후 설정 SELinux 비활성, iptables 설치, net-tools 설치 시작하기전에 update랑 upgrade 해주는 것이 좋다. 1. SELinux 비활성화 SELinux는 리눅스의 강력한 보안 모듈 실습을 진행하기 위해 비활성화하고 진행 vi /etc/sysco parkjinwoo98.tistory.com #> getenforce #> vi /etc/sysconfig/selinux Permissive로 바꾸기 Apache 설치 #> yum install -y httpd //apache 설치 #> systemctl start httpd //apache 구동 #> vi /etc/sysconfig/iptables ..

리눅스 2023.09.06