likudio
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by likudio-
likudio created a post,
Memcached server per user
Hi, I'm looking forward to develop an cPanel extension (app) that would allow to allocate some unique memcached space to the end user. For example, you could set how much memory you would allocate...
-
likudio commented,
You can compile and include Suhosin extension for all the versions of PHP you have installed on your server. (yes, for EA4 as well :) ). Download sources from: Download . wget [source link] tar xv...
-
likudio created a post,
EasyApache 4 Updates
Hi, 1. is there a way that we can be announced when a new build of EasyApache comes on? I ask because I was surprised to see that the PHP versions I had on the server have been replaced (as it wri...
-
likudio commented,
]That is an import topic. These feature voting is no silver bullet. @likudio: I wanted to add a link to your feature request. But I haven't found it in the database. That's because it hasn't been...
-
likudio commented,
Adding a general /home/ open_basedir setting will prevent users from accessing /root or other directories, indeed, PHP should load it, but you still can't prevent multiple separate domains from acc...
-
likudio commented,
Hi Clouseau. 1. cPanel states that suPHP with open_basedir tweak doesn't work. And it doesn't in the default configuration. 2. Copying the main ini from its source to users directory, doesn't help...
-
likudio commented,
Hi Michael, Unfortunately, most of cPanel users aren't aware about the security vulnerabilities that using only suPHP or only open_basedir tweak brings, nor the benefits that such solution as one ...
-
likudio commented,
Hi Michael, Well, I'd like if cPanel representatives would take a look over my work around and see the issues that it solves, and the features that it brings. It would be nice to have these featur...
-
likudio commented,
Just to update the topic... I managed to implement a solution which will solve this problem. See this topic:
-
likudio created a post,
suPHP and open_basedir together, for improved security.
I. Preface: Okay, so here it goes. I knocked my head to the wall several times, after finding out some security issues which cPanel has, like: [LIST] using only suPHP isn't secure enough (I mana...