rewritemap

  1. L

    Alternative for RewriteMap prg?

    I need to implement access rule based on a specific DNS query (using DNS RBL) in Litespeed. I'd have done it with Apache using RewriteMap prg and small python script to do DNS lookup and return 1 or 0. How can I do that with Litespeed, as it looks like RewriteMap prg is not supported by...
  2. C

    RewriteMap - Supported types?

    Hello, Could someone tell me whether or not dbm:<map filename> is supported by LiteSpeed? My comprehension is that it uses Apache's Rewrite engine, according to this: https://www.litespeedtech.com/docs/webserver/config/rewrite#rewriteMapLocation While above it only lists txt, rnd, and int, it...
Top