Search results

  1. B

    Webadmin SSL certs

    Hi, I'm running LS on a WHM server. I thought I could use WHM's existing certificates to be used for LS Webadmin so I used these paths: Restarted LS and it all went haywire. I can't open the console, getting an error "Bad handshake" So I have two questions: 1. How can I remove that setting via...
  2. B

    LSMCD security

    Hello, I am looking into LSMCD but am wondering if it has some security control, such as REDIS that allows for a password? Otherwise, I assume anyone would have open access to everything, or what are the security controls? Regards
  3. B

    Can't load user PHP.INI

    Hello, I am running LS Enterprise on CentOS 6.9 on WHM as follows: - Run on Startup: NO - Auto Start: Through CGI Daemon - PHP suEXEC: Yes - On WHM pre_virtualhost_global.conf: <IfModule LiteSpeed> LSPHP_ProcessGroup on LSPHP_Workers 15 </IfModule> - On LS External App > Environment added...
  4. B

    QUIC error

    I am suddenly seeing QUIC errors on Chrome and the console is thowing these like crazy: 2017-10-10 21:45:04.427 WARN [QUIC:13196078595894113908-7] stream: Attempt to write to stream before sending HTTP headers 2017-10-10 21:45:10.367 WARN [QUIC:2863283047855021180] frame-writer: error encoding...
  5. B

    Mod_Pagespeed Downside?

    Is there any downside or any "cost" (memory, incompatibilities, complicated ongoing management, etc) of enabling Pagespeed on 5.2.x? Lastly, I am running LS on WHM, I can't find the equivalent module on Easy Apache 4 so I presume I must enable it directly on the LS console? I see it there, but I...
  6. B

    PHP error log

    Hello, I am running v5.2.1 on a WHM server and trying to debug a PHP script. On the domlogs I see it is throwing an error 500: 102.201.201.234 - - [10/Sep/2017:17:38:54 +1000] "POST /test/index.php HTTP/1.1" 500 2948 "-" "-" However the local error_log is not logging anything and I cannot find...
  7. B

    ESI on WP Plugin

    Hi, Do you have any ETA for ESI to be available on the WP plugin? Alternatively, would it work if used in tandem with W3TC's Fragment Caching? Many thanks
  8. B

    Opcache settings not working?

    Hi, I have followed the instructions to setup Process Group on cPanel (the includes file on the global pre virtualhost, etc) and I am trying to add the config settings in a local php.ini but the settings don't appear to be picked up. Other settings in the php.ini such as max file upload etc do...
  9. B

    PHP path for cron jobs

    Hi, I have these cron jobs (using cpanel) php /home/something/public_html/app/console mautic:segments:update >/dev/null 2>&1 And they seem to be killed or failing on each run. Should I declare PHP differently? And if so, is there a generic way to do it so as not to have to change it if the...
  10. B

    Opcache + Memcache on cPanel server

    Hi, First of all, I have already searched on the forums but couldn't find the specific answer to this, hence I am asking... I have a dedicated server running cPanel / Easy Apache 4 and LS with suExec and a good chunk of free RAM. How should I enable Opcache on PHP 7? Should i just enable it on...
  11. B

    PHP error_reporting

    Hello, I'm running LS on WHM using the cPanel plugin. Editing the PHP INI on WHM makes no effect. Where can I set error_reporting, ideally through the Web console? Kind regards
  12. B

    [Resolved] 404 on all new websites

    Hi, I am running LS on a WHM server. Everything had been running OK until I tried MOD SECURITY (through Easy Apache) and then disabled it again. Now, all existing websites continue to run just fine but new accounts give a 404 for files that are definitely there. I have switched to Apache to...
  13. B

    Keep having problems with PHP session files (APC, suEXEC ProcessGroup)

    Hello, I have started fiddling with LS and so far looks very promising. We are running a cPanel server (CentOS) with DSO/mod_ruid2 as the PHP Handler + APC opcode cache. Now, when I run LS with suEXEC Daemon and "User Home Directory Only" everything works fine, except APC. It does not cache...
Top