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

Recent content by PolitisP

  1. P

    Nginx cron email

    I was trying to find a solution for it today again. So you are a bit lucky. What I tried is the following: File: /etc/logrotate.d/nginx I changed: /etc/init.d/nginx reopen || true to: /etc/init.d/nginx reopen > /dev/null || true I'm not sure if it'll work, I'll wait till tomorrow to see...
  2. P

    Nginx cron email

    Hello, As far as I know plesk 11 supports nginx, so I decided to install this component. I installed it from plesk, started it and it seems to work ok, although I receive everyday the following email: Subject: Cron <root@server> test -x /usr/sbin/anacron || ( cd / && run-parts --report...
  3. P

    Plesk downtime

    Hello, Yesterday I noticed that I couldn't access any website on my server for few minutes and it happened twice. At first I thought plesk was updating so it terminated apache server, but this is what I see when I log in plesk: The system is up-to-date; last checked at Oct 31, 2012 04:03...
  4. P

    Move to another server

    Is there another way of transfering without updating the platform? Is there any way to keep my mailboxes/mails as it is?
  5. P

    Move to another server

    After running the script, I saw these warnings: [2012-09-25 02:27:47][WARNING] If a site uses default PHP settings and PHP is in CGI/FastCGI mode, site applications are unable to create user sessions. This is because the apps run on behalf of a subscription owner who does not have permissions...
  6. P

    Move to another server

    Hello, I have 2 servers. The first with the name "A" has plesk 9.5 with 20 clients/domains and the second with the name "B" has plesk 11 with 2 clients/domains. I want to move everything from server "A" to server "B". Which is the easier way to do it? I have thought of recreating the...
  7. P

    Plesk + 2 disks

    Do you mean to move everything from /var/www/vhosts/domainB to /diskB/domainB and replace /var/www/vhosts/domainB with a symlink to the new position?
  8. P

    Plesk + 2 disks

    Hello, I have 2 domains in Plesk and 2 disks in my server. I want the 1st domain to use the 1st disk to save its file and the 2nd domain to use the 2nd disk only. Is it possible?
  9. P

    Problem receiving email from google

    I commented it and it seems to work now. I received a couple of email that I sent to me yesterday in order to test if mail works. I also saw this in logs: Mar 29 14:34:52 euve5117 postfix/smtp[3660]: certificate verification failed for gmail-smtp-in.l.google.com[173.194.70.26]:25: untrusted...
  10. P

    Problem receiving email from google

    I think I found the line in main.cf. It's: smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem What is the default value for this?
  11. P

    Problem receiving email from google

    There isn't any ssl folder in /etc/postfix. I see a sasl folder with a smtpd.conf inside, so I doubt this is the one you mean. In /etc/postfix/main.cf I can see the line: smtpd_tls_cert_file = /etc/postfix/postfix_default.pem and the file /etc/postfix/postfix_default.pem exists.
  12. P

    Problem receiving email from google

    I had plesk 10.2 and debian 6 but I couldn't receive any email (due to it not being able to resolve localhost.localdomain, although I had it in /etc/hosts), so I decided to update it to version 10.4.4. I noticed that I can receive emails from hotmail,e.t.c. but not if it was sent from gmail...
  13. P

    Problem connecting to plesk panel

    I was wrong. I was thinking that I had version 8.xxx, but I had 9.2.2. My OS is CentOs 5. I found the error log file and I think the problem was this: http://kb.odin.com/8338 In the link it says that: "The problem has been fixed since version 9.5.0.", so I updated to this version...
  14. P

    Problem connecting to plesk panel

    Unfortunately the only files I could find there were httpsd_access_log files. It seems the problem started on January since there aren't new logs since 30 Jan and I only see "POST /login_up.php3 HTTP/1.1" attemps in the last one. In /var/log/messages most messages are about updates on drweb...
  15. P

    Problem connecting to plesk panel

    Thanks for you anwser. 1) I tried restart but no luck. 2) I'm not using a firewall 3) I tried netstat -avnlp but I didn't see plesk there (does it run as plesk, psa or as httpd?) 4) I tried: [root@xxx]# /etc/init.d/psa status psa is stopped So I tried to start it: [root@xxx]#...
Back
Top