창립기념일 물품중 하나인 코팅후라이팬을 보는순간 햄버거 패티한번 구워봐야지 햇으나이래저래 바쁘다는 핑계로 패스~보쌈집 찌라시를 보는순간.. 어디 식당에서 양파깔고 따뜻하게 먹었던 기억이나..보쌈을 하기로 결정!! 일전에 사장님이 첨…
아파치 컴파일시 –with-mpm=worker 혹은 –with-mpm=prefrork 옵션을 추가해주게 됩니다. *MPM(Multi-Processing Module)다중처리모듈 apache가 받아들인 요청을 처리하기 위해 자식 processes에게 분배하는 방식입니다. Prefork 방식 : 한 자식프로세스당 하나의…
php memory 가 부족할 경우 ‘Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 2 bytes) in /xx/xx/xxxxx/xx/xx/cls.Dao.php on line 51 이런식으로…
아파치 2.4 버전으로 업데이트 후 접근 제한 방식이 변경되었습니다. 전체 접근 제한 2.2 configuration: Order deny,allow Deny from all 2.4 configuration: Require all denied …
CentOS 5 or 6 버전에서 mysql 4.x 설치 하는 과정중 make를 진행할시에 mysql.cc error: expected primary-expression before ‘?’ token gcc 에러문구가 출력되며 컴파일이 진행되지 않는 경우가…
checking for p2open… nochecking for p2open in -lgen… nochecking for bind… yeschecking for crypt in -lcrypt… yeschecking for crypt… yeschecking for sem_init… nochecking for in…
대다수 시간 동안 꺼져 있어야 하는 시스템은 anacron(anachronistic cron)이 적합하다. anacron은 /var/spoo/anacron에 작업이 시작할 때를 기록한 타임스탬프 파일을 유지한다. 시스템이 켜져 anacron이 동작할 때, 작업이…