일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- xe guest utilities
- Windows
- Elasticsearch
- bash
- miniconda
- endpoint security
- proxycfg
- elastic stack
- application security
- docker
- 보안양파
- PlayBook
- centos 8
- XCP-ng
- ssh key 배포
- 로그인불가
- G-suite
- hardening
- pfsense
- x-pack
- 한글가이드
- Kibana
- freebsd
- Kibana server is not ready yet
- ansible
- ELASTIC
- macos
- Proxy
- GitLab
- Today
- Total
목록IT/System & Network (299)
선 밖에 선 자유인
개간단http://egloos.zum.com/mcchae/v/11129718
https://gist.github.com/santoshachari/23ef757d593e5ccd3d31
nginx php 설정 시 접속해보면 "no input file specified" 메시지 뜰 때가 있음이 때 nginx 설정의 location ~ \.php$ 설정을 아래와 같이 지정 fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
nginx + tomcat8 + mariadb on Ubuntu 14.04 https://dont.pe.kr/tc/494https://www.mkyong.com/nginx/nginx-apache-tomcat-configuration-example/ - nginx.conf 파일에 추가 location ~ \.jsp$ { proxy_pass http://localhost:8080; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; } - manager 접속시 403 에러 발생할 때
http://freeprog.tistory.com/126 추가로 금결원의 https 설정 문서
phpipam 설치 시 .htaccess 파일 관련하여 제대로 접속이 안될 때가 있음이 때 아래와 같이 처리 1.) Define Base Make sure BASE directive is set for your installation. This is used to properly detect phpIPAM directory. It must be set in config.php and in .htaccessDetected BASE: /phpipam/ 2.) Enable mod_rewrite Search for Directory directive in default apache config (or vhost config) and add/change it tovi /etc/apache2/sites-enable..
윈도 8.1 이상에서 프로그램 설치 시 문제가 발생하는 경우 2502, 2503 Error 가 나오며 복구가 안되는 경우가 있음.Administrator 계정을 Disable 해 놓은 경우 관리자 권한으로 cmd 실행 후 cmd> net user Administrator /active:yes 로그오프 후 Administrator 계정으로 로그인하여 복구하면 정상 동작 or cmd 를 관리자 권한으로 실행 후 설치 프로그램 위치로 이동하여 실행하는 방법이 있음