RHEA-2016:0026-1: new packages: kmod-ahci
Red Hat Enterprise Linux: New kmod-ahci packages are now available for Red Hat Enterprise Linux 7. Source: rhn-errata
Red Hat Enterprise Linux: New kmod-ahci packages are now available for Red Hat Enterprise Linux 7. Source: rhn-errata
Red Hat Enterprise Linux: Updated kernel packages that fix two security issues and several bugs are now available for Red Hat Enterprise Linux 6.6 Extended Update Support. Red Hat Product Security has rated this update as having Important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. CVE-2015-5307, CVE-2015-8104 Source: rhn-errata
RHN Satellite and Proxy: Updated spacewalk-backend, spacewalk-java, spacewalk-schema, and satellite-schema packages that fix several bugs are now available for Red Hat Satellite 5.6. Source: rhn-errata
Adding good content to Twitter can be a pain. I can’t do it during working hours, and I don’t have much time at night. But, the more content you have, the more followers you can gain, and the more your original tweets can be seen (hopefully).… Source: mysqlserverteam.com
환경 OS : linux(centos6) WEB : nginx-1.8 PHP : php-fpm php-fpm은 포트가 아닌 소켓을 오픈 기본값 : listen = 127.0.0.1:9000 변경값 : listen = /var/php/php-fpm.sock 로그 2016/01/12 07:20:21 [crit] 15637#0: *1 connect() to unix:/var/php/php-fpm.sock failed (13: Permission denied) while connecting to upstream, client: 141.101.83.235, server: greatuser.net, request: “GET /index.php HTTP/1.1”, upstream: “fastcgi://unix:/var/php/php-fpm.sock:”, host: “greatuser.net”, referrer: “https://www.google.co.kr/” 원인 및 처리 php-fpm 과 nginx 의 실행 유저가 맞지 않기 때문에 발생하는 에러.. php-fpm.conf 에 다음과 같이 지정을 해줘야함… user = nobody group = nobody listen.mode = 0666 예제에서는 저렇게 나와 있지만.. nginx 를 구동하는 유저와 동일하게 설정하면 되겠다. listen.mode 역시 0660 이상이면 된다… 그런데 왜 listen 값을 포트에서 유닉스 소켓으로 변경했냐고???? 그건 다음에 알랴줌…
Copyright © 2026 | WordPress Theme by MH Themes