• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. S

    Question Apache HTTP2

    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?
  2. S

    Issue Clamav & grafana false positive?

    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...
  3. S

    Resolved Server header

    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...
  4. S

    Resolved Apache TraceEnable off

    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...
  5. S

    Resolved Plesk penetration test security

    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...
  6. S

    Question rkhunter.conf

    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...
  7. S

    Question Unload apache modules

    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
  8. S

    Resolved Port 25 closed cannot send email

    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...
  9. S

    Question Laravel production

    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...
  10. S

    Question PHP CLI 7

    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...
  11. S

    Resolved robots.txt

    I have a doubt about robots.txt, where should i put it? in the httpdocs folder or one level up?
  12. S

    Question add module to Nginx

    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...
  13. S

    Resolved remove plesk 8443 from be indexed by spider crawler

    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...
  14. S

    Question Apache minimum configuration

    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...
  15. S

    Resolved rewrite URL

    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...
  16. S

    Issue watchdog emails

    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...
  17. S

    Resolved OG description ignored

    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...
  18. S

    Question apache HTTP 2

    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
  19. S

    Question let's encrypt or SSL for a rewritten domain

    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...
  20. S

    Question let's encrypt for AWS route53 DNS domain

    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...
Back
Top