Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

The problem may be with your credentials. Check the stderr for the following message:

Panel

Html bobswift
<pre>
ops_suexec: Not enough privileges. Check SUID bit and binary owner.
</pre>

Solution

If the error message is present, issue the following commands as root in the $WMS_HOME/bin directory:

Panel

Html bobswift
<pre>
chown root ops_suexec
chmod 4755 ops_suexec
</pre>