Centos8 Cacti¼³Ä¡¸¦ À§ÇÑ »çÀü APM¼³Ä¡
https://www.ehostidc.co.kr/hosting/domestic.php (587)https://www.ehostidc.co.kr/cscenter/issue.php (576)
안녕Ȣ16;세요! 무한도1204;1077;니다.
요새 DŽ16;도 1216;1216; 더워1648;고 코/196;나도 1216;1216; 심해1648;고12640;12640;,,160;
여러ǥ16;도 늘 코/196;나 유1032; 또 유1032;Ȣ16;시구요!!!
오늘1008; Centos8 Cacti설치를 위한 사1204; APM설치 0169;법에 대해 알아보도/197; Ȣ16;,192;습니다!
1. Apache
1) httpd 설치 |
root@localhost:[~]: dnf install httpd* |
2) conf파1068; 수1221; |
root@localhost:[~]: vi /etc/httpd/conf/httpd.conf ServerName 192.168.126.10:80160;#line 98 Options FollowSymLinks #line 147 AllowOverride All #line 154 DirectoryIndex index.html index.php index.cgi #line 167 ServerTokens Prod #line 167 KeepAlive On #line 168 |
3) httpd 활성화 0143; 0169;화ǣ17; 1221;책 추가 |
root@localhost:[~]: systemctl enable --now httpd root@localhost:[~]: firewall-cmd --add-service=http R11;permanent root@localhost:[~]: firewall-cmd --reload |
4) html파1068; 생성 0143; 웹6168;1060;1648; 확1064; |
root@localhost:[~]: vi /var/www/html/index.html <html> <body> <div style="width: 100%; font-size: 40px; font-weight: bold; text-align: center;"> Test Page </div> </body> </html>160; |
2. PHP
1) 설치가능 버1204; 확1064; |
root@localhost:[~]: dnf module list php |
2) php 설치 0143; 버1204; 확1064; |
root@localhost:[~]: dnf module -y install php:7.2 root@localhost:[~]: php -v |
3) 테스트 스크립트 생성 0143; 확1064; |
root@localhost:[~]: echo "" > php_test.php root@localhost:[~]: php php_test.php |
3. MariaDB
1) 설치가능 버1204; 확1064; 0143; 설치 |
root@localhost:[~]: dnf module list mariadb root@localhost:[~]: dnf module -y install mariadb:10.3 |
2) 서비스 활성화 0143; 0169;화ǣ17; 1221;책 추가 |
root@localhost:[~]: systemctl enable --now mariadb root@localhost:[~]: firewall-cmd --add-service=mysql R11;permanent root@localhost:[~]: firewall-cmd --reload |
3) MariaDB 초기 설1221; |
root@localhost:[~]: mysql_secure_installation |
4) 1217;속 테스트 |
root@localhost:[~]: mysql -u root -p |
오늘도 찾아와1452;셔서 감사합니다 :)
¼¹ö : CentOS 8
Ŭ¶óÀ̾ðÆ® : CentOS 8 or Windows 10 ¶óÀÌºê ºÎÆÃ
°ÀÇ ÇÔ ºÎŹµå¸³´Ï´Ù ¤Ð