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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
I know that HTTP2 is available just over Nginx but I was wandering if this solution could work.
How to enable apache-http/2 in centos 7?
I tried this on my Centos 7 no Plesk server and it works but it will work also with Plesk?
I've configured a new server yesterday and seems that grafana is seen as a malware from Clamav, anyone has the same issue?
this was the first report (1 hour later I installed everything)
/usr/local/psa/admin/sbin/modules/grafana/nssm.exe: Win.Malware.Ramnit-7408490-0 FOUND...
how can I remove the Server header from the HTTP requests?
I don't have any info about the version of Apache or Nginx but still it say which web server I'm using, can I get rid of that header?
I found out that this:
Header unset Server
seems to work at half, it still say Server and then unset...
Following my security path before to submit the system to a penetration test I find that I should disable this feature in Apache
TraceEnable off
though I haven't found any article related to Plesk, where should I put this config? in the httpd.conf? or is something that Plesk has already...
Hello everyone,
we are going to submit out system to a penetration testing and we are trying to fix some minor problems before to do it but I have some problems with this configuration for Apache
ServerTokens ProductOnly
ServerSignature Off
Header set X-XSS-Protection "1; mode=block"
Header...
how can I modify the rkhunter.conf ?
Watchdog reports a lot of warning that I want to suppress.
The first lines of the conf file say this:
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST AFTER YOU UPGRADE PLESK.
Do I need to create a...
What is your Apache configuration?
Which modules do you unload?
Are you agree with this guide?
Strip Down Apache to Improve Performance & Memory Efficiency
Any other tips?
I'm using Apache NPM Prefork, as everyone say it's better over event
I've switched to Ionos cloud server and for security reason they close the port 25, I don't have any mail servers on my server so I don't really care BUT my problem is that I cannot send email from the server to myself.
I'm speaking about Watchdog and Clamav, in clamav I use mail -s ... to send...
How can I publish my Laravel application developed in local to the Plesk Server?
I've already tried to install from scratch the app and i have error 500, simply copy the app from local to the server, same error.
I'm trying to run php artisan config:cache and I have a lot of error to undefined...
I'm trying to install Laravel via SSH but I realised that my PHP CLI is still 5 even if in the website I use 7.2
How can I use PHP 7 CLI and use all the modules include the php pgsql extension?
I have 2 problems.
1) I'm running a cron job with root and it has a pg_connect inside the php...
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...
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...
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...
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...
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...
Hi all,
I have 2 hosted zone for 2 domains that are setup with AWS route 53 and each zone setup the domain to point to 2 server, each server contain a clone of these domains, till here everything is OK.
How can I use let's encrypt to secure those domains? can I simply use let's encrypt in both...