lihu129c 发表于 2017-4-6 10:20:19

Executable not set-uid root php

  在redhat上配置了pureftpd,然后装了一个web的界面进行管理,凡是web的界面怎么都访问不了,505错误,查看apache的log,原来是报了
  SecurityException in Application.cpp:188: Do not have root privileges. Executable not set-uid root?
  搜索了半天终于解决,
  chmod +s /opt/suphp/bin/suphp
  当然你的suphp的目录可能不是这样,没有关系
  locate suphp查询下!
页: [1]
查看完整版本: Executable not set-uid root php