美文网首页
Apache 环境变量

Apache 环境变量

作者: hayao650 | 来源:发表于2021-08-11 13:10 被阅读0次

    最近遇到一个问题,直接在系统中设置的环境变量,django访问不到,在apache的配置文件中setEnv设置的变量,也访问不到,最后在网上搜了很久,查到了在httpd.service中也可以设置
    我centOS的目录是/usr/lib/systemd/system
    格式如下:
    Environment=name=value
    保存文件,重启httpd,发现有如下警告:

    Warning: The unit file, source configuration file or drop-ins of httpd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
    

    按照提示,执行systemctl daemon-reload
    然后再重启httpd即可。

    相关文章

      网友评论

          本文标题:Apache 环境变量

          本文链接:https://www.haomeiwen.com/subject/mfqcbltx.html