Concatenate two strings in apache config
In an apache config file how can i concatenate two strings? For example: "hello" + "world" // "helloworld" Why? One might want to do this to handle large Headers such as a Content-Security-Policy below is an example of my CSP.…