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.
hmm thats interesting, that makes me think that there may be a dependancy issue or a load order issue.
One way you can do this (which is not the way I would do this) would be you could edit the mysql start up file in init.d to contain
/bin/bash sleep 300
You could also rename the file from...
Hi Antonio,
Im not sure about the php issue you are referencing, however if you use the (free) atomic packages and the atomic php-panda you can install the 5.4, 5.5, 5.6, and 7.0 packages of php and allow your users to chose which version of php they use. I think that Plesk in general also...
So each of the ethX (eth0 eth1 etc) are separate network cards - either physical or virtual. You don't really need new ones.
Generally having them setup as aliases (like eth0:1, eth0:2, etc) is the route to go.
I have boxes with over a dozen IPs just on eth0 and they work fine.
However with...
This looks like your issue reported here - there is a potential fix listed in the mysql bug link
http://stackoverflow.com/questions/23272721/mysqld-crashed-utc-mysqld-got-signal-11
Honestly allowing the customer (end user) to disable rules is a bad idea in my mind - they could disable something truly intended to protect the server and provide critical functionality. I would recommend that you manage the rules and if they require something have them contact you.
These two lines make it seem like it started OK
[Note] /usr/sbin/mysqld: ready for connections.
Version: '5.5.47-0ubuntu0.14.04.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu)
I have the same entries when I restart mysql
160229 15:18:36 [Note] Plugin 'FEDERATED' is disabled...
You can do this from the command line (assuming you are using ASL)
you would use the asl command with one of the following flags
-dr --disable-rule Disable modsec rule(s) by signature ID
Usage: -dr 123456[,123457,...]
-drv --disable-rule-vhost Disable modsec rule(s) by...
You can add it from the Plesk UI to the machine or from the CLI
the CLI command is
plesk bin ipmanage -c 10.0.0.0
(replace with your IP of course)
One thing I do is this
plesk bin ipmanage --auto-remap-ip-addresses true
plesk bin ipmanage --reread
This will cause Plesk to re-read and...
you can try using the atomic php packages, they get updated regularly and you can use php-panda package to get php5.2, 5.3, 5.4, 5.5, 5.6, 7.0, etc (5.2 and 5.3 require a paid subscription but the rest are free)
https://www.atomicorp.com/wiki/index.php/PHP#PHP_5.4_Installation
Something else I have tried in the past
plesk bin ipmanage --auto-remap-ip-addresses true
plesk bin ipmanage --reread
And then (assuming you deleted dns_recs) restart plesk so it re-reads and then reconfigure
plesk sbin websrvmng -v -a
There is also a plesk extension that could help with...
the dns error I have several times when I change the IP address away from a dedicated IP and then try and remove the IP from the box, I fix it with a command like this
plesk db
then
delete from dns_recs where host like '%ip.here%' or displayVal like '%ip.here%' or val like '%ip.here%'...
How do I change the Plesk API Timeout?
I currently have some jobs that run against several servers and one server in particular has a few thousand subscriptions on them and attempting to get the subscription list times out after 300 seconds.
Is there a way I can modify this time out?
Hi guys,
I want to try and figure out what the best configuration is for nginx, I'd appreciate if you would share your configs - at least the entires that may differ from mine - and hopefully we can get a best config out there that others can use
#user nginx;
worker_processes 1...