'프로그래밍/Network' 카테고리의 글 목록 — 매일을 꿈틀대는 법

프로그래밍/Network

프로그래밍/Network

[Nginx] 커맨드 정리

Nginx 오픈 소스 고성능 HTTP 및 리버스 프록시 서버 사용 커맨드 Nginx 실행 service nginx start sudo service nginx start sudo systemctl start nginx sudo nginx Nginx 재실행 service nginx restart sudo service nginx restart sudo systemctl restart nginx nginx -s reload Nginx 중단 service nginx stop sudo service nginx stop sudo systemctl stop nginx nginx -s stop Nginx 상태보기 service nginx status sudo service nginx status ps -ef | gr..

프로그래밍/Network

[XAMPP] Mac Apache 서버 시작 오류 해결 방법

참고 : https://stackoverflow.com/questions/4582504/xampp-apache-webserver-localhost-not-working-on-mac-os XAMPP Apache Webserver localhost not working on MAC OS I install XAMPP server on MAC OS 10.6 it was working fine. After a lot of days I checked it, but not working this time, localhost not opening this time. after some R&D I reinstall XAMPP server... stackoverflow.com [XAMPP] Mac Apache 서버 시작 ..

호놀률루
'프로그래밍/Network' 카테고리의 글 목록