Apache 配置 - ProxyPassMatch 与正则表达式 - 获取错误

Apache configuration - ProxyPassMatch with Regular Expressions - Getting error

我正在尝试设置 Apache 服务器并使用带有正则表达式的 ProxyPassMatch。但是我收到一个错误 "URL must be absolute"

配置:

ProxyPassMatch ^/assets/(.*)$ /virtual/assets/

错误:

ProxyPass URL must be absolute!

我需要在 httpd.conf 中添加任何内容吗?

在互联网上摆弄之后,我发现我需要在 URLs 前面添加一个 http。这是强制性的,因此 URL 必须是绝对的错误。