I'm trying to set up my site to allow CORS for cross domain scripting, however this seems to require mod_header
to be enabled in my .htaccess file. I don't have much experience dealing with apache.
I tried to google installing mod_header in apache on mac os
but couldn't find any.
I tried this user@mymac:~$ httpd -l
and here are the modules currently installed.
core.c
prefork.c
http_core.c
mod_so.c
Is anyone with knowledge able to tell me how to install mod_header
in Mac OS?
Thanks