passing value from Python3 script back to RewriteMap MapType prg in Apache24

2018-11-12 Thread Benedikt Kroll
Hi, using a Python script as a Rewrite Map with MapType prg in Apache 2.4, I'm having trouble passing the value back to Apache. The log says "map lookup OK", but the value is empty. According to the Apache documentation (https://httpd.apache.org/docs/current/rewrite/rewritemap.html#prg), the

Re: passing value from Python3 script back to RewriteMap MapType prg in Apache24

2018-11-13 Thread Benedikt Kroll
ieb MRAB: On 2018-11-12 09:39, Benedikt Kroll wrote: Hi, using a Python script as a Rewrite Map with MapType prg in Apache 2.4, I'm having trouble passing the value back to Apache. The log says "map lookup OK", but the value is empty. According to the Apache documentation (