Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Website showing Plesk default page ???  (Read 2364 times)

0 Members and 1 Guest are viewing this topic.

Givin Varghese

  • Guest
Website showing Plesk default page ???
« on: November 30, 2013, 01:49:30 pm »
This is an issue that I came up with and a simple fix for that.

ISSUE::
Some times, when you try to check the website through "Site Preview" option from plesk on Linux servers then after setting the site, it shows the default plesk panel page.

Fix::

1.Try reloading the http service.

Code: [Select]
#/etc/init.d/httpd reload
2. Usually all that is needed to solve this problem is just a simple restart of the apache http daemon.

On, Linux Systems

Code: [Select]
# service httpd stop
# service httpd start

If this doesn't solve the issues, you can also try:

Code: [Select]
# /usr/local/psa/admin/sbin/websrvmng -a
This will force plesk to redo the httpd.include (apache configs as well).

3. Even if this doesn't works then, you might be getting error while reload the apache service as follows.

Code: [Select]
Error::
# /etc/init.d/httpd reload
Reloading httpd: not reloading due to configuration syntax error
[FAILED]

Cause::
The problem is due to the SuExec enabled on the server.

Solution::

You'll either need to disable it server wide or else just comment out the below line in httpd.include file for the domains and restart web service.

Code: [Select]
#SuexecUserGroup user psacln
#service httpd restart

That's it..

Try Luck.. !!  ;D