grayloon
- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 22
Comments
Recent activity by grayloon-
[quote="cPanelMichael, post: 1536622">yum install libicu yum install libicu-devel I had the same issue, so I installed libicu as suggested. When I try to install the intl extension again, I get a n...
-
I'm going to turn on jailed shell for all users and switch to ruid2. Solid plan to lock down customer access? Any permissions issues or anything I should be aware of when using ruid2?
-
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...