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.
我们正在使用 NewRelic,我们所有的 Zend Framework (1.11.x) PHP 页面都显示为“/NoModule/page/index”。我们很想知道“NoModule”是从哪里来的,因为它不会出现在代码库的任何地方。
对于 Zend 框架,New Relic PHP 代理使用从 Zend_Controller_Request_Abstract 参数解析到 Zend_Controller_Plugin_Broker::routeShutdown 的信息以“模块/控制器/动作”命名 Web 请求。如果没有找到模块,则使用“NoModule”作为模块名称。这是已知行为,应该更好地反映在我们的文档中。