본문 바로가기

Server

(14)
centOS7-apache2.2.x checking for APR-util... reconfigconfigure: error: Cannot use an external APR with the bundled APR-util 아파치 컴파일 설ㅈ치중 apr 에러가 난다;;; 소스 설치에 문제가 없는데 ㅜ.ㅜ 아래와 같은 메세지가 나온다면 Configuring Apache Portable Runtime library ... checking for APR... yes setting CC to "gcc" setting CPP to "gcc -E" setting CFLAGS to " -g -O2 -pthread" setting CPPFLAGS to " -D_REENTRANT -D_GNU_SOURCE" setting LDFLAGS to " " Configuring Apache Portable Runtime Utility library... checking for APR-util... reconfig configure: error: Ca..
centOS7-Apache2.2.x checking whether to enable mod_deflate... configure: error: mod_deflate has been requested but can not be built due to prerequisite failures 아차피 컴파일 설치 중 아래와 같은 메세지와 나온다면... checking whether to enable mod_deflate... configure: error: mod_deflate has been requested but can not be built due to prerequisite failures 해결 방법은 yum -y install zlib-devel 라이브러리 문제였다 설치 후 다시 설치하면 해결
Let's Encrypt manual 갱신[Feat. apache] Let's Encrypt SSL을 발급받으면서 수동으로 만든것이 있어서 자동으로 갱신이 안되는 부분이 생긴다.. 매번 DNS 레코드를 수정해야 하는 상황이 발생하는데;; 난 그 귀찮은걸 그냥 한다.. 암튼 수동 업데이트시 업데이트 오류가 나는 경우 갱신 방법이다. 위의 이미지는 크롬에서 SSL로 적용이 안되어 있는 경우 발생한다. 이경우 SSL을 교체 해야 한다. 이유는 날짜 만료... 1. TXT로 갱신 방법 1) certbot을 실행할때 manual 옵션과 preferred-chaaenges dns 를 입력해서 실행 certbot certonly -d [갱신도메인] --manual --preferred-challenges dns certbot certonly -d hasiki.tistory.com -..
SSH 접속툴 추천..(Feat. 무료) SSH를 putty나 SecureCRT를 사용했다. putty는 무료지만. 사용성이 불편하고... SecureCRT는 유료라서.. 회사 컴퓨터에 설치하기에는 어려운점이 있어요... 라이센스는 중요하니까요. 암튼.. SSH 추천 프로그램으로 "MobaXterm"을 추천합니다. mobaxterm.mobatek.net/ MobaXterm free Xserver and tabbed SSH client for Windows The ultimate toolbox for remote computing - includes X server, enhanced SSH client and much more! mobaxterm.mobatek.net SecureCRT에서도 접속하면 환경설정을 바꿔줘야지만 보기가 편했는데 이건 기..
CentOS7 방화벽 설정(FireWalld) CentOS7에서의 방화벽 설정. 1.설치 yum install firewalld systemctl start firewalld systemctl enable firewalld 2-1. 서비스 추가 --add-service=SERVICE_NAME 으로 추가할 서비스 지정 firewall-cmd --permanent --zone=dmz --add-service=http firewall-cmd --permanent --zone=dmz --add-service=https firewall-cmd --permanent --zone=dmz --add-service=ftp 2-2. 포트로 추가 firewall-cmd --permanent --zone=public --add-port=8080/tcp 3. 재구동 fir..
Linux 무료 백신 linux에 백신을 설치해야 하는 경우가 있다. 그런 경우 유료를 사용하는게 어떤 점이든 편하지만 비용으로 어려운 경우 사용하면 좋을거 같다 다만 Clam AV는 검사만 가능하지 치료는 어렵다. ClamAV(Clam AntiVirus)는 네트워크 장비로 유명한 시스코 시스템즈에서 지원하는 오픈소스 소프트웨어로 자유 크로스플랫폼 형식의 바이러스 검사 소프트웨어 툴킷이다. (위키글참조) URL : https://www.clamav.net/downloads ClamavNet ClamTk is a GUI front-end for ClamAV using gtk2-perl. It is designed to be an easy-to-use, on-demand scanner for Linux systems. ClamT..