리눅스맨

HOW to fix cURL error 28: Connection timed out in wordpress

워드프레스 업그레이드 할 때 2가지는 체크해야합니다.

한가지는 폴더권한문제이고 또 한가지도 SELinux 권한문제입니다

Insert to line at  your configual file.

/wp-config.php

insert comment!!

if(is_admin()) {
add_filter('filesystem_method', create_function('$a', 'return "direct";' ));
define( 'FS_CHMOD_DIR', 0751 );
}

 

HOW to fix cURL error 28: Connection timed out in wordpress

만약!! 위의 명령어를 넣어도 안될경우

SELinux 설정을 disabled 로 바꾸셔야합니다.

아래 바로가기를 클릭하면 SELinux 설정 disable 하는 방법이 있습니다

워드프레스 컨텐츠 디렉토리(wp-content)를 확인할 수 없습니다 -> 바로가기


게시됨

카테고리

작성자

태그:

“이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.”