ocbox
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by ocbox-
Thank you. It was brought to my attention that bluehost's cPanel has a process killer, so I wasn't sure if I was missing something. I'm assuming that means they've written some custom functionali...
-
Could it be because you only have http:/ and not http://
-
Let's assume your subdomain is chicken and your domain is nuggets RewriteEngine On RewriteCond %{HTTP_HOST} ^www.chicken.nuggets.com$ [NC] RewriteRule ^(.*)$ http\:\/\/chicken.nuggets.com%{REQUES...
-
Just spent hours on this, you probably have the same problem. Latest update set permissions incorrectly on /etc/exim.pl You will probably need to chmod 644 /etc/exim.pl then service exim restart ...
-
OK, for anyone else who runs into this, it appears that if you run PHP-FPM the changes will be made in httpd.conf, if you do not, the changes are made in .htaccess. This is new to me, but I'm guess...
-
So, here's some additional information. It appears that changes to php version made in cPanel are being set in httpd.conf using SetHandler. If this is correct, is there a way to override the PHP ve...
-
As an additional note, cPanel's MultiPHP version control seems to work properly for controlling the version, as I explicitly changed to 5.6 and the phpinfo() then showed the correct version. I chan...