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.
我使用 Nginx 作为反向代理服务器,并将请求转发到后端上游。 所有的后端上游实际上都是 Apache2 的 NameVirtualHost,并且它们在同一个主机中。 有一个用 Bash 编写的简单 cgi 程序,将由上述虚拟主机运行。我的问题是,这个 cgi 脚本是否可以获取它现在正在运行的 VirtualHost 名称。谢谢!