in header_common.htm --> -->

52AV手機A片王|52AV.ONE

 找回密碼
 立即註冊
快捷導航

Yahoo!奇摩搜尋
熱搜: 手機A片
Google奇摩搜尋
熱搜: 手機A片
     
查看: 3985|回復: 0
打印 上一主題 下一主題

[網頁伺服器] Nginx + PHP-Fpm

[複製鏈接]
跳轉到指定樓層
樓主
發表於 2015-1-11 00:18:11 | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式

《1》安裝nginx
: W3 Y2 I7 B5 N5 ] yum install nginx$ g$ y1 R1 Y2 \% K/ j  z
..........
" b; I( T' f& s0 \. }( RRunning Transaction
( ]6 Z; |: Z( ], A# x  Installing : GeoIP-1.5.1-5.el6.x86_64                                               1/3) J% B9 s6 u5 [
  Installing : nginx-filesystem-1.0.15-11.el6.noarch                                  2/3( t! y0 V2 u1 e: v3 \
  Installing : nginx-1.0.15-11.el6.x86_64                                             3/3
: a  Q6 t/ S- [$ R" w  Verifying  : nginx-filesystem-1.0.15-11.el6.noarch                                  1/3
0 A/ j: y0 Y& |3 u8 V/ K' o& v0 S  Verifying  : nginx-1.0.15-11.el6.x86_64                                             2/34 u: A/ h( S8 M, H6 F$ ]& h7 `% R
  Verifying  : GeoIP-1.5.1-5.el6.x86_64                                               3/3$ m) G; d8 G0 k: j4 t, i9 j
' Q  B8 R/ I2 `' g+ N/ ?: {) x/ j; ^
Installed:" r. t" ~7 p! ^; w  c; T+ L7 ?# F
  nginx.x86_64 0:1.0.15-11.el6
! K6 D2 K8 U  }8 _Dependency Installed:
. c5 N. {  O0 L; n" C! }; R: ^/ D  GeoIP.x86_64 0:1.5.1-5.el6            nginx-filesystem.noarch 0:1.0.15-11.el65 ]; j' q0 m5 s% h# U
Complete!
" P* _* h3 d- q. Q( ]' ^8 z+ z0 c: E7 R+ X* B
設定/etc/nginx/nginx.conf
' I3 w6 J2 u- H: _

6 {+ ^: N$ K! c
《2》安裝php-fpm: 參考http://www.av4u.info/thread-201-1-1.html+ O% I! I& X( Y+ ?) n' k, c2 \
設定 /etc/php-fpm.d/www.conf  user and group  = nginx (default  apache)  ==> still error
* X' x. u6 Z, A* R0 \
, [/ B( Z7 \7 B& |( \; w
啟動php-fpm service php-fpm start) u2 V, z& C7 b, K: I
啟動nginx      
service nginx start
6 r% c* a% a0 r0 ~
結果
/ z0 F+ ~; ^: m9 L0 B; m$ \2 T出現error :nginx:/usr/sbin/nginx: error while loading shared libraries: libgd.so.2: cannot open shared object file: No such file or directory

  S# ]2 X: Z5 c3 e  ]1 W2 v+ J0 e解決
, b+ b. t4 `" q先找libgd.so.2 在何處(locate libgd.so.2*)
結果在/usr/lib64/libgd.backup所以cp /usr/lib64/libgd.backup/libgd.so.2*  /usr/lib64
3 r! e4 S5 M2 K: Q再一次啟動nginx
service nginx start
2 E  x1 e9 m' {  d3 r+ w, [( ~
結果nginx: [emerg] unknown directive "upload_progress" in /etc/nginx/nginx.conf:46
& N/ ]" E# E! ~& ~- f先查看nginx 的configure /usr/sbin/nginx -V/ u7 p4 z$ I" T4 `
nginx version: nginx/1.0.15; a( Q. F5 z5 j4 }6 `$ {+ r
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC)& _& s2 X% C8 y3 H+ `8 ]$ H6 ]
TLS SNI support enabled

! b8 ~' v) o8 Kconfigure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/var/run/nginx.pid --lock-path=/var/lock/subsys/nginx --user=nginx --group=nginx --with-file-aio --with-ipv6 --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module --with-http_image_filter_module --with-http_geoip_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_stub_status_module --with-http_perl_module --with-mail --with-mail_ssl_module --with-debug --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --with-ld-opt=-Wl,-E
0 ?6 t- X" V& R0 ?, q
3 N% ~( R" J* R7 U
! ]7 R% G& y. z" v' b( J6 l
啟動nginx       service nginx start   
+ v  R: e7 R5 I; }' Zerror :
; X5 J' J8 u+ inginx: [emerg] open() "/etc/nginx/conf.d/db52av.52av.tv.conf" failed (13: Permission denied) in /etc/nginx/nginx.conf:40" i- ~2 A6 m" q: v* D
nginx: configuration file /etc/nginx/nginx.conf test failed
2 k/ N7 _7 y% m0 k解決
將/etc/sysconfig/selinux 內的 enforced  設成 disabled    then   reboot    就可以了
9 S& O$ w3 x1 j8 |2 w2 ?SELINUX =  enforcing    改成   disabled
% F  n- Q3 x' R$ ^0 Z8 l  {
3 _9 j  O9 Y* A; q! D& z

$ L5 q5 C0 t9 \& o5 |6 ~6 ?3 {, Y
) _) n( t4 e1 g. D8 Z4 o4 ~& m
) q  s1 \  I4 f3 V( H
-->
您需要登錄後才可以回帖 登錄 | 立即註冊

本版積分規則


-->

聚BT福利

本區塊內容依據『電腦網路內容分級處理辦法』為限制級網站,限定年滿18歲以上或達當地國家法定年齡人士方可進入,且願接受本站各項條款,未滿18歲 謝絕進入瀏覽。為防範未滿18歲之未成年網友瀏覽網路上限制級內容的圖文資訊,建議您可進行網路內容分級組織ICRA分級服務的安裝與設定。 (為還給愛護 本站的網友一個純淨的論壇環境,本站設有管理員)

QQ|小黑屋|手機板|52AV手機A片王

GMT+8, 2024-10-18 23:58 , Processed in 0.076850 second(s), 16 queries .

連絡站長.廣告招商

[email protected] | QQ:2405733034     since 2015-01

裸聊妹 快速回復 返回頂部 返回列表