리눅스

Apache + MariaDB + PHP (3)

박진우98 2023. 9. 6. 15:52

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 설치 시작하기전에 update랑 upgrade 해주는 것이 좋다. 1. SELinux 비활

parkjinwoo98.tistory.com

 

php 설치

#> yum install -y php php-mysql php-mbstring php-pdo php-gd

설치된 파일들,,,

 

설치가 완료되었으면 간단한 코드를 /var/www/html 저장 실행한다.

#> vi /var/www/html/phpinfo.php

들어갈 내용

(화면안나오고 이상한 코드 나올때 해결방법)

#> vi /etc/httpd/conf/httpd.conf

파일에 95번째 줄을 아래와 같이 수정한다.

Server Name [ IP]

httpd 재시작

#> systemctl restart httpd

 

PHP 설치 --

'리눅스' 카테고리의 다른 글

WINSCP 접근거부 문제 해결  (0) 2023.10.23
Apache + MariaDB + PHP (4)  (0) 2023.09.06
Apache + MariaDB + PHP (2)  (0) 2023.09.06
Apache + MariaDB + PHP (1)  (0) 2023.09.06
FTP 서버 구축 및 보안 설정  (1) 2023.09.06