sparek-3
- Total activity 1538
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 487
Comments
Recent activity by sparek-3-
Well, the rant about Would a better solution be to avoid .htaccess files completely was actually about doing away with the .htaccess behavior altogether - a la nginx. But yea, the Optimize Website...
-
Unless each account applies proper permissions and doesn't leave script config files with world readable permissions. World readable permissions on PHP files is really not necessary any longer, un...
-
Not to really get into a war of words about the feature request, but that request is over 2 years old. I started it 2 years ago. It hasn't gotten any traction. Granted, I am biased, I think it's...
-
Well, I'm really just playing with some stuff and seeing what all I can do. The main issue comes down to features having to be enabled in a feature list then in a package then applied to a user. ...
-
Thanks! That looks easy enough. Is there any interaction that is required in moving from MySQL to MariaDB - other than backing up the databases to be safe?
-
I also had problems with some of those Joomla sites displaying strange characters after migrating from a MySQL box to a MariaDB box. I can't say that I would necessarily consider it a MySQL-to-Ma...
-
All you really need to do is generate a public/private key pair. openssl genrsa -out /root/rsa.private 1024 openssl rsa -in /root/rsa.private -out /root/rsa.public -pubout -outform PEM Now conver...
-
Without the @domain.tld part of the username, then a shared hosting server can only have 1 FTP account named bob. Given that a shared hosting server has two shared hosting accounts - example1.tld ...
-
Well, it probably won't work for a new user that doesn't have a virtfs jailmounted. How are you insuring that /home/virtfs/%user% is mounted? The chroot directive is available in PHP-FPM, but the...
-
[root@li993-97 ~]# ls -l /var/cpanel/feature_toggles/apachefpmjail -rw-r--r-- 1 root root 0 Mar 28 14:31 /var/cpanel/feature_toggles/apachefpmjail [root@li993-97 ~]# grep -i chroot /opt/cpanel/ea-...