일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 히파티아
- short_open_tag
- 아낙시만드로스
- 플로티노스
- httpd
- 소도마
- bridged
- 다날
- php
- 아이스키네스
- PG
- 아리스티포스
- 크세노크라테스
- 피론
- CentOS
- 서버
- 알키비아데스
- 고르기아스
- Server
- RaiDrive
- VMware
- A2000UA
- 디아고라스
- 아베로에스
- 프톨레 마이오스
- 윈도우10
- NetDrive
- 아낙사고라스
- mysl
- ExpanDrive
- Today
- Total
목록Server (2)
개발자의 하루
하이엔드급이 아닌 일반적인 사이트에서 자주 사용하는 웹서버는 Apache, Lighttpd, Nginx 등이 있습니다.최근에는 node.js를 이용해 네트워크 응용프로그램 웹서버를 사용하기도 합니다. https://news.netcraft.com/archives/category/web-server-survey/ netcraft 웹서버 통계를 보면 꾸준하게 사랑받던 apache는 점점 사용이 줄어드는 방면 Nginx는 꾸준하게 사랑받고 있는 듯 합니다. Nginx 설치 및 운영은 나중에 포스팅하고 오늘은 APM에 맞게 apahce를 설치하도록 하겠습니다. 1. Apache 설치[root@testserver ~]# yum install httpd -y // apache 설치Loaded plugins: fas..
logwatch를 설치해서 시스템 로그를 메일로 받아봅시다. 설치 여부 확인 # rpm -qa | grep logwatch 설치가 안되어 있다면 간단하게 yum으로 설치를 합니다.[root@testserver ~]# yum -y install logwatchLoaded plugins: fastestmirrorSetting up Install ProcessLoading mirror speeds from cached hostfile * base: centos.mirror.cdnetworks.com * extras: centos.mirror.cdnetworks.com * updates: centos.mirror.cdnetworks.comResolving Dependencies--> Running transac..