본문 바로가기
  • 배움에는 끝이 없다.

분류 전체보기32

[Apache] Additionally, a 400 Bad Request error was encountered while trying to use an ErrorDocument to handle the request. 오늘은 apache 400 bad request error 에 대해 알아보자 Bad Request Your browser sent a request that this server could not understand. Additionally, a 400 Bad Request error was encountered while trying to use an ErrorDocument to handle the request. [증상] ■ apache 2.2 / php 소스 / 가상호스트 설정되어 사용중에 위와같은 에러 발생 ■ 가상호스트에 설정된 ErrorLog나 CustomLog 에 찍히지 않고 기본 가상호스트(제일 최상단)에 설정된 customlog에 400 get 로그만 찍힘(에러로그에는 안찍힘) ■ 확인.. 2023. 2. 16.
[SQL] innodb_flush_log_at_trx_commit 란? (Innodb insert 속도를 올려보자) ◆ innodb_flush_log_at_trx_commit 란...? https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html MySQL :: MySQL 8.0 Reference Manual :: 15.14 InnoDB Startup Options and System Variables dev.mysql.com 요약하자면.. innodb_flush_log_at_trx_commit 이란 쿼리 요청이 디스크에 저장되는 방법이 지정된 변수이다. 즉 이 값을 변경하면 transaction 방법을 수정해서 insert 속도를 올릴 수 있다는 것 같다. ◆ transaction, commit이란? DB에서의 transaction이란 정상적으로 완료된 일련의 작업.. 2023. 1. 29.
[Windows] Windows 관리 이벤트 / DistributedCOM 오류 발생 시 아래와 같이 관리 이벤트가 지속 발생할 경우가 있었다. 아래 링크 참고하여 처리하였다. https://answers.microsoft.com/ko-kr/windows/forum/windows8_1-performance/%EC%9D%B4%EB%B2%A4%ED%8A%B8-%EB%B7%B0%EC%96%B4/416197ce-ed7b-492c-8503-00b28bbd5f62?auth=1 리디렉션 중 login.microsoftonline.com [중요] ■ dcomcnfg로 구성요소 서비스에서 DCOM 의 속성 변경은 APPID 의 부분을 변경해 주셔야 한다. 2023. 1. 29.
[SQL] MariaDB slow query log 적용 안될 시 확인 방법 ※ mariadb slow query 를 3초나 5초등으로 적용 했는데도 슬로우쿼리에 모든 쿼리가 전부 쌓이는 증상이 있었다. ※ 공식홈페이지 참고 https://mariadb.com/kb/en/library/server-system-variables/#log_queries_not_using_indexes Server System Variables List of system variables. mariadb.com log_queries_not_using_indexes Description: Queries that don't use an index, or that perform a full index scan where the index doesn't limit the number of rows, will.. 2023. 1. 29.