如果不在 CGI 模式下,Apache 的 SetEnv 指令是否有效?
引自此处:
设置一个内部环境变量,然后可以使用该变量 Apache HTTP Server 模块,并传递给 CGI 脚本和 SSI 页。
它适用于直接嵌入 Apache 的 mod_php 或 mod_perl 吗?
Quoted from here:
Sets an internal environment variable, which is then available to
Apache HTTP Server modules, and passed on to CGI scripts and SSI
pages.
Does it work for mod_php or mod_perl that's embedded into Apache directly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 perl,请使用 PerlSetEnv。
在 Apache 配置中:
然后,在 perl 代码中,照常访问:
For perl, use PerlSetEnv.
In the Apache config:
Then, in the perl code, access as usual: