Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
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.
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
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...
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.
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...
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!
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...
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?
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!
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.
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...
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...
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...
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...
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>
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...