Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
The best way was actually to set the host directly back to my VPS hostname and not the one that OVH set.
So I should set :
vps11111.ovh.net
instead of
stock.ovh
in Tools & Settings / General settings / Server settings
Yes I know, I did these exact steps 3 times, as I saw it from Igor's answer from the beginning of this thread.
This is where my server has issues and I am stuck with editing /etc/hosts directly in my case.
It works @AusWeb so it is not solved entirely.. But Yay!
Indeed writing:
127.0.0.1 stock.ovh
127.0.0.1 51.75.205.100
inside /etc/hosts work, Yay!
but not inside /etc/cloud/templates/hosts.tmpl as recommended on the forum and this is probably a debian thing? As the thread on Digital Ocean said...
@AusWeb , you have no idea how helpful you are. Thank you so much for your time. I am yet to fix things because of the following but I am now bothering guys from OVH :)
I added this with no luck to /etc/cloud/templates/hosts.tmpl :
127.0.0.1 stock.ovh
127.0.0.1 51.75.205.100
status of apache is...
Actually I am confused by this now:
# root@stock:~# service apache2 start
then:
# root@stock:~# vi /var/log/apache2/error.log
[Thu Jun 06 12:00:37.292893 2019] [unique_id:alert] [pid 4722] (EAI 2)Name or service not known: AH01564: unable to find IPv4 address of "stock.ovh"
AH00016...
Well the error message when doing the troubleshooter from the start was the inability to recreate server templates due to Apache template error in some .conf file... Sorry but this was misguiding.
ok thank you @AusWeb !
I got many of this:
AH00016: Configuration Failed
[Thu Jun 06 10:45:06.992193 2019] [unique_id:alert] [pid 24546] (EAI 2)Name or service not known: AH01564: unable to find IPv4 address of "stock.ovh"
I think this is my VPS host: OVH
They create my instance of Plesk...
Sorry but this file is empty: /var/log/apache2/access.log
I tried vim and nano to be sure.
I may just give up since this thread is taking time from everyone. Feel free to continue help if you feel like it.
Don't know what you mean.. the troubleshooter tells me there is a problem in Apache template and it cannot repair it. I didn't touch any template myself, except the thing you pointed the other day that did nothing.
Now I stopped the Nginx in service Management , I tried to start Apache from SSH...
Hi Peter, all I get from the log files is this multiple times :
8195#0: *3339 connect() failed (111: Connection refused) while connecting to upstream nginx error
It may be an Nginx error but I can't solve it.
Due to inability to solve my Apache/Nginx problem, I have the need to cover the following:
I need to fully recreate parts of my server without losing precious time backing up DB and httpdocs files.
Usually I only setup DB and httpdocs files and the rest is (to me) simple configuration process.
I...