All posts in VPS
If you are setting permissions with the setfacl command when using Symfony or any other PHP framework that requires write access to certain directories or files, and you get the following error:
|
setfacl: Option -m: Invalid argument near character 3 |
This usually means that the user provided in the command does not exist, for example:
|
setfacl -R -m u:deployer:rwX -m u:apache:rwX /path |
In . . . Read more
We recommend two things: 1) First, check the email headers of one of the messages. The spam filter adds information on why the message was triggered as SPAM. If you don’t know how to read this, feel free to open a support ticket with a copy of the headers. To . . . Read more
As of January 1, 2014, the Internet Corporation for Assigned Names and Numbers (ICANN) mandates that all registrars verify the WHOIS contact information for all new domain registrations and domain contact changes (such as: first name, last name, email address, etc) This applies when: – You register a new domain . . . Read more
HHVM & Hack Overview: It is well known that Facebook is currently the largest site built using PHP, but not everyone knows that they have created their own new language called Hack. It’s based on PHP and contains several new features and improvements. You can start learning about Hack with . . . Read more
We have a pre-set limit of 3600 emails per hour. This limit is in place mainly to protect us from accounts that get hijacked or from sites that get hacked. You must wait an hour to be able to send e-mails again or contact us. If you are not aware . . . Read more
When installing or updating dependencies with Composer it may be possible that you see a PHP fatal error like:
|
$ composer update Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 79 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/RuleWatchGraph.php on line 100 |
This problem has been documented in Composer on issue https://github.com/composer/composer/issues/1898 This is common when the memory limit setting of PHP is not enough for Composer needs, something that can happen . . . Read more
Your SFTP program may get disconnected randomly when you upload files if your client is configured to open multiple simultaneous/parallel connections. Our firewall is configured to prevent attacks on the SSH server, and it may block your IP if this filter is triggered. To prevent this from happening, please configure . . . Read more
First of all, what is APC? It is actually two things: a byte code cache, which works by caching pre-interpreted PHP code, and a user level cache which will cache whatever you send it as a string. A problem faced by new VPS clients that selected PHP 5.5, is that . . . Read more
If we notice suspicious activity with your email account, we reset the email account password to stop the abuse. When this happens, you are notified by email. Afterwards, you need to: Login to your control panel account and set a new password for your email account. NOTE: Please do not . . . Read more
You can upgrade your ServerGrove hosting plan at anytime, to another Shared Hosting plan or even from Shared Hosting to a VPS, by following the few simple steps below: Go to our website. Click on Login. Enter your Client Area login details and click on the Login button: You will . . . Read more