Re: OpenBSD 6.1: httpd.conf macro usage and string concatenation

2017-05-05 Thread Walter Alejandro Iglesias
In article <39c822f4-07f1-3544-0a8e-b75446f94...@4ss.de> you wrote: > Hi! > > I thought I could copy the same static server definition block and only > change a unique macro definition at the top of each server. But this is > not working: > > ## > # from httpd.conf > #

Re: OpenBSD 6.1: httpd.conf macro usage and string concatenation

2017-05-05 Thread Edgar Pettijohn
It won't. You only get to set a macro once. It's more for ease of configuration for a variable that will be used multiple times. ⁣Sent from BlueMail ​ On May 5, 2017, 8:11 AM, at 8:11 AM, Torsten wrote: >Hi! > >I thought I could copy the same static server definition block and only >change a un