Search results

  1. I

    APC 503 error

    I have APC installed and it works fine with cpanel+litespeed when the shm size is 128, as soon as I can increase it to 256, litespeed no longer works and only shows 503 unavailable messages. I compiled APC myself before switching to litespeed, do I have to recompile it? Is that why I am getting...
  2. I

    Secure admin panel

    To change the link from the whm plugin to your new secure admin panel... I changed this line in main_menu.php (/usr/local/cpanel/whostmgr/docroot/cgi/lsws/main_menu.php) $buf .= '<a href="http://' . $_SERVER['SERVER_ADDR'] . ':' . $admin_port . '/">Admin Web Console</a>'; to $buf .= '<a...
  3. I

    Installing custom php extensions

    Thank you I have sorted this out.
  4. I

    Secure admin panel

    Is it possible to secure the litespeed admin panel using the same ssl certificate that whm uses? or do we need to generate a custom one ourselves?
  5. I

    Installing custom php extensions

    I have installed litespeed using the whm plugin and built a matching php binary. Everything is working fine and I am currently tweaking settings etc. If I want to install custom php extensions to work with litespeed lsphp how do I go about that? Do I compile everything against apache like...
  6. I

    Build Matching Binary Fails

    There were lots of these logs:
  7. I

    Build Matching Binary Fails

    I'm using CentOS 64bit, I was able to build php manually but I could not get APC working correctly. I could compile APC but it was acting weird, like when the shm size was set to 100, it was showing a total of 600, it was like it was not sharing properly. Also could be a conflict between the...
  8. I

    Build Matching Binary Fails

    The build seems to complete successfully, and then at the end it displays this error: Obviously the directory doesn't exist, just wondering how to solve this. Also If I try to build php5 in the lsws admin panel, I get all sorts of permission errors like: I assume this is because lsws is...
Top