Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
https://example.org/xxx/id我需要在服务器端使用 Lighttpd from to 的代理连接http://sub.example.org:1234/xxx/id。
https://example.org/xxx/id
http://sub.example.org:1234/xxx/id
我怎样才能用 mod_proxy 做这个?
我需要这样的东西:
"/xxx" => ( ( "host" => "sub.example.org", "port" => 1234 ) )
但
“host”:是代理服务器的 ip 此处不要使用主机名!仅 IP 地址