반응형 SW93 데비안 debian9 미러 사이트 OS 설치 오류 해결방법 설치에 필요한 미러사이트 에러 발생 An error has been detected while trying to use the specified debian archive mirror An error has been detected while trying to use the specified debian archive mirror 지정된 데비안 아카이브 미러를 사용하는 동안 오류가 발생했다 기본적으로 제공해주는 모든 미러사이트를 클릭했지만 실패 An error has been detected while trying to use the specified debian archive mirror 해결법 An error has been detected while trying to use the specified.. 2023. 12. 7. Centos 센토스 Apache node.js 도메인 프록시 (proxy) 설정 및 확인 1. Apache 및 node.js 설치 2. node.js 3. Apache VirtualHost 설정 https://bigju.tistory.com/entry/VirtualHost-%EC%84%A4%EC%A0%95-%ED%95%98%EA%B8%B0 VirtualHost 설정 하기 기본 적으로 httpd apache 설치 되어있어야합니당 + AM 다 YUM 으로 설치 되었기때문에 경로는 본인이 설치한걸 기반으로 합니다 1. conf 설정 vi /etc/httpd/conf/httpd.conf NameVirtualHost *:80 ( 추가 / Apache 2.4.x tistory.bigju.co.kr # ServerAdmin DocumentRoot /home/bigju/public_html ServerNa.. 2023. 8. 31. Centos apache 20.04에 Node.js 설치 실행 1. epl 저장소 설치 yum install epel-release -y 2. Apache 설치 yum install libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel -y yum install httpd -y 3. Node.js 설치 yum install -y gcc-c++ make yum install nodejs -y 4. 테스트 작성 var http = require ('http'); http.createServer (function (request, response) { response.writeHead (200, {'Content-Type': 'text/html'}); response.end ('Welcome to.. 2023. 8. 30. Ububtu 우분투 NGINX node.js 도메인 프록시 (proxy) 설정 및 확인 1. Nginx 설치 https://bigju.tistory.com/entry/%EC%9A%B0%EB%B6%84%ED%88%AC-Ubuntu-2204-nginx-yum-%EC%84%A4%EC%B9%98-%EB%B0%8F-virtual-host-%EC%84%A4%EC%A0%95 우분투 (Ubuntu) 22.04 nginx yum 설치 및 virtual host 설정 1. 업데이트 및 Nginx 설치 sudo apt update -y // 업데이트 sudo apt install nginx -y //niginx 설치 systemctl status nginx // nginx 상태확인 2. Nginx 시작 및 확인 systemctl start nginx // nginx 시작 netstat -tnlp // 포트 체.. 2023. 8. 29. Ububtu 우분투 NGINX node.js 2차 도메인 이용 프록시 (proxy) 설정 및 확인 1. Nginx 설치 https://bigju.tistory.com/entry/%EC%9A%B0%EB%B6%84%ED%88%AC-Ubuntu-2204-nginx-yum-%EC%84%A4%EC%B9%98-%EB%B0%8F-virtual-host-%EC%84%A4%EC%A0%95 우분투 (Ubuntu) 22.04 nginx yum 설치 및 virtual host 설정 1. 업데이트 및 Nginx 설치 sudo apt update -y // 업데이트 sudo apt install nginx -y //niginx 설치 systemctl status nginx // nginx 상태확인 2. Nginx 시작 및 확인 systemctl start nginx // nginx 시작 netstat -tnlp // 포트 체.. 2023. 8. 28. 이전 1 2 3 4 5 6 7 ··· 19 다음 반응형