
grayloon
- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 22
Comments
Recent activity by grayloon-
Doesn't seem to be an option because I'm using a remote SQL server: "This system uses a remote server for MySQL/MariaDB. Perform the MySQL/MariaDB upgrade on the remote server."
-
No " it's using Apache.
-
I was finally able to get it working. I used both the direct path to the PHP binary as well as the drush binary.
-
In my script, I'm using: /usr/local/bin/php /home/cdavis/.platformsh/bin/platform Unfortunately, the child process is still using php-cgi for some reason: [QUOTE]cdavis 26991 92.1 0.4 521268 18...
-
It may be worth noting that my bash scripts runs just fine when I execute it directly in a terminal.
-
I was under the impression that Ruid2 was more secure than suexec I'm using now. I'm open to suggestions to isolate my sites as much as possible.
-
No. I thought Ruid2 required the DSO handler.
-
So, this is what you're suggesting? Add Ruid2 to my custom profile and provision. Switch the default handler to DSO Turn off PHP-FPM for individual domains to force them to use Ruid2 Unfortun...
-
Yes " I'm currently using PHP-FPM for all domains right now.
-
I was having a similar issue with WHM 74. My default PHP version is 5.6 (for now), and I needed to use 7.1 due to composer requirements on a specific site. I was able to resolve the issue by using ...