dongwo5110 2019-02-11 09:26
浏览 77

如何使用php代码在ubuntu中启用站点的apache2中的可用文件中添加一行?

I am trying to append another virtual host entry in /etc/apache2/sites-enabled/000-default.conf in ubuntu 16.04 using php. What I want is to add another entry, restart the server and check if it works as normal. Any ideas or solution will help.

But I could not use shell_exec or exec to handle this objective. I have tried these codes

return exec("gedit /etc/apache2/sites-enabled/000-default.conf 2>&1 ");

and this one

$file = '/etc/apache2/sites-enabled/000-default.conf ';
    $message = "test".PHP_EOL;
    return file_put_contents($file, $message, FILE_APPEND);
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 程序不包含适用于入口点的静态Main方法
    • ¥15 素材场景中光线烘焙后灯光失效
    • ¥15 请教一下各位,为什么我这个没有实现模拟点击
    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 ubuntu子系统密码忘记