Skip to main content

Easy::Apache - Mod Ruid2 - error

Comments

5 comments

  • KurtN.
      ]
    • The permissions of the suphp binary should be 04755.
    • When you have Mod Ruid2 installed, what PHP handler do you have set? Copy and paste the following output: cat /usr/local/apache/conf/php.conf
    0
  • nagyosha
    [quote="cPanelKurtN, post: 1592021">
      ]
    • The permissions of the suphp binary should be 04755.
    • When you have Mod Ruid2 installed, what PHP handler do you have set? Copy and paste the following output: cat /usr/local/apache/conf/php.conf

    i resolved this .. i was trying to use ruid2 and suPHP at the same time.. assume this is a no no
    0
  • vanessa
    [quote="nagyosha, post: 1594512">i resolved this .. i was trying to use ruid2 and suPHP at the same time.. assume this is a no no
    lol. you can either use one or the other. Interesting the EA would let you use both at the same time though.
    0
  • hdjacobh
    [quote="vanessa, post: 1594521">lol. you can either use one or the other. Interesting the EA would let you use both at the same time though.
    Really, the only PHP handler mod_ruid2 doesn't support is FastCGI due to incompatibilities with changing the Apache process' UID/GID. It's only recommended to use DSO over suPHP because ruid2 replaces some of the suPHP functionality (setting the Apache child processes as the script owner rather than 'nobody')... and, well, DSO+opcode caching blows suPHP out of the water.
    0
  • nagyosha
    [quote="hdjacobh, post: 1594541">Really, the only PHP handler mod_ruid2 doesn't support is FastCGI due to incompatibilities with changing the Apache process' UID/GID. It's only recommended to use DSO over suPHP because ruid2 replaces some of the suPHP functionality (setting the Apache child processes as the script owner rather than 'nobody')... and, well, DSO+opcode caching blows suPHP out of the water.
    "DSO+opcode caching blows suPHP out of the water." which caching is best .. EAccelerator or Xcache .. or another ?
    0

Please sign in to leave a comment.