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 2017/01/25 05:34:54 UTC

[Bug 60639] New: Apache Http - Getting Duplicate Cache-Control in my Response Headers

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

            Bug ID: 60639
           Summary: Apache Http - Getting Duplicate Cache-Control in my
                    Response Headers
           Product: Apache httpd-2
           Version: 2.4.6
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Other Modules
          Assignee: bugs@httpd.apache.org
          Reporter: ilayarajavs@gmail.com
  Target Milestone: ---

I am setting Cache-Control in the httpd.conf where i also have Mellon SSO
Configuration. I am getting two cache-control included in the response headers.
So i have commented out the MellonEnable "info" and restarted the apache. Now
my Cache-Control got reflected and now it is only mine. But this is not an
exact solution to turn off/override the cache-control, so i find out that there
is an option that controls whether the Cache-control header is sent back in
responses in Mellon configuration.

So i have given MellonSendCacheControlHeader Off in the conf file, but the
apache is throwing issue like "Invalid command 'MellonSendCacheControlHeader',
perhaps misspelled or defined by a module not included in the server
configuration"

Can someone help why i am getting this issue and how to fix this ?

-- 
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


[Bug 60639] Apache Http - Getting Duplicate Cache-Control in my Response Headers

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60639

Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Rainer Jung <ra...@kippdata.de> ---
Concerning MellonSendCacheControlHeader: that directive has not yet been
implemented in mod_auth_mellon. It was suggested here:

https://github.com/UNINETT/mod_auth_mellon/issues/2

and there is a patch available here:

https://github.com/UNINETT/mod_auth_mellon/pull/98

If you want to discuss this directive, you must proceed with the
mod_auth_mellon project.

Concerning duplicate headers: this will depend on how you set your own header
and also on the order which module sets the header first. Since this is a
typical user question, please post this part of your question to the httpd
users mailing list giving specific details and do not proceed the discussion
here. I will close this ticket as invalid. It can be reopened once the
discussion on the users list shows that there might be a bug, but currently
there is no indication for it.

On how to access the httpd users list please have a look at:

http://httpd.apache.org/lists.html#http-users

Regards,

Rainer

-- 
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