• 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!
  • 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.

Resolved I access websites and domain nothing appears

python

Regular Pleskian
I use plesk onyx 17.5.3 in web mode admin edition, I think that by mistake it deletes something and now when I access to websites and domain it does not appear anything just understands this:

Here you can create and manage websites. Keep in mind that in a web space you can host several websites.

If I access the link of my web space I can see my space but not how I can solve this problem I do not know if it is my fault or a plesk error.
 
Hi python,

unfortunately, you miss to provide decent informations, so people willing to help you can only guess ( which is never a good idea to investigate issues! ).

I think that by mistake it deletes something
Pls. tell us, WHAT you deleted!


Pls. post the output of the command ( logged in as user "root" over SSH ):
Code:
ls -lah /var/www/vhosts/YOUR-DOMAIN.COM/httpdocs



Pls. investigate possible issues/errors/problems with the help of your (sub)domain - specific log - files and post depending entries from your logs, so that people willing to help you have something to start with their investigations:

=> /var/www/vhosts/system/YOUR-DOMAIN.COM/logs
 
I think what I deleted was the directory / accessing protected directories I wanted to delete the protection but I think it removes the directory / since the protection keeps working.
The command you gave me ls -lah /var/www/vhosts/YOUR-DOMAIN.COM/httpdocs

It shows me correctly all the files on my website also add that the database of my site are also working.

In the logsI see this:

[Sun Aug 06 21:09:42.008278 2017] [proxy:error] [pid 2361:tid 140560030283520] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /var/www/vhosts/system/dominio.com/php-fpm.sock (*) failed
[Sun Aug 06 21:09:42.008298 2017] [proxy_fcgi:error] [pid 2361:tid 140560030283520] [client 83.63.142.289:60978] AH01079: failed to make connection to backend: httpd-UDS


I do not know if this information could help me.
regards
 
Hi python,

your answer is still unclear:
I think what I deleted was the directory / accessing protected directories I wanted to delete the protection but I think it removes the directory / since the protection keeps working.
Pls. specify the FULL path.

In the logsI see this:

[Sun Aug 06 21:09:42.008278 2017] [proxy:error] [pid 2361:tid 140560030283520] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /var/www/vhosts/system/dominio.com/php-fpm.sock (*) failed
[Sun Aug 06 21:09:42.008298 2017] [proxy_fcgi:error] [pid 2361:tid 140560030283520] [client 83.63.142.289:60978] AH01079: failed to make connection to backend: httpd-UDS
Indicates, that one of your services might not be running. Pls. check, that all corresponding services are running:

service apache2 status ( or "httpd" on CentOS/RHEL - based systems )
service php5-fpm status ( pls. use the correct depending PHP - service, if you use for example a Plesk PHP 5.6 version, it would be "plesk-php56-fpm" )
service nginx status


It shows me correctly all the files on my website also add that the database of my site are also working.
Pls. be aware, that IF you see the standart Plesk page, when you access your (sub)domain with your browser, then it is most likely the case, that you forgot to delete/rename/backup the standart "index.html" - file, which is served BEFORE a ( possible ) index.php - page. Pls. note the following ( standart ) "Index files" configuration:
Code:
index.html index.cgi index.pl index.php index.xhtml index.htm index.shtml
=> HOME > Subscriptions > YOUR-DOMAIN.COM > Apache and NGINX settings > ( options ) Common Apache settings
 
The full path is / is the root of the website which I delete I think that was it.

I do not know what you mean to access the browser with a subdomain, the website looks good has not changed anything anyway I can not access the configuration of apache and nginx because I do not see any link when accessing my website and domain.

I use the view web admin edition

Maybe I'm not understanding you, sorry
 
I do not understand very well the steps that I have to follow to restore the dump, I do not want to err more.
 
I did this and did not solve my problem is more worse because plesk acutalizo and I was unsecured some configurations did this

MYSQL_PWD = `cat / etc / psa / .psa.shadow` mysql -u admin psa <mysql.daily.dump.8
 
I solved the problem I just had to restart the server from plesk now I already see my website in plesk, thanks.
 
Back
Top