You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2016/05/09 12:50:24 UTC

[Bug 59444] New: FastCgiExternalServer invalidates other modules header-modifications

https://bz.apache.org/bugzilla/show_bug.cgi?id=59444

            Bug ID: 59444
           Summary: FastCgiExternalServer invalidates other modules
                    header-modifications
           Product: Apache httpd-2
           Version: 2.4.10
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_fcgid
          Assignee: bugs@httpd.apache.org
          Reporter: apache@abotech.de

When using mod_action and mod_fcgid/FastCgiExternalServer to parse files
through php5-fpm, then any http headers being set by mod_expire, mod_headers
and so on are being invalidated or ignored. That way it is impossible to define
Content Type, Expire, Cache Control and other Headers by means of configuration
parameters. However, it is still possible to output headers by the php script
directly, but this is not always an acceptable solution.

Instead, any Cache-Control, Expire or other headers that were defined to fit a
special Mimetype, VirtualHost, Path, File or Location should remain an and be
sent out even if the request is redirected and its response generated through
mod_fcgid as action handler.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org