Top "Mod-headers" questions

An Apache module which provides directives to control and modify HTTP request and response headers.

CORS (Access Control Allow Origin) on Apache Proxy issue

I need to send a CORS header from my map server (QGIS mapserver) that use a fast cgi with Apache 2.4.* …

apache proxy cors mod-proxy mod-headers
Is there a way to remove apaches Reverse Proxy Request Headers?

When acting as a reverse proxy, apache adds x-forwarded headers as described here. http://httpd.apache.org/docs/2.2/mod/mod_…

apache mod-rewrite apache2 mod-proxy mod-headers
apache2 mod_headers not working

Question Description: I want to set my site "Access-Control-Allow-Origin", so I set it in apache's config (almost anywhere), but it's …

apache mod-headers
mod_headers module does not load, though it's enabled in httpd.conf

I need mod_headers to force download of a file depending on GET parameter. <FilesMatch "*.gif"> <If "%{…

apache .htaccess mod-headers
Access-Control-Allow-Origin: 500 Internal Error

So I am trying to have siteA do a jquery .load of some content on siteB. In doing this, im …

php apache osx-mountain-lion mod-headers
htaccess mod_headers for no-caching

We have an application that allows users to add/edit/replace/delete content (text, images, swfs, mp3s, etc). We …

apache jsp caching http-headers mod-headers
Conditionally setting cache headers in apache

I want to conditionally set cache headers depending on what path files are accessed from. Basically, accessing http://www.example.…

apache caching mod-rewrite mod-headers
CORS header ‘Access-Control-Allow-Origin’ does not match ‘(null)’, but it is not null

I have a simple AJAX request that calls http://myexamplefeed.com/feed/23213 I just moved this site to a new …

apache .htaccess cors cross-domain mod-headers