#NGINX 4개의 스레드 ✕ 해제
이온디
이온디 8년 전
/etc/nginx/sites/eond.confserver { listen 80; server_name is.eond.com; rewrite ^/(.*) https://eond.com/is$1 permanent; } is.eond.com 이라는 도메인을 입력하면 자동으로 eond.com/is 로 이동합니다. /etc/nginx/sites/eond.confserver { listen 80; server_name is.eond.com; rewrite ^/(.*) https://eond.com/is$1 permanent; } is.eond.com 이라는 도메인을 입력하면 자동으로 eond.com/is 로 이동합니다.
이온디
이온디 8년 전
1. mysql | Too many connection 해결 방법:Mysql 동시 접속자수 제한 늘리기 출처 : http://www.websaram.com/bbs/board.php?bo_table=web_server&wr_id=65 2. DB 접속하기 mysql -u ID -p DB_Name (엔터) PASSWORD # mysql -u root -p ※ p 뒤에 공백이 없어야 한다 3. 참조 http://blog.topmania.com/?p=968 http://wings… 1. mysql | Too many connection 해결 방법:Mysql 동시 접속자수 제한 늘리기 출처 : http://www.websaram.com/bbs/board.php?bo_table=web_server&wr_id=65 2. DB 접속하기 mysql -u ID -p DB_Name (엔터) PASSWORD # mysql -u root -p ※ p 뒤에 공백이 없어야 한다 3. 참조 http://blog.topmania.com/?p=968 http://wingsbox.blogspot.kr/2012/11/mysql-mysql.html https://m.blog.naver.com/PostView.nhn?blogId=fromyongsik&logNo=40158255209&proxyReferer=https%3A%2F%2Fwww.google.co.kr%2F https://www.legendry.net/index.php?l=vi&mid=board_YNNJ65&m=0&page=1&document_srl=1028 http://egloos.zum.com/newcacao/v/9163528 http://community.plusonnet.co.kr/?p=72 http://cocoalab.tistory.com/87 무작정 따라하기 보다는 하나씩 해보면서 서버의 상태를 확인해보는 것도 좋은 방법. 작업한것은 따로 주석으로 정리해놓기 gywndi's database >> database and research http://gywn.net/category/my/ MySQL 가이드 > 최적화 (Optimization) http://www.dbguide.net/db.db?cmd=view&boardUid=146595&boardConfigUid=9&categoryUid=216&boardIdx=129&boardStep=1 [MySQL] DB 튜닝 http://egloos.zum.com/mcchae/v/11063919 MySQL 튜닝 http://egloos.zum.com/tiger5net/v/5672418 MySQL DataBase 서버 튜닝 - Connection과 Memory http://ihelpers.x2soft.co.kr/programming/lec.php?CMD=print&IDX=253&source=naverclick MySQL 5.6.5-m8 x86_64 튜닝 http://blog.cafe-latte.co.kr/150181904955 MySQL-튜닝 [MySQL's my.cnf 파일 설정] http://devx.tistory.com/entry/MySQL-%ED%8A%9C%EB%8B%9D-MySQLs-mycnf-%ED%8C%8C%EC%9D%BC-%EC%84%A4%EC%A0%95 mysql my.cnf 튜닝 http://xinet.kr/tc/234 초보도 알아야 할 MySQL 튜닝 18가지 http://cyberseo.tistory.com/entry/%EC%B4%88%EB%B3%B4%EB%8F%84-%EC%95%8C%EC%95%84%EC%95%BC-%ED%95%A0-MySQL-%ED%8A%9C%EB%8B%9D-18-%EA%B0%80%EC%A7%80 mysql 쿼리 속도를 위한 튜닝 방법 http://apollo89.com/wordpress/?p=6547 출처: http://nashorn.tistory.com/entry/MySQL-튜닝-관련 [나숑의 법칙] #nginx my.cnf 튜닝 / 출처 : http://community.plusonnet.co.kr/?p=72 #[MYSQL] 느리다면 튜닝하자 두번째 / 출처 : http://cwscool.tistory.com/182 http://cwscool.tistory.com/183 http://cwscool.tistory.com/181 # MySQL-튜닝 [MySQL's my.cnf 파일 설정] / 출처 : http://devx.tistory.com/entry/MySQL-%ED%8A%9C%EB%8B%9D-MySQLs-mycnf-%ED%8C%8C%EC%9D%BC-%EC%84%A4%EC%A0%95 # my.cnf 튜닝 # [MySQL] DB 튜닝 / 출처 : http://egloos.zum.com/mcchae/v/11063919 오류가 나서 실행이 안되는 옵션들 Max_used_connections = 5000
이온디
이온디 8년 전
서브디렉토리에 XE를 설치했을 때 백지화면이 뜰 경우Nginx 서버에서 XE를 설치할 때 root(/)에 설치할 경우 엔진엑스 설정파일을 제공합니다. 그러나 /xe/ 과 같이 서브디렉토리에 설치할 경우는 정상적으로 출력되지 않습니다. 이 경우 링크를 참조하시거나 아래 설정을 참조하시면 됩니다. Nginx 서버에서 XE를 서브디렉토리(/xe/)에 설치한 경우 rewrite rule 설정 # block direct access to templates, XML schemas, config files… 서브디렉토리에 XE를 설치했을 때 백지화면이 뜰 경우Nginx 서버에서 XE를 설치할 때 root(/)에 설치할 경우 엔진엑스 설정파일을 제공합니다. 그러나 /xe/ 과 같이 서브디렉토리에 설치할 경우는 정상적으로 출력되지 않습니다. 이 경우 링크를 참조하시거나 아래 설정을 참조하시면 됩니다. Nginx 서버에서 XE를 서브디렉토리(/xe/)에 설치한 경우 rewrite rule 설정 # block direct access to templates, XML schemas, config files, dotfiles, environment info, etc. location ~ ^/modules/editor/(skins|styles)/.+\.html$ { # pass } location ~ ^/common/manual/.+\.html$ { # pass } location ~ ^/(addons|common/tpl|files/ruleset|(m\.)?layouts|modules|plugins|themes|widgets|widgetstyles)/.+\.(html|xml)$ { return 403; } location ~ ^/files/(attach|config|cache/store)/.+\.php$ { return 403; } location ~ ^/files/env/ { return 403; } location ~ ^/(\.git|\.ht|\.travis|codeception\.|composer\.|Gruntfile\.js|package\.json|CONTRIBUTING|COPYRIGHT|LICENSE|README) { return 403; } # fix incorrect relative URLs (for legacy support) location ~ ^/(.+)/(addons|files|layouts|m\.layouts|modules|widgets|widgetstyles)/(.+) { try_files $uri $uri/ /$2/$3; } # fix incorrect minified URLs (for legacy support) location ~ ^/(.+)\.min\.(css|js)$ { try_files $uri $uri/ /$1.$2; } # rss, blogAPI rewrite ^/(rss|atom)$ /index.php?module=rss&act=$1 last; rewrite ^/([a-zA-Z0-9_]+)/(rss|atom|api)$ /index.php?mid=$1&act=$2 last; rewrite ^/([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/(rss|atom|api)$ /index.php?vid=$1&mid=$2&act=$3 last; # trackback rewrite ^/([0-9]+)/(.+)/trackback$ /index.php?document_srl=$1&key=$2&act=trackback last; rewrite ^/([a-zA-Z0-9_]+)/([0-9]+)/(.+)/trackback$ /index.php?vid=$1&document_srl=$2&key=$3&act=trackback last; # administrator page rewrite ^/xe/admin/?$ /xe/index.php?module=admin last; rewrite ^/admin/?$ /index.php?module=admin last; # document category rewrite ^/([a-zA-Z0-9_]+)/category/([0-9]+)$ /index.php?mid=$1&category=$2 last; # document permanent link rewrite ^/([0-9]+)$ /index.php?document_srl=$1 last; # mid link rewrite ^/xe/?$ /xe/index.php?mid=$1 last; rewrite ^/xe/([a-zA-Z0-9_]+)/?$ /xe/index.php?mid=$1 last; rewrite ^/([a-zA-Z0-9_]+)/?$ /index.php?mid=$1 last; # mid + document link rewrite ^/([a-zA-Z0-9_]+)/([0-9]+)$ /index.php?mid=$1&document_srl=$2 last; # vid + mid link rewrite ^/([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/?$ /index.php?vid=$1&mid=$2 last; # vid + mid + document link rewrite ^/([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([0-9]+)$ /index.php?vid=$1&mid=$2&document_srl=$3 last; # mid + entry title rewrite ^/([a-zA-Z0-9_]+)/entry/(.+)$ /index.php?mid=$1&entry=$2 last; # vid + mid + entry title rewrite ^/([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/entry/(.+)$ /index.php?vid=$1&mid=$2&entry=$3 last; 참조 ※ #태그는 모두 구글에서 추가로 검색해볼 것 #nginx 하위 디렉토리 index#nginx 서브 디렉토리 index#AWS 서버에 nginx 설정 후 403 forbidden 에러 대처하기 / 출처 : http://miconblog.com/archives/2014/11/aws-%EC%84%9C%EB%B2%84%EC%97%90-nginx-%EC%84%A4%EC%A0%95-%ED%9B%84-403-forbidden-%EC%97%90%EB%9F%AC-%EB%8C%80%EC%B2%98%ED%95%98%EA%B8%B0/#NginX 주요 설정 (nginx.conf) / 출처 : http://sarc.io/index.php/nginx/61-nginx-nginx-conf#nginx 서브 디렉토리 인덱스#NGINX 가상호스트 사용자별 설정 예제 출처 : https://extrememanual.net/10008#[Ubuntu] 우분투 NGINX(엔진엑스) 워드프레스 설정 출처: http://webdir.tistory.com/243 [WEBDIR]#nginx index 404 Not Found /출처 : https://stackoverflow.com/questions/42437073/nginx-returns-404-not-found-error-on-sub-pages#nginx index 404 / 출처 : https://forum.nginx.org/read.php?11,3810,3830#nginx conf index sub directory / 출처 : https://serverfault.com/questions/218818/nginx-projects-in-subfoldersnginx subdirectory 404 / 출처 : https://stackoverflow.com/questions/24328628/nginx-php-fpm-subdirectorynginx index 404 / 출처 https://stackoverflow.com/questions/41099318/nginx-location-404-not-foundxe-core xe 404https://github.com/rhymix/rhymix/blob/master/common/manual/server_config/rhymix-nginx-help.mdNGINX 가상호스트 사용자별 설정 예제 / 출처 : https://extrememanual.net/10008폴더 이름 바꾸면 404 not found / 출처 : https://github.com/rhymix/rhymix/blob/master/common/manual/server_config/rhymix-nginx-subdir.confhttps://www.xetown.com/qna/639425#comment_640112
이온디
이온디 9년 전
apache 설정 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^.]+)$ $1.php [L] nginx 설정 try_files $uri $uri/ $uri.php?$args; apache 설정 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^.]+)$ $1.php [L] nginx 설정 try_files $uri $uri/ $uri.php?$args;