• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue results are valid but processing is incomplete

Wikibear

Regular Pleskian
I get this on my Ubuntu Webserver from apache this error:

(70008)Partial results are valid but processing is incomplete: AH01075: Error dispatching request to : (reading input brigade)

Any one now to fix this? I think that this maybe has todo with a bad request between php_fpm and mysql server.
 
Hi Wikibear,

even that the community really likes to help people with issues/errors/problems, you still have to provide essential informations, so that people willing to help you have some facts to investigate:

In YOUR case, you have to provide the following informations:
  1. YOUR current used Plesk version ( incl. #MU )
  2. YOUR current used operating system
    Code:
    Best and fatest way for BOTH informations ( 1. + 2. ) is to use the command ( logged in as user "root" over SSH ):
    
    
    plesk version
    
    
    ... you then just have to copy the output to your forum post! ;-)
  3. YOUR PHP - handler in use for the (sub)DOMAIN.COM.
  4. YOUR vhosts - configuration files from "/var/www/vhosts/system/(SUBDOMAIN.)YOUR-DOMAIN.COM/conf"
  5. Pls. tell us more about the CONTENT on your (sub)DOMAIN.COM... is it a common CMS? If yes, WHICH version pls. ? Do you use plugins/AddONS ? If yes, WHICH ones, pls. ?

You leave us here just with an error message and at the moment, there is no way, that people willing to help you can guess the above informations, which leads to thoughts, which help nobody to find the root cause of your issue. :(
 
Sure you are right! Here more information about my system:

Product version: Plesk Onyx 17.0.17 Update #24
Update date: 2017/04/29 19:51
Build date: 2017/03/22 17:00
OS version: Ubuntu 16.04
Revision: ab6766191d3ba26e7b21255ab007fc7fc56d84c6
Architecture: 64-bit
Wrapper version: 1.2

3. PHP 7.1.4 FPM -> Special Version by Plesk
4.
-rw------- 1 root www-data 375 Apr 29 19:56 httpd.conf
-rw------- 1 root www-data 375 Apr 29 19:56 httpd.conf.bak
-rw------- 1 root www-data 4334 Apr 29 19:56 httpd_ip_default.conf
-rw------- 1 root www-data 4113 Apr 29 19:56 httpd_ip_default.conf.bak
lrwxrwxrwx 1 root root 10 Apr 29 19:56 last_httpd.conf -> httpd.conf
lrwxrwxrwx 1 root root 21 Apr 29 19:56 last_ip_default.conf -> httpd_ip_default.conf
lrwxrwxrwx 1 root root 10 Feb 20 08:14 last_nginx.conf -> nginx.conf
-rw------- 1 root nginx 149 Feb 20 08:14 nginx.conf
-rw------- 1 root nginx 149 Feb 20 08:14 nginx.conf.bak
-rw------- 1 root nginx 2004 Feb 20 08:14 nginx_ip_default.conf
-rw------- 1 root nginx 2004 Feb 20 08:14 nginx_ip_default.conf.bak
-rw-r--r-- 1 root root 2 Apr 29 06:25 stat_ttl.conf
-rw-r--r-- 1 root root 1 Feb 16 17:51 vhost.conf
-rw-r--r-- 1 root root 1 Feb 16 17:51 vhost_ssl.conf

Or you want all files?! For security reasons i feel bad to give my files out to public...

5. No CMS all content on this webspace is developed by myself.
 
Hi Wikibear,

Or you want all files?! For security reasons i feel bad to give my files out to public...
There is nothing special with your configuration files, they don't contain something, which "normal" www - users don't already know... your IP is public and your domains are registered... ;) In addition, just ZIP - them and upload them as attchments, because bots and guests can't open attachments. :)

No CMS all content on this webspace is developed by myself.
uhhh... then YOU have to investigate the depending PHP - issue for yourself, because I have no idea which part of your code could result in errors, if you don't explizit provide the traceback.
 
Hi,

uhhh... then YOU have to investigate the depending PHP - issue for yourself, because I have no idea which part of your code could result in errors, if you don't explizit provide the traceback.

That was not so a big problem if i understand the error from apache... This error is in my mind useless and don't contain any information... This is in my mind i don't know if somebody here with more knowings as me.

Thanks for your help!

My vhosts zip is attached.
 

Attachments

  • vhost.zip
    162 bytes · Views: 1
... your *.zip - folder is empty ( apart from the folder "vhost" ). ;)
 
Hi Wikibear,

could you pls. add some more informations about your apache version and it's used modules?
Consider as well an additional screenshot from "HOME > Tools & Settings > Apache Web Server"

Pls. add as well informations about your settings at webserver settings at "apache & nginx Settings" for your domain(s) with issues.
 
Eirfxys.png


9IklLVT.png


Hope that this are enough information you needed.
oFL4ysY.png
 
Hi Wikibear,

pls. consider to use "MPM-PREFORK" instead of "MPM-EVENT", when you use PHP-FPM. The reason is, that "PREFORK" can handle the modules "mod_php" and "PHP-FPM", while "EVENT" can't.
You might notice as well, that "proxy_html" "proxy_http" and "php7.0" have not been activated, because you use "EVENT".
 
Thanks i will test this new setting.

EDIT:

(70008)Partial results are valid but processing is incomplete: AH01075: Error dispatching request to : (reading input brigade)
 
Last edited:
Back
Top