• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. S

    Resolved Tools & Settings > ODBC Data Sources (hidden)

    Hello everyone I want to make a ODBC with access but in my plesk interface (12.5.30) i don't find any Tools & Settings > ODBC Data Sources menu :( Can i have your help ?
  2. S

    Sendmail SSH Putty

    Hello all I need to send email from Putty on my server When i try sendmail -t From: "Me" <bidule@yahoo.fr> To: "Bob" <stevefigueras@yahoo.fr> Subject: First Email MIME-Version: 1.0 Content-Type: text/plain Hello, World! . Nothing happen and i have to send CTRL C key to escape...
  3. S

    Server become very slow after some hours uptime

    Ok excuse me for asking question in bad forum.
  4. S

    Server become very slow after some hours uptime

    Hello i got a problem and i don't know where to search. It appear thaht my free memory decrease each minute after reboot. When i restart it's ok but i see minute after minute the free memory is decreasing... The command top don't show special process which explain my problem. I don't...
  5. S

    Show service status Error No such file or directory

    so plesk service status is called by this command ? (/etc/init.d/psa status) How can i know what i can called other service because if i write /etc/init.d/tomcat status It don't work so what is the good word to call this service statut. I don't understant why the service does'nt have the same...
  6. S

    High memory usage

    I tried this command ps -eo pmem,pcpu,rss,vsize,args | sort -k 1 -r | more The top list is %MEM %CPU RSS VSZ COMMAND 3.9 0.0 81144 405804 /usr/sbin/httpd 3.2 0.0 66800 385856 /usr/sbin/httpd 3.0 0.0 63288 382120 /usr/sbin/httpd 3.0 0.0 63152 382424 /usr/sbin/httpd 3.0 0.0 63136...
  7. S

    Show service status Error No such file or directory

    Ok i see this list plesk, web, smtp, imap-pop3, pop3, pop3s, imap, imaps, authdaemon, dns, tomcat, coldfusion, postgresql, spamassassin, drweb, kav, milter, nginx, php-fpm, fail2ban, Question 1 : This is the complete list of server's service ? Question 2 : How can i check their status ? Thanks
  8. S

    High memory usage

    Hello i got a problem with my free memory so i tried today to restart my server and ... yeahhhhh memory is free for 80% but minute after minute i see on top command that free memory decrease :( After 7Hours from restart i got this total used free shared buffers cached Mem: 1998 1483...
  9. S

    High memory usage

    Hello all This is my free -m total used free shared buffers cached Mem: 1998 1903 95 0 45 542 -/+ buffers/cache: 1315 683 Swap: 2662 36 2625 Not good .... I got 5 wordpress and 5 statics website on this server and 100 visitors by 24H00 each day. Question 1 : Why the memory...
  10. S

    Show wordpress version

    Hello thank you for your answer but it don't work for now :( I see mysql> use wordpress_5 Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> select * from WordpressInstanceProperties where...
  11. S

    Show service status Error No such file or directory

    Hello i can get the service list by /usr/local/psa/bin/service –l But when i try /usr/local/psa/bin/plesk –-status it show error : No such file or directory Any idea ? Thanks you so much
  12. S

    Show wordpress version

    Hello how can i show in putty during ssh session the version of wordpress used for a specific domain ? Thank you so much :)
  13. S

    Server Website very slow

    i precise i got only 6 Wordpress on this server and the audience is less than 50 visitors by days.
  14. S

    Server Website very slow

    Hello i've made all update (plesk 12) but still the same problem... i check the memory with the command cat /proc/meminfo and i think i need more memory. Can you confirm that and if yes do you think wordpress is guilty ? Thanks you so much cat /proc/meminfo MemTotal: 2046668 kB MemFree...
  15. S

    Server Website very slow

    I'll try tomorrow but can you tell me if there is something wrong with the data i gived you ? Thaks you so much :)
  16. S

    Server Website very slow

    Hello all my 30 websites are very slow (Wordpress) Version : 11.0.9 Vendor: Parallels Release : cos6.build110120608.16 Build Date: Fri 08 Jun 2012 11:51:30 AM CEST VMstat tell that but how to know if the value is correcte ? r b swpd free buff cache si so bi bo in cs us sy id...
  17. S

    Scp & Chmod & chown in same command ?

    Hello i need to upload some file from a local server to distant one so i use : Connect with Putty on local server scp /************************.jpg root@212.000.000.00://var/www/vhosts/******************.jpg Connect with Putty on distant server chmod -R 777...
  18. S

    Assign database to domain

    Hello I've created a database through SSH and give it a user so no problem. But when i came back in Plesk Panel i don't see this database connected to the domain i want. So how can i do to "indicate" my server this database must be going with this domain ? Thanks you so much
  19. S

    Show user for specific database

    Hello I need to see all user for one specific base. I know this command for show all user for all table select user,host from mysql.user; So i need to have a list for just one table. Thank you for your help :)
  20. S

    How to obtain list of all domain with argument enabled or disabled ?

    mysql -h localhost -u admin -p`cat /etc/psa/.psa.shadow` usa psa select name from domains where status=0; for enabled domains select name from domains where status=2; for disabled domains It's ok Thanks you all :)
Back
Top