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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
i saw that post but i wasn't sure about it. basically even if I setup Nginx from source like in the post I would be able to use in all websites?
I don't have a lot of website in this 2 servers but yet I would like to have nginx in all those websites.
I'm testing some improvements on a AWS EC2 test server and the project require that I install Nginx from scratch and add the module. here the software in question:
Compilation & Installation — MapServer 7.2.2 documentation
I don't really like the idea as I think would be unmanageable on a...
All our servers say: Plesk Onyx Version 17.8.11 Update #42, last updated on Feb 26, 2019
so basically I just need to wait and it will be removed automatically?
We have changed the default hostname from the 1and1 (s17245888.info) and we are using a domain that is hosted on that server but if search for that domain now you can also see that the :8443 url is been indexed.
I've used this instructions to change the hostname
How to change or get a server...
I finally found a solution, i think that no one has though about it when they checked my code.
you need to add a domain alias, in Apache i was using this
ServerAlias www.mydomain.gov.uk mydomain.gov.uk
but you can do it in Plesk very easy.
Adding Domain Aliases
now you can install the SSL...
my bad I think, do I need to put it in the https directive isn't?
Even in the https directive I still have the same errors.
I apply the LE certificate without rules and it works perfectly, when I apply the rewrite rules it seems that it doesn't know where to go and it point to the server IP...
for some reason of all the 60 websites just one domain have the .well-known folder. though all of them works correctly.
I tried your solution and:
1) it still show the connection as not secure even if it's https.
2) it redirect me to the default domain in the server (it's not pointing to the...
Last year I started to manage the company servers and improve the whole project.
Soon I'm going to configure a new server and make some test with HTTP/2 to improve the speed of our mapping service.
I was checking our documentation and our servers configuration and I saw that we use the basic...
I need to rewrite and secure a URL through Plesk or via Command line.
I'm using this code to accept incoming traffic from Clientdomain.gov.uk that doesn't exist anywhere, it's created just on the Registar and it point to our server IP with an A record, in our server we have a domain that it...
i had this problem but slightly different, I received email that LE couldn't renew a certificate that I previously deleted on a domain that I later issue again with LE
@Peter Debik so why Traffweb demo is correct on Google and other websites not?
They are on different servers but they all have the same software and OS and all the website use the same meta tag property.
Hi all,
recently I realized that our dev server doesn't send anymore the weekly report of watchdog, neither if I run the task manually.
I don't remember but I think that it stops when I changed the hostname from the default one to a new hosted website. I follow this guide to change the...
Hi all,
7 months ago I recreated all the website in our server and applied html 5 SEO metatag, these are the one I'm using
<meta property="og:title" content="European Travel Destinations">
<meta property="og:description" content="Offering tour packages for individuals or groups.">
<meta...
@trialotto
I'm using MapCache with an SQLite 3 database cache as I need to cache the whole UK and I'm running out of inodes if I use the disk cache, and then I use MapServer for lower levels to create the MasterMap on the fly as is customer area related so we don't have the whole Uk in that...
@trialotto
I understand I think that this requires a lot of reconfiguration from my part.
if I install Nginx every website will benefit from it without doing anything?
My problems will come when I need to reconfigure MapServer and MapCache to work with Nginx instead of a module of Apache in a...
Hi all,
I'm using Centos 7 with Plesk, is installing Ngnix the only way to have HTTP/2? Why I cannot have it just with Apache?
my Apache (httpd) version is 2.x
I'm using Centos 7 with Plesk (1and1 dedicated server) and Apache and we want to secure all our website with let's encrypt where possible, though we have a problem with 2 domain that has been rewritten with Apache rules.
here the code we use to rewrite the domain:
ServerAlias...