• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

HTML Blank Page

Amaktonivik

New Pleskian
Hey Guys,

i've installed Plesk 11.5 on a Debian 6 Dedicated Server.

The Problem:
If i put simple HTML Site on a Webspace i can see a Blank Page. If i change Fileextension from HTML to PHP it works fine.

i try change standard Index site in the Domain Options to index.html but it does not change anything.
The Problem exist on each Domain.

Do u have any idea to resolve the problem ?
 
Hi,

you have to execute the following command to disable nginx:
# /usr/local/psa/admin/sbin/nginxmng -d

to enable it again:
# /usr/local/psa/admin/sbin/nginxmng -e

Regards,
Kristian
 
If i look in the Services Page there are only "Reverse-Proxy-Server (nginx)" running at Webserver its running "Webserver (Apache)".

Should i try this Command anyway and is there no possibility to crash anything?
 
Hi,

all this should do is disable nginx "Reverse-Proxy-Server (nginx)".
To actually check if it's enabled you can also use the "-s" Parameter.

Regards,
Kristian
 
Hi,

I currently can't reproduce the error.
It was just a guess. I had seen this behavior before but didn't have time to debug at the time.

Sorry,
Kristian
 
Any errors in nginx logs?

Error log: /var/log/nginx/error.log
Access log: /var/log/nginx/access.log
Domain logs: /var/www/vhosts/<domain>/logs/proxy_access*_log
 
in /var/log/nginx/error.log the following error

2014/03/20 07:13:56 [emerg] 24941#0: open() "/var/www/vhosts/system/xxxxx/logs/proxy_access_ssl_log" failed (13: Permission denied)
2014/03/20 07:13:56 [emerg] 24941#0: open() "/var/www/vhosts/system/xxxxx/logs/proxy_access_log" failed (13: Permission denied)
 
Hi,

could you please paste the output of:

# ls -la /var/www/vhosts/system/xxxxx/logs/proxy_access_ssl_log
# ls -la /var/www/vhosts/system/xxxxx/logs/proxy_access_log

Regards,
Kristian
 
-rw-r--r-- 2 nginx root 0 Mar 21 06:49 /var/www/vhosts/xxx/logs/proxy_access_ssl_log
-rw-r--r-- 2 nginx root 292 Mar 21 12:14 /var/www/vhosts/xxx/logs/proxy_access_log
-rw-r--r-- 2 nginx root 0 Mar 21 06:49 /var/www/vhosts/system/xxx/logs/proxy_access_log
-rw-r--r-- 2 nginx root 0 Mar 21 06:49 /var/www/vhosts/system/xxx/logs/proxy_access_ssl_log

selinux seems disabled
 
On my test server I see root:root permission for these files instead of your nginx:root
Thy to fix it with

#plesk bin repair --restore-vhosts-permissions
 
On my test server I see root:root permission for these files instead of your nginx:root
Thy to fix it with

#plesk bin repair --restore-vhosts-permissions

If i execute your Command, the Filepermissions of the File will not change at any Domain:
-rw-r--r-- 2 nginx root 0 Mar 25 06:50 /var/www/vhosts/system/xxxx/logs/proxy_access_ssl_log


Should i try Set Manually to root:root ?
 
Back
Top