X-Alterator-URI=https://%H:8000/help возвращает "" X-Alterator-URI=https://%H/help возвращает "https://10.1.1.228/help" Предлагаю переписать (format-uri) так: (define (format-uri uri) (regexp-substitute #f (string-match "%H" uri) 'pre (message-header (ahttpd-session-ref 'ahttpd-request) "host") 'post))
alterator-fbi-5.30-alt1 -> sisyphus: * Tue Sep 09 2014 Andrey Cherepanov <cas@altlinux> 5.30-alt1 - Replace %H in any place of X-Alterator-URI for support different port in URI (ALT #30298)