ocbox

  • Total activity 15
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Activity overview

Latest activity by ocbox
  • ocbox commented,

    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...

  • ocbox commented,

    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...

  • ocbox commented,

    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...

  • ocbox created a post,

    MutliPHP Version Mismatch in .htaccess

    I'm using MultiPHP Manager in cPanel and the domain correctly shows PHP7.2. If I run phpinfo(), I get the correct PHP version 7.2.13. Lastly, MultiPHP INI Editor shows "PHP Version ea-php72" Now, ...

  • ocbox commented,

    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...

  • ocbox commented,

    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...

  • ocbox commented,

    Could it be because you only have http:/ and not http://

  • ocbox created a post,

    Process Manager in cPanel

    I've been using cPanel for over a decade. Firstly, I'll admit that I've never understood the documentation, as it will often say things like "For cPanel & WHM version 58". I've always thought of ...

  • ocbox commented,

    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 ...

  • ocbox created a post,

    PHP mail function stopped working issue

    If you're getting something like this in your exim logs (exim_rejectlog, in my case), I believe this is caused by a file permission issue caused by a cPanel update. The permissions on /etc/exim.pl...