52AV璈A|52AV.ONE

 曉撖蝣
 蝡唾酉
敹急瑕
  • av隢憯BBS
  • 璈A
  • 芣瑟憭瘚
  • 鞎澆
  • 52av鋆貉摰
  • 銝剜-銝剖銝餅
     
亦: 3007|敺: 0
銝銝銝駁 銝銝銝駁

[nginx|php-fpm] CentOS憪蝣澆鋆剖遣LNMP(歪ginx嚗mysql嚗php嚗svn)

[銴鋆賡包
頝唾唳摰璅撅
璅銝
潸” 2015-10-31 15:13:09 | 芰閰脖 撣 |摨閬 |梯璅∪
: http://blog.csdn.net/yanzi1225627/article/details/491236590 W9 [3 K! C3 W) i3 f" h1 V

6 X2 i' T1 x' i9 P; [

格嚗剖遣LNMP嚗Linux 嚗 Nginx 嚗 MySQL 嚗 PHP 嚗SVN嚗嚗嗡葉svn舐冽乩誨瞞tp嚗嫣噶撘銝剛霂甇乩誨

詨喟桀嚗頧臭辣賢鋆/www/桀銝嚗肓ww桀銝啣遣web隞嗅允雿銝箇蝡寡楝敺嚗www桀銝啣遣wwwsvn雿銝漳vn隞摨啣/www/software冽交駐ginx嚗mysql嚗php摰鋆皞nginx餈銵蝏韐行暈ww:www

銝嚗摰鋆憭

yum -y install ntp make openssl openssl-devel pcre pcre-devel libpng libpng-devel libjpeg-6b libjpeg-devel-6b freetype freetype-devel gd gd-devel zlib zlib-devel gcc gcc-c++ libXpm libXpm-devel ncurses ncurses-devel libmcrypt libmcrypt-devel libxml2 libxml2-devel imake autoconf automake screen sysstat compat-libstdc++-33 curl curl-devel cmake
' g  f! O- |- p2 t3 D8 ]

湔亙敺摰鋆靘韏摰鋆摰

嗅銝頧緯ginx 嚗mysql嚗 php皞隞嚗

舐 google search engine 撠啁

撠餈銝隞緣ar.gz隞園餈scp賭誘撘唳∪其/www/software桀銝

鈭嚗摰鋆nginx

閫蝻拇隞塚嗅餈迸ginx-1.8.0嚗颲亙賭誘嚗

./configure --user=www --group=www --prefix=/www/nginx
* @/ F6 w* S$ f4 e

嗅make嚗make install撠勗鋆摰瘥鈭

摰鋆摰蝚砌隞嗡嚗撱滴ww冽瑕蝏嚗血隡http://blog.itblood.com/nginx-emerg-getpwnam-www-failed.html 霂胯

扯嚗

/usr/sbin/groupadd -f www
& l* ?- D" m" o- `6 f8 [/usr/sbin/useradd M
-s /sbin/nologin -g www www   //-M 銝撱箇雿輻刻桅

nginx賭誘/www/nginx/sbin/銝嚗瑁/etc/init.d/銝隞踝乩亥挽蝵桀箏臬具

chmod 755 /etc/init.d/nginx
% M! l) Q0 c9 U0 v+ {' k' g/ \
! [8 r8 S- |' P. Q4 T7 |3 wchkconfig --add nginx) `! ^+ X) E5 P% F, I+ C/ O$ R
8 Q7 x& G! N+ M1 N: i
chkconfig nginx on1 `# c- r5 l" V7 z( u2 U/ g! f0 }

cd /etc/rc.d/init.d/ 桀銝啣遣nginx嚗摰孵銝嚗

#!/bin/bash
) G* ^; }# @  |1 ?' y  v# nginx Startup script for the Nginx HTTP Server
# ?" O& B* J  S- V# it is v.0.0.2 version.
3 v6 F* ~; ^! }7 ~5 u3 V# chkconfig: - 85 15
: L! ^! V( b; ~6 |+ a# description: Nginx is a high-performance web and proxy server.
0 |' m/ m( J5 y* P+ Z# It has a lot of features, but it's not for everyone.& q+ L% G; i; h7 Y7 I
# processname: nginx, w/ l& V) n( C! r0 z3 ^/ F
# pidfile: /var/run/nginx.pid
: Z5 L3 H" r# O* [# w# config: /usr/local/nginx/conf/nginx.conf
5 l4 K* _0 z  n+ g: Snginxd=/www/nginx/sbin/nginx
, i" X( y9 _: ~; K' a% u* [& Snginx_config=/www/nginx/conf/nginx.conf
" n/ d, G9 U$ b  D( s; vnginx_pid=/www/nginx/logs/nginx.pid) A& ~7 o4 Q1 J  e$ F: j" s/ ^8 ]
RETVAL=0& n& ^/ h# f& m6 x' b: H( g" F$ ~$ g
prog="nginx"
1 l9 {3 }/ G% I) U! t# Source function library.. \7 O/ J2 F$ Z. S
. /etc/rc.d/init.d/functions
, `4 O0 h1 a0 P# Source networking configuration.0 A* W) Q% O6 S, K3 |+ A$ T9 d
. /etc/sysconfig/network" T+ |. P/ O0 Z
# Check that networking is up.
$ h1 g6 f  S  t; m, h) a[ ${NETWORKING} = "no" ] && exit 0
' K5 l5 P4 o; @, V$ D[ -x $nginxd ] || exit 0( ?, A0 _. Y8 H; q/ ^
# Start nginx daemons functions.
9 Q: h! b0 n+ K% F9 tstart() {
: a9 d; \/ O7 cif [ -e $nginx_pid ];then# _5 R! Q3 m, [8 k
echo "nginx already running...."
0 W( ]% Q% j8 m5 m  m) iexit 12 z$ f# }) i+ y& L) [/ V
fi7 q$ x8 {9 {5 v# }% N6 |- I
echo -n $"Starting $prog: "
5 n* e* y" l: c3 m$ f* Wdaemon $nginxd -c ${nginx_config}
3 l' \; {& a4 t. T9 |$ M6 VRETVAL=$?
( ^% I6 [$ b) |echo, E3 v$ X* m  n3 \  J
[ $RETVAL = 0 ] && touch /var/lock/subsys/nginx
% A1 g4 o2 V/ ?- D  ?' }return $RETVAL- D9 {$ |, E' c2 r, _* o- K, O+ R
}! I$ R3 ?7 x7 L
# Stop nginx daemons functions.
3 a4 ]4 E. n0 N5 `, x9 }. \stop() {' A0 H+ ~4 C1 P
echo -n $"Stopping $prog: "2 O' Q1 t/ c" P  N( N; Y
killproc $nginxd$ m) \" j9 G8 q9 r0 X
RETVAL=$?  ?8 B4 g+ T" X9 ~3 W
echo
3 X3 X8 b! D7 H8 e$ {+ B+ P[ $RETVAL = 0 ] && rm -f /var/lock/subsys/nginx /www/nginx/logs/nginx.pid
+ \3 @& k* \. U% R) [1 I5 ]" P}
- n: K& I# j4 ~5 A; s$ J9 Vreload() {
9 a/ F8 T0 V! s* Aecho -n $"Reloading $prog: "
+ q( x8 N9 u4 w# U, Y" M2 M5 j2 J: u#kill -HUP `cat ${nginx_pid}`
  l: {) \$ V: T- W$ L4 Ckillproc $nginxd -HUP7 g* g5 d3 g5 x
RETVAL=$?
) ]+ r% K9 p" R# t- decho
9 @" b. `) A- y* S6 i# D6 l}
& Y4 P" @. B0 n8 k+ r& V3 w# See how we were called.
& x! d* {9 N7 c) U7 W" Y9 z& ^' Ycase "$1" in
- _4 ]) o9 e0 E  o1 p4 ^( rstart)
* w/ a) p( A, L2 M  C2 [# K7 M5 N: Hstart$ n: i( v; m0 b( ~& C1 Y3 O1 X# d
;;
6 T2 H- ]6 c7 A( I0 s6 {stop)1 N. t- k% J* @8 G* W
stop( ?" a8 T/ N$ r3 E9 s
;;! [4 R: [) M! [* K2 \$ \
reload)
( a) T5 l0 U1 G5 _& Nreload
( [: e- I2 q( g- K. c;;
* ^8 I$ x! I1 s5 q  q5 n* erestart)
, H1 X0 V, w. B& Dstop& R! Y* ?- y. v# C* d
start8 _. v$ b1 I; P5 Z3 _; U8 w- _
;;
/ B7 Y# {9 y2 Z9 C1 Nstatus)
* @+ u" F% g4 L& v0 l! M+ E* ?status $prog* B8 m; S: u% r5 e) j( q7 `
RETVAL=$?" Y2 ~7 r& c9 t* k
;;4 f2 \( J3 ?4 E/ _1 E. F
*)5 h' z% `+ @6 h- e
echo $"Usage: $prog {start|stop|restart|reload|status|help}"
. K) n# ]$ l+ V6 Eexit 15 O8 n: n7 g- L  K! e2 M
esac
) H3 R1 ~! q* Iexit $RETVAL/ G/ h7 x! M" C, u8 Z# W% V
: o& Z, s+ Q; i- Q

瘜冽嚗憒nginx摰鋆頝臬銝臬/www/nginx銝嚗敶靽格孵停憟賬


+ H' g. t+ A0 t: T2 |$ Cchmod 775 /etc/rc.d/init.d/nginx #韏鈭扯chkconfig nginx on #霈曄蔭撘箏臬/etc/rc.d/init.d/nginx restart service nginx restart單迨nginx摰鋆撠得k鈭嚗雿銝支葵桅嚗
4 O! J' L9 k6 o8 o% I: p

1嚗舀湔寥霈已eb寧桀/www/web桅

2嚗臭php游嚗暺霈孓ginx臭霈小hp敺

撖嫣1嚗nginx暺霈已eb寧桀 nginx摰鋆頝臬銝html隞嗅允嚗隞祆隞孵/www/web桀銝

餈/www/nginx/conf桀銝嚗vim nginx.conf嚗撠


7 Q( U& b7 d1 T* K2 e5 |( `       location / {
! A8 f* i2 }3 \# y            root   html;
9 l# N/ V7 W' Y4 L            index  index.php index.html index.htm;
- V5 M; [2 M4 u5 {9 `: ?        }
! r5 g- h$ @1 q+ \1 r  V靽格嫣蛹嚗6 D) a- ?2 Y7 \9 s# v( U8 I
/ Q& w$ [8 X, c; r

        location / {

            root   /www/web;

            index  index.html index.php;

        }

瘜冽嚗憓鈭撖隘ndex.php霂怒


( q0 Z  r6 i/ ?# i' t& Z5 llocation ~ \.php$ {. ?. u4 N2 X6 J6 `
            root           html;+ A$ x" p  y: b' I5 o0 U! T
            fastcgi_pass   127.0.0.1:9000;! \4 T+ ?; P- @. _; h: |; \
            fastcgi_index  index.php;
& H, K% m. S4 @$ s            fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;9 n4 T2 O. J! M0 Z- @
            include        fastcgi_params;
0 q( G* M& Z) G, c$ Q        }
" U: @) L( n$ {7 p2 r3 l靽格嫣蛹嚗9 D/ m- G( ~3 q! j

6 m5 f& t% p6 ]2 C+ \+ h) P

        location ~ \.php$ {

            root           /www/web;

            fastcgi_pass   127.0.0.1:9000;

            fastcgi_index  index.php;

            fastcgi_param  SCRIPT_FILENAME  /scripts$fastcgi_script_name;

            #include        fastcgi_params;

            include fastcgi.conf;

       }

嗅撠得k鈭

蝚砌銝芷桅頝php游嚗敺摰鋆摰瘥php氬

銝嚗摰鋆MySQL

閫蝻拙僎餈唳桀嚗扯嚗

6 b9 E2 E( Q2 u- e' p

#cmake -DCMAKE_INSTALL_PREFIX=/www/mysql

銋make make install摰鋆摰鋆摰瘥閬隞乩銝芯嚗

1嚗璉/etc/銝臬血皂y.conf, 憒霂餈mv賭誘孵銝

my.cnf.backup

ps嚗甇斗郊撉日撣賊閬嚗嚗嚗

2嚗撱榦ysql冽瑕蝏

#/usr/sbin/groupadd mysql
* L! x0 P- D. q6 A; I( j( o' u/ b8 ~7 f
#/usr/sbin/useradd -g mysql mysql 憓mysql冽瑕蝏/ t) F: `) H/ F9 ]9 P* w

cat /etc/passwd 亦冽瑕銵
/ N# M) B/ `$ x' [& u8 Y9 M$ Ecat /etc/group  亦冽瑞銵

chown -R mysql:mysql /www/mysql靽格雋ysql摰鋆桀
3 y; A6 E3 e( T: s4 K: ~1 X. c

3嚗餈/www/mysql,撱箇頂蝏芸蒂唳桀

scripts/mysql_install_db --basedir=/www/mysql --datadir=/www/mysql/data --user=mysql
1 X2 g& {6 P& O2 M

4嚗瘛餃∴臬決ySQL

cp support-files/mysql.server /etc/init.d/mysql
0 ?! @. f2 n8 {  u8 Ochkconfig mysql on: }- Z8 O9 {8 c$ `9 S
service mysql start  --臬決ySQL
: t# b1 L/ X) g3 Q

5,霈曄蔭root撖

銝箔霈拐遙雿唳寥質賜皂ysql/bin銝賭誘嚗vim /etc/prifile

瘛餃嚗

PATH=/www/mysql/bin: $PATH
* h# @. t7 C2 [6 j* Nexport PATH% S8 m; J" E: T4 @

靽摮source /etc/profile

扯嚗


8 C; p0 g5 [: ~6 i" l1 s' Amysql -uroot  mysql> SET PASSWORD = PASSWORD('root');
5 n- n. e$ U! Q
8 X8 A8 d3 w0 l6 c5 j: t

霈曄蔭root冽瑞撖銝氳oot

6嚗銝箔舀餈蝔霈輸格唳桀嚗扯嚗


& N3 C' Z6 W+ F, g' y( s# J7 c' a5 }

mysql> grant all on *.* to xroot@"%" identified by "xroot;

mysql> flush privileges; //湔唳

餈瑕停撱箔銝銝芰冽瑕銝漩root嚗撖銝漩root冽瘀臭誑餈蝔霈輸格唳桀

,摰鋆php(php-fpm)

閫撟嗉交嚗


6 C4 _5 s( J! O0 g6 @1 ~

#./configure --prefix=/www/php --enable-fpm --with-fpm-user=www --with-fpm-group=www --with-openssl --with-libxml-dir --with-zlib --enable-mbstring --with-mysql=/www/mysql --with-mysqli=/www/mysql/bin/mysql_config --enable-mysqlnd --with-pdo-mysql=/www/mysql --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-freetype-dir --with-curl

嗅make make install亦閬隞乩鈭嚗

1嚗游nginx嚗臬私hp

餈軏d /www/php/etc/ 桀銝嚗瑁php-fpm.conf.default 銝歉hp-fpm.conf扯/www/php/sbin/php-fpm start 臬私hp嚗fpm

2嚗蝵峰hp.ini

撠摰鋆皞/www/software/php-5.6.14/php.ini-production 瑁郡hp摰鋆桀lib隞嗅允銝

3嚗憒閬摰鋆curl拙霂嚗銝Yconfigure撌脩撣虫嚗嚗餈唳ext/curl桀銝嚗靽霂菔銝撌脩摰鋆鈭curlcurl-devel,嗅嚗

a嚗/www/php/bin/phpize 隞乩嚗銝箔嫣噶臭誑餈銝芰桀/etc/profile嚗


8 \) S* \3 W3 n. z4 S/ t) z

PATH=/www/php/bin:/www/mysql/bin: $PATH

export PATH

b,./configure --with-curl --with-php-config=/www/php/bin/php-config

銋make make install嚗curl.so隡

/www/php/lib/php/extensions/no-debug-non-zts-20131226桀銝嚗嗅蝻颲php.ini曉送xtension_dirextension靽格孵喳胯

雿輻 yum 瘥頛嫣噶:

隞乩舫撠 centOS 6.x/x86_64:

yum install php php-mysql php-fpm php-gd php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-snmp php-soap curl curl-devel

隞乩舫撠 centOS 5.x/i386:

rpm -ivh http://mirror.yandex.ru/epel/5/i386/epel-release-5-4.noarch.rpm! h" E2 O  w  O! K: k  k+ |5 n( J
+ \9 J3 P3 o- @% _- ]3 Y$ W
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
" N+ ^2 b, x" n% U! s0 F; VCreate /etc/yum.repos.d/php-fpm.repo file and add:
$ c; f; [" d( G5 P7 N
  1. [nginx]
    % W2 |- c7 i0 x! ~1 ^* k2 R9 B* Z0 f
  2. name=nginx repo" f& ]5 \* [6 P% S6 x
  3. baseurl=http://nginx.org/packages/centos/$releasever/$basearch/" m, T' J4 g* S8 z+ ], T( v
  4. gpgcheck=0
    4 T, M% L0 f0 O8 F
  5. enabled=1
銴鋆賭誨蝣
7 ^1 l1 |5 ^0 H1 H. c/ c% q" N: X
yum --enablerepo=remi,remi-test install php-fpm: ~7 c4 a& K2 P! u( |, m9 U9 G
: a& r- a- x+ i

5 N3 t. z3 |! O9 l4 A; ?鈭嚗摰鋆svn蝵峰ost嚗commit

甇斗郊雿冽臭誨瞞tp嚗嫣噶撘鈭箏撘撟嗅甇乩誨臭誑湔仿餈yum摰鋆喳胯

# rpm -qa subversion  //璉交臬西芸蒂鈭雿祉svn3 t1 s1 R  ^1 X1 U6 h2 C8 \

嚗yum remove subversion //貉蝸雿祉svn1 e2 _0 ^- n* n) L* O  M

# yum install httpd httpd-devel subversion mod_dav_svn mod_auth_mysql   //摰鋆svn' l( e6 J2 S8 @& i% N7 g" q. `. ^9 @6 A

餈# svnserve --version撉霂臬血鋆乩亙停臬撱箔摨撟嗡web桀甇乓

1嚗mkdir -p /www/wwwsvn  甇斗隞嗅允撠望盎vn隞摨. svnadmin create /www/wwwsvn 撱箔摨嚗扯銝餈啣賭誘嚗臭誑圈Xconf, db,format,hooks, locks, README.txt蝑隞塚霂湔銝銝杵VN摨撌脩撱箇嚗ps嚗甇文臭誑餈svnserve -d -r /www/svndata 撱箇svn砍桀嚗嗅svnadmin究vndata桀銝啣遣隞摨嚗

2嚗蝵桃冽瑕撖

肓wwsvn銝餈軏onf隞嗅允嚗X銝銝芣隞塚authz  passwd  svnserve.conf閬蝻颲

嚗vim passwd //霈曄蔭冽瑕撖

[users]
. c: @  C+ h6 D5 j" q/ E3 D# harry = harryssecret
" N6 c) y& j3 a) _3 G9 R5 f# sally = sallyssecret+ P1 j9 }- K1 f' L- n
wangning=wangning
$ A+ a$ F% J3 J: U( Q: a7 Z8 syanzi=yanzi6 a; v0 ]3 x/ }

#vim authz  //霈曄蔭


2 d- U  o8 H# [% Z/ i! W

[/]

wangning = rw

yanzi = rw

# &joe = r

# * =

#vim svnserve.conf

anon-access = none* L' P1 _% O3 M! H
auth-access = write
1 @1 f% Y; B$ |8 x; R### The password-db option controls the location of the password  B4 u! e0 R  a7 T
### database file.  Unless you specify a path starting with a /,: L: p5 K. v4 o% G, J+ |
### the file's location is relative to the directory containing) ]8 i/ M$ j: g9 L8 c3 C# x
### this configuration file.
5 X) B; ]- u% q& j  h### If SASL is enabled (see below), this file will NOT be used.& L" b4 c* \7 m
### Uncomment the line below to use the default password file./ L, Z6 h1 C3 l* d; I
password-db = passwd! b; s! h" _  R5 e% w/ k/ |) @
### The authz-db option controls the location of the authorization' e: d: b6 i5 r% m2 E# M
### rules for path-based access control.  Unless you specify a path
+ S8 S/ Q; H! Y+ T1 A/ a1 B6 V### starting with a /, the file's location is relative to the the
5 R: i5 z+ e) R5 v& ]### directory containing this file.  If you don't specify an
; ^4 q/ B, s  o! X) n6 g8 V### authz-db, no path-based access control is done.* R/ c: z9 {+ N% U1 |6 k7 X& V
### Uncomment the line below to use the default authorization file.
' T" k* r5 l7 K, Wauthz-db = authz+ `' z' i' T1 \# X$ U3 d
### This option specifies the authentication realm of the repository.+ _- c9 g; Z7 `" o' o; d' `
### If two repositories have the same authentication realm, they should& O# i( _* R# l+ m0 Q# p% j, h9 M
### have the same password database, and vice versa.  The default realm$ W/ z! o0 Z* t: r
### is repository's uuid./ ]/ m9 d6 g0 h5 K- _2 n- C) U8 p
realm = My First Repository! P, x3 M6 r4 u9 U5 g

瘜冽嚗銝Z鈭銵V賣蝛箸潦

3,臬典甇┬vn

#svnserve -d -r /www/wwwwvn   //臬究vn: _. H! b8 l* H& e- x, u+ b$ D

#killall svnserve    //甇" Y: F( [$ P7 M5 I

敺臬究vn嚗臭誑典X霂鈭

svn checkout svn://192.1.15.222 --username xxx. }4 m2 q& V' W4 v

4,蝵峰ost嚗commit

蝏餈銝餈圈蝵桀嚗svn隞摨啣/www/wwwsvn, 雿眨eb寧桀/www/web,銝方銝臭銝芰桀嚗瘜svn push銝亙停唬具

a嚗擐究erver蝏蝡舫嚗嚗svn co svn://192.1.15.222 /www/web

霈啣撠/www/web桀靽格嫣蛹www:www

chown -R www:www /www/web
7 C3 S1 m# e( ~2 W7 r7 x

b, # cd /www/wwwsvn/hooks/,嗅cp post-commit.tmpl post-commit  

vim post-commit嚗券Z伐


( ]: [. @5 [' |8 Y3 m: E! R

export LANG=zh_CN.UTF-8

svn up --username yanzi --password yanzi /www/web/

chown -R www:www /www/web/

嗅撠曹ok鈭嚗典┬vn commitweb桀銋撖孵隞嗅改

ps:

1嚗svn upY摮撖臭霈曄svn冽瑯

2嚗銝├p撠望真pdate嚗git亦閫嚗撠望舀銝芯摨A嚗嗅啣遣鈭銝朋餉頦服嚗瘥甈,鈭斤嗅嚗霈咕銋pull銝銝餈乓究vn真pdate

3 , 鋆摰nginx php-fpm 撠 SElinux 摰冽輻,血蝬脤箇 "Access denied" :
* Q1 d) @$ s, b0 m, w5 A& l; t9 O

#system-config-securitylevel

豢DISABLE敺OK嚗敹璈


  o7 s& A4 t  K% [% Z- }瑁setenforce 0撠勗臭誑急踝瑁setenforce 1撠勗臭誑急

vi /etc/sysconfig/selinux

SELINUX=enforcing 寞--> SELINUX=disabled

# s& p- k& d: c+ D. W! Q/ P; Q7 t
vi /var/log/audit/audit.log ( tail -f /var/log/audit/audit.log) 亦 SElinux 雿憿
5 Z) Q4 W. ?7 }. O1 Z' b

雿輻券

祉蝛閬

BT蝳

砍憛批捆靘餉衣雯頝臬批捆蝝颲行粹嗥蝬脩嚗摰撟湔遛嚗嚗甇脖誑銝嗅啣摰嗆摰撟湧翩鈭箏ㄚ孵舫脣伐銝憿亙祉璇甈橘芣遛18甇 雓蝯脣亦閬賬粹脩芣遛18甇脖芣撟渡雯閬賜雯頝臭嗥批捆鞈閮嚗撱箄降典舫脰蝬脰楝批捆蝝蝯蝜ICRA蝝摰鋆閮剖 (粹蝯行霅 祉蝬脣銝蝝瘛函隢憯啣嚗祉閮剜蝞∠)

QQ|撠暺撅||52AV璈A

GMT+8, 2024-6-5 02:46 , Processed in 0.089074 second(s), 20 queries .

蝯∠.撱

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

鋆貉憒 敹恍敺 餈銵