如何从 httpd.conf 获取 ServerAdmin 电子邮件变量

Posted

技术标签:

【中文标题】如何从 httpd.conf 获取 ServerAdmin 电子邮件变量【英文标题】:How to get ServerAdmin email variable from httpd.conf 【发布时间】:2016-12-01 08:45:15 【问题描述】:

如何在 xampp 中从 httpd.conf 获取 ServerAdmin 电子邮件 我已经设置了

ServerAdmin test@gmail.com

D:\xampp\apache\conf\httpd.conf;但我不知道如何在 php 中访问 ServerAdmin。

我想在我的邮件中使用ServerAdmin 电子邮件

$this->load->library('tes_email');
$this->test_email->from("test@gmail.com");
$this->test_email->to();//i don't know how to pass serverAdmin email in to
$this->test_email->subject("test test");
$this->test_email->message("test subject");
$this->test_email->send();

请帮帮我。

【问题讨论】:

【参考方案1】:

它列在附加到密钥 SERVER_ADMIN 的服务器环境变量下。

来自$_SERVER global variable 上的文档:

'SERVER_ADMIN'

SERVER_ADMIN(对于 Apache)指令在 网络服务器配置文件。如果脚本在虚拟机上运行 主机,这将是为该虚拟主机定义的值。

【讨论】:

以上是关于如何从 httpd.conf 获取 ServerAdmin 电子邮件变量的主要内容,如果未能解决你的问题,请参考以下文章

WAMP 无法启动:获取“AH00526:C:/wamp/bin/apache/Apache2.4.4/conf/httpd.conf 的第 224 行语法错误”

如何使用自定义 httpd.conf 文件创建 Apache 服务

如何创建 httpd.conf 文件

linux下apache2的httpd.conf如何配置?

共享 httpd.conf

无法使用httpd-vhosts.conf从子域重定向到子子域