Suspended page / Internal Server Error

If domain is showing "Internal Server Error" except suspention page after suspending the domain then check sexec_log file. You will receive the following logs :

++++++++++++++++++++++++++++++++++

[2011-04-18 10:08:44]: uid: (1355/username) gid: (1355/username) cmd: suspendedpage.cgi
[2011-04-18 10:08:44]: error: target uid/gid (1355/1355) mismatch with directory (0/10) or program (0/0) or trusted user (0/10)

++++++++++++++++++++++++++++++++++

Then you need to correct the ownership of file suspendedpage.cgi to root.wheel

 

++++++++++++++++++++++++++++++++++

#cd /usr/local/cpanel/cgi-sys/

#chown root.wheel suspendedpage.cgi

++++++++++++++++++++++++++++++++++

This will fix the error.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Adding secondary IPs to Cpanel

  To access the IP Functions Menu, click on IP Functions, on the main screen...

CPanel Log file locations

CPanel stores it’s log files in the /usr/local/cpanel/logs directory. Below is a list of the...

How do convert a dedicated ip to a shared ip on cPanel/WHM

In root SSH, copy the /etc/domainips file and then remove the IP from it: Code: cp...

Install RKHunter

You can install RKHunter on Linux Server by using following steps.1 Login to your server as...

How to disable directory browsing using .htaccess – Apache Web Server

Apache web server allow directory browsing by default. It’s always good to disable directory...