• Resolved filout

    (@filout)


    Hello,

    in the past (two or three times) i already made some restores of our homepage without problems.

    Last saturday after some plugin updates i had a database deadlock in WordPress so i wanted to make a restore again. But during the upload it stopped and i can see the following entries in the log file:

    • proxy_fcgi:error – (32)Broken pipe: AH01075: Error dispatching request to : (sending stdin)
    • proxy_fcgi:error – AH01630: client denied by server configuration: home/sites/(…)/config.json

    So i contacted the support of our provider and got the answer, that i should make a ‘Files match directive’ set in the .htaccess file.

    Q1: Isn’t this really a server/provider problem?

    Q2: Where does the file config.json come from? The WordPress installation is new only with this plugin

    Q3: What should i set in the .htaccess file?

    Thanks in advance for help and kindly regards

    Filout

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Yani

    (@yaniiliev)

    Hi Filout,

    I’m sorry to hear about the issues you’re experiencing. Here are some responses to your questions:

    1. Yes, it seems like this is related to your server or provider configuration. The error messages indicate that there might be some restrictions or misconfigurations on the server side.

    2. The config.json file is not a standard part of the WordPress installation or the All-in-One WP Migration plugin. It’s possible that this file is specific to your server environment or another plugin.

    3. For the specific issue related to proxy_fcgi:error, adding a FilesMatch directive in your .htaccess file could help. However, the exact directive should be provided by your hosting provider since it depends on their server configuration.

    I recommend contacting your hosting provider with these questions, as they can provide the precise configuration needed for their environment. They will be able to guide you on what exactly needs to be set in the .htaccess file to resolve the issue.

    Thread Starter filout

    (@filout)

    Hi Yani,

    many thanks for your answer. After i added then follwing lines in the .htaccess

    <FilesMatch \.(json)$>
    ??? Allow from all
    </FilesMatch>

    the problem with AH01630 is fixed now but the upload still stop with the AH01075 error.

    I contacted our provider again and wait for answer…

    Kind regards

    Filout

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘AH01075 and AH01630’ is closed to new replies.