https://bz.apache.org/bugzilla/show_bug.cgi?id=69259
Bug ID: 69259
Summary: Error messages after update
Product: Apache httpd-2
Version: 2.4.62
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Since upgrading from Apache 2.4.59 (I think it was this version but I am not
100% sure) to Apache 2.4.61 I see errors from proxy related requests:
Log file:
> [Wed Aug 14 17:49:03.128612 2024] [proxy:debug] [pid 17292:tid 17558]
> mod_proxy.c(1467): [remote my.ip.add.ress] AH01143: Running scheme unix
> handler (attempt 0)
> [Wed Aug 14 17:49:03.128619 2024] [proxy_fcgi:debug] [pid 17292:tid 17558]
> mod_proxy_fcgi.c(1080): [remote my.ip.add.ress] AH01076: url:
> unix:/run/php8/www.example.com|fcgi://our-defined-php-handler/data/htdocs/www.example.com/index.php
> proxyname: (null) proxyport: 0
> [Wed Aug 14 17:49:03.128624 2024] [proxy_fcgi:debug] [pid 17292:tid 17558]
> mod_proxy_fcgi.c(1083): [remote my.ip.add.ress] AH01077: declining URL
> unix:/run/php8/www.example.com|fcgi://our-defined-php-handler/data/htdocs/www.example.com/index.php
> [Wed Aug 14 17:49:03.128630 2024] [proxy_http:debug] [pid 17292:tid 17558]
> mod_proxy_http.c(1902): [remote my.ip.add.ress] AH01113: HTTP: declining URL
> unix:/run/php8/www.example.com|fcgi://our-defined-php-handler/data/htdocs/www.example.com/index.php
> [Wed Aug 14 17:49:03.128641 2024] [proxy:warn] [pid 17292:tid 17558] [remote
> my.ip.add.ress] AH01144: No protocol handler was valid for the URL /index.php
> (scheme 'unix'). If you are using a DSO version of mod_proxy, make sure the
> proxy submodules are included in the configuration using LoadModule.
Our config:
> <VirtualHost *>
> ServerName www.example.com
> DocumentRoot "/home/www/example.com"
> ...
> <FilesMatch "(^php-fpm-status|\.php)$">
> SetHandler
> "proxy:unix:/run/php8/www.example.com|fcgi://our-defined-php-handler"
> CGIPassAuth on
> </FilesMatch>
> # just for this example
> LogLevel trace8
> LogLevel ssl_module:warn
> LogLevel rewrite_module:warn
> </VirtualHost>
The constellation worked flawless since "years before". The URL declining and a
missing cleanup looks like the problem.
--
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]