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

    Resolved How to increase pm.max_children globally?

    +1 so how can i change it globally?
  2. solucionesuno

    Random 503 Service Temporarily Unavailable

    Same problem here, differnts sites are showing randomly 503 error in logs. But nothing in /var/logs/nginx i am using plesk 17 with php mpm_event + nginx + apache.
  3. solucionesuno

    Enable / disable nginx per domain

    in those cases, nginx is not disabled at all. I try this options and i nginx is working cause i am getting an "upstream error" from nginx in errror_logs
  4. solucionesuno

    Question php_mail scripts not visible in queque

    i have found that there are maliciosus php scripts that not register in /var/log/maillog. and can send emails using the email server. so outgoing limit, dosn´t work. my reputation ip is very poor and gmail hotmail is sending to spam folder. i am really tired fighting with spammer script, and...
  5. solucionesuno

    Question wrapper sendmail log phpscript not work

    i have activate the sendmail wrapper. I use CENTOS 7 QMAIL. https://support.plesk.com/hc/en-us/articles/213959565 i test with test.php php_mail function but nothing register in /var/tmp/mail.send file is empty.
  6. solucionesuno

    Resolved AH00485: scoreboard is full, not at MaxRequestWorkers

    Hello I can check that one site in my plesk was infected. I can find it with an script like this: #!/bin/sh len=`cat /var/log/httpd/error_log |grep Max |wc -l` if [ $len -gt 1 ]; then #!/bin/bash # script to send simple email # email subject...
  7. solucionesuno

    Resolved 502 bad gateway when any vhost parameter change

    Ohh perfect! Now i understand perfect how it works! this value so is a Threshold for security restart happens together between two users. Regardless if graceful restart is configured or not. Many thanks again Peter!
  8. solucionesuno

    Resolved 502 bad gateway when any vhost parameter change

    My server have 100 domains. Sorry am not really sure if i understand how it works this value of time and graceful_restart_value in database together. of example, If i set this value in 200 seconds. 1) one user do a change in your vhost phph configuration. When apply plesk do a graceful restart...
  9. solucionesuno

    Resolved 502 bad gateway when any vhost parameter change

    I can check also in APACHE Configuration there is a field to set a time of restart apache. acordling documentation My question is, perhaphs is better idea set this field to controll when apache must restart than use restart_apache_gracefully in datbase?
  10. solucionesuno

    Resolved 502 bad gateway when any vhost parameter change

    Peter Debik thansk for reply, but is not most negative for the uptime service, restart apache that do a Graceful restart?
  11. solucionesuno

    Resolved 502 bad gateway when any vhost parameter change

    Peter Debik Thanks so much. this solve my problem. why this parameter is not config by default? perhaphs sames SO not supported gracefull restart? Regards!
  12. solucionesuno

    Resolved AH00485: scoreboard is full, not at MaxRequestWorkers

    What do you mean with split large files? what is concider an large files?- What about MPM_PREFORK vs MPM_EVENT performance? are similar? Mpm_event was the default apache configuration in my plesk installation, so I figured this was the best.
  13. solucionesuno

    Resolved AH00485: scoreboard is full, not at MaxRequestWorkers

    Thnaks for reply I have up to date the plesk and system, and in any update, suggest update Apache to 2.4.7. yum check-updates Complementos cargados:fastestmirror PLESK_17_0_17-extras...
  14. solucionesuno

    Resolved AH00485: scoreboard is full, not at MaxRequestWorkers

    Apache hangs randoly with this messages: [Mon Feb 27 23:45:28.802339 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not at MaxRequestWorkers [Mon Feb 27 23:45:29.803414 2017] [mpm_event:error] [pid 21941:tid 140620660758656] AH00485: scoreboard is full, not...
  15. solucionesuno

    Resolved server-status connection refused

    Thanks Peter, ican access now to server-status with this: <IfModule mod_status.c> Listen 8001 <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 ::1 </Location> ExtendedStatus On </IfModule> And then: lynx...
  16. solucionesuno

    Resolved 502 bad gateway when any vhost parameter change

    Hello, When i do any change in the php configuration in one domain all VHOSTS in the server show an "502 bad gateway" For a few seconds. Also happen creating a new mailbox in any domain, all website show "502 badgateway" for some seconds. is it normall? Plesk 17, CENTOS 7. NGINX+APACHE...
  17. solucionesuno

    Resolved server-status connection refused

    Sorry, the question is where i have to add cause always i get connection refused to server status. <IfModule mod_status.c> <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 localhost ip6-localhost </Location> ExtendedStatus On </IfModule>
  18. solucionesuno

    Resolved server-status connection refused

    apachectl fullstatus Connection refused CENTOS 7. Apache 2.4, mod_status is loaded. i can not really find the way to do work this. I have added <IfModule mod_status.c> <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 localhost...
  19. solucionesuno

    Question courier-imapd: Unexpected SSL connection shutdown.

    cat /etc/courier-imap/imapd-ssl |grep -v '#' SSLPORT=993 SSLADDRESS=0 SSLPIDFILE=/var/run/imapd-ssl.pid SSLLOGGEROPTS="-name=imapd-ssl" IMAPDSSLSTART=YES IMAPDSTARTTLS=YES IMAP_TLS_REQUIRED=0 COURIERTLS=/usr/bin/couriertls TLS_CERTFILE=/etc/courier-imap/courier.pem...
Back
Top