✨

[태그:] cURL

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

    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)를 확인할 수 없습니다 -> 바로가기

    2019-07-04
리눅스맨

리눅스맨

리눅스 전문가와 함께하는 서버 구축의 모든 것

  • 블로그
  • 소개
  • 자주 묻는 질문
  • 작성자들
  • 이벤트
  • 상점
  • 패턴
  • 테마

Twenty Twenty-Five (2025)

WordPress로 디자인됨