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

Search results

  1. F

    Error opening Panel after upgrade to Plesk 12.0.18

    Here all fine. Need to check that psaadm is included in lock-manager group. Show output of command: ----------------------------------------- su -l psaadm -s /bin/sh -c 'id -Gn'
  2. F

    Error opening Panel after upgrade to Plesk 12.0.18

    show output of following commands: ---------------------------------- cat /root/.autoinstaller/microupdates.xml ls -ld /dev/shm/ ls -la /dev/shm/ cat /etc/lock_manager.ini
  3. F

    Plesk 10 doesn't count disk usage and traffic, at all

    Try to change webstat backend: /usr/local/psa/bin/domain -u $DOMAIN_NAME -webstat webalizer (or 'none'). By default awstats is used on domain creation, but it too slowly (perl-based)
  4. F

    Plesk 10 doesn't count disk usage and traffic, at all

    look: [xxx@yyy.com]# ls /usr/local/psa/admin/sbin | grep statistics statistics - php script (wrapper over statistic_collector) - it call statistic_collector, parse and analyze its output statistics_collector - binary for direct calculation, produces output, do not called...
  5. F

    Plesk 10 doesn't count disk usage and traffic, at all

    In 11x sbin/statistics - is the PHP wrapper over sbin/statistics_collector. Wrapper is hides statistics_collector output.
  6. F

    Plesk 10 doesn't count disk usage and traffic, at all

    >It depends on number of sites and their popularity in Internet. Actually it just minor part of problem. Main goal here - is the webstat backend for site. By result of my tests (1000 domains with 1000 HTTP requests per domain) - if U use awstats calculation time is too long, webalizer is...
  7. F

    Plesk 10 doesn't count disk usage and traffic, at all

    Yes, it expected. Actually this utilitu is not for public execution. But if U exec it by Urself be ready to see some warns.
  8. F

    Disable SSLv2 for admin panel on port 8443

    Your target is /opt/psa/admin/conf/ssl-conf.sh, examine it. Last should generate output like: ---------------------------------------- root@wtf.com:/etc/sw-cp-server/applications.d# sh /opt/psa/admin/conf/ssl-conf.sh ssl.engine = "enable" ssl.use-sslv2 = "disable" ssl.cipher-list =...
  9. F

    Disable SSLv2 for admin panel on port 8443

    In attached file there is no SSL definition for 8443 port, i.e. it process unsecured connections ... Correct SSL listener should look like (in minimal): $SERVER["socket"] == ":8443" { ... ssl.engine = "enable" ssl.pemfile = "/opt/psa/admin/conf/httpsd.pem" ... }
  10. F

    Disable SSLv2 for admin panel on port 8443

    It is too strange. Need additional info: 1. openssl version 2. output of "/usr/sbin/sw-cp-serverd -f /etc/sw-cp-server/config -p"
  11. F

    Disable SSLv2 for admin panel on port 8443

    Is it virtuozo? Is billing installed?
  12. F

    Disable SSLv2 for admin panel on port 8443

    make sure that 1. file /usr/local/psa/admin/conf/ssl-conf.sh is included in SSL section at /etc/sw-cp-server/applications.d/plesk.socket.sh 2. execute /usr/local/psa/admin/conf/ssl-conf.sh, output should contain string ssl.use-sslv2 = "disable" actually SSLv2 is disabled by default...
  13. F

    /httpdocs for second-level domains

    in 10.4.4 system directory of domain/addon/domain/subdomain is stored in vhosts/$OBJECT_NAME But DocumentRoot of all objects above is inside system directory of "main" domain) example: domain: webspace.com has addon domain addon1.webspace.com and subdomain subdomain1.webspace.com ls...
  14. F

    centos 6.0 64bit Plesk 10.4 not working

    that should help U ip6tables -D INPUT 5 possible , for ipv4 also
  15. F

    Statistics not being calculated

    look also http://forum.parallels.com/member.php?u=96137
  16. F

    centos 6.0 64bit Plesk 10.4 not working

    may be host resolves on IPv6 address? what tells 'ip6tables -L' ?
  17. F

    Plesk 10 doesn't count disk usage and traffic, at all

    1. do not strace sbin/statistics - in not binary now. if U will strace sbin/statistics process results will be not satisfied ) 2. statistics corectly calculated only during daily mainteinance script /usr/local/psa/bin/sw-engine-pleskrun...
  18. F

    Problems with dnsmng

    Tell, plz, what really broken? Have same errors (it only debug messages) but all work fine.
Back
Top