나는 다음과 같은거야 파일 권한«워드 프레스 코덱스 변경 , 아직 난 때 업데이트하려고 및 / 또는 설치 plugin
및 / 또는 theme
통해 wp-admin
, 나는 다음 받고 있어요 :
요청 된 작업을 수행하려면 WordPress에서 웹 서버에 액세스해야합니다. 계속하려면 FTP 자격 증명을 입력하십시오. 자격 증명이 기억 나지 않으면 웹 호스트에 문의하십시오.
파일 시스템 레벨에서 :
# ls -ld wp-content/ wp-content/plugins/ wp-content/themes/
drwxrwxr-x. 6 root apache 4096 Jun 2 12:01 wp-content/
drwxrwxr-x. 28 root apache 4096 Jun 2 00:00 wp-content/plugins/
drwxrwxr-x. 11 root apache 4096 May 11 16:34 wp-content/themes/
#
httpd
다음과 같이 실행됩니다 apache
.
$ ps auxw | grep httpd
root 20158 0.0 0.1 533080 26192 ? Ss 15:03 0:00 /usr/sbin/httpd -DFOREGROUND
apache 20233 0.0 0.2 612608 34908 ? S 15:03 0:00 /usr/sbin/httpd -DFOREGROUND
apache 20234 0.0 0.2 538772 46904 ? S 15:03 0:00 /usr/sbin/httpd -DFOREGROUND
apache 20235 0.0 0.1 536832 24268 ? S 15:03 0:00 /usr/sbin/httpd -DFOREGROUND
apache 20236 0.0 0.2 626272 35640 ? S 15:03 0:00 /usr/sbin/httpd -DFOREGROUND
apache 20237 0.0 0.0 535296 9592 ? S 15:03 0:00 /usr/sbin/httpd -DFOREGROUND
apache 20322 0.0 0.1 537088 26620 ? S 15:03 0:00 /usr/sbin/httpd -DFOREGROUND
apache 20380 0.0 0.2 626060 33816 ? S 15:04 0:00 /usr/sbin/httpd -DFOREGROUND
apache 20429 0.0 0.1 538216 29184 ? S 15:04 0:00 /usr/sbin/httpd -DFOREGROUND
apache 20447 0.0 0.2 629380 43180 ? S 15:04 0:00 /usr/sbin/httpd -DFOREGROUND
apache 20448 0.0 0.2 626172 35224 ? S 15:04 0:00 /usr/sbin/httpd -DFOREGROUND
alexus 24073 0.0 0.0 112652 972 pts/9 R+ 15:13 0:00 grep --color=auto httpd
$
FTP 자격 증명 없이 요청 된 작업 ( install
및 / 또는 update
) 을 수행하고 싶습니다 ./wp-admin
어떻게해야합니까?
nobody
것입니다-이것은 다음 httpd
과 같이 실행되기 때문에 작동하지 않습니다 apache
.
apache.apache
또는 root.apache
어떤 차이만큼하지 것 httpd
같은 실행을 apache
, 그리고 apache
의는 uid
의 일부입니다 apache
gid
내 권한 설정 때문에 S 그룹 '은 모두 동일합니다 g+w
.