mpm 문제와 threadsafe 문제로 인해서 yum 설치된 php 모듈을 사용하지 못 할때.. 방법은 fast-cgi와 일반 cgi 방식이 남는다. ( 물론 소스를 받아서 다시 컴파일 해도 된되.. Thread safe 옵션 넣어서.. ) fast-cgi가 설치 가 또 안된다면.. 기본 설치되는 cgi방식으로 설정.. http.conf에 S…
- Category Archives Linux
-
-
[펌]How to enable EPEL repo on CentOS 5 & 6
To enable EPEL (Extra Packages for Enterprise Linux) for CentOS 5 x86 or x64, log in to SSH on your server and execute the following command (dependent on your OS – unsure of what version of CentOS yo…
-
리눅스 명령 모음
** 자동 로그아웃 끄기.. export TMOUT=0 ** CENTOS 버전 알아 보기 [root@monitoringnew conf]# lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graph…
-
how to set the idle-timeout in linux SSH
in /etc/ssh/sshd_config insert ClientAliveInterval 600 ClientAliveCountMax 3 That will give you an timeout of 30 minutes (600 sec x 3)