https://issues.apache.org/bugzilla/show_bug.cgi?id=57398
Bug ID: 57398
Summary: AH01075: Error dispatching request to : (passing
brigade to output filters)
Product: Apache httpd-2
Version: 2.4.10
Hardware: Other
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: mod_proxy_fcgi
Assignee: [email protected]
Reporter: [email protected]
With the main error message, I keep getting the "Bogus version" error messages
too.
Messages are sent using a custom ErrorLogFormat + syslog. I only get these
messages on my busiest websites.
Dec 26 21:14:34 test apache2[3422]: [proxy_fcgi:error] AH01068: Got bogus
version 109
Dec 26 21:14:34 test apache2[3422]: [proxy_fcgi:error] AH01075: Error
dispatching request to : (passing brigade to output filters)
Dec 26 21:15:44 test apache2[3422]: [proxy_fcgi:error] AH01068: Got bogus
version 109
Dec 26 21:15:44 test apache2[3422]: [proxy_fcgi:error] AH01075: Error
dispatching request to : (passing brigade to output filters)
Dec 26 21:22:44 test apache2[3422]: [proxy_fcgi:error] AH01068: Got bogus
version 10
Dec 26 21:22:44 test apache2[3422]: [proxy_fcgi:error] AH01075: Error
dispatching request to : (passing brigade to output filters)
Dec 26 21:28:49 test apache2[3422]: [proxy_fcgi:error] AH01068: Got bogus
version 199
Dec 26 21:28:49 test apache2[3422]: [proxy_fcgi:error] AH01075: Error
dispatching request to : (passing brigade to output filters)
Dec 26 21:38:20 test apache2[3422]: [proxy_fcgi:error] AH01068: Got bogus
version 252
Dec 26 21:38:20 test apache2[3422]: [proxy_fcgi:error] AH01075: Error
dispatching request to : (passing brigade to output filters)
-----
Apache 2.4.10
Ubuntu 14.04
PHP5-FPM: 5.5.9
-----
<IfModule mod_proxy.c>
ProxyTimeout 900
<Proxy fcgi://127.0.0.1:9000>
ProxySet connectiontimeout=5 timeout=900 retry=3
</Proxy>
</IfModule>
--
<VirtualHost *:443>
...
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/var/www/test/$1
DirectoryIndex /index.php
</Virtualhost>
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]