Skip to content

General

266 results found

  1. Exact reason for CL site errors in apache error log

    I really need the ability to have the apache error log to show the exact reason why a service unavailable error or 503 resource error occurred. This will make troubleshooting these errors, which some of our accounts are getting a lot of, quick and easy and we wont have to open up support tickets each time. For example all we get is below, which doesnt tell us much at all:
    [Thu Jun 29 17:56:28.980083 2017] [lsapi:error] [pid 9869:tid 140474580313856] [host domain.com] Error receiving response: ReceiveResponse: receive pkg hdr failed: ReceivePkgHdr: nothing to read from backend socket.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Private elastic search instance per user

    We would like an interface so that users can launch their own elastic search instance on a private port that only their user can access.

    We were hopeing to do this with Kuberdock but since that was abandonned we would like to allow a local elastic search instance per user.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. PHP selector FPM

    Add support for PHP-FPM to Apache/FPM. NGINX/FPM would be nice as well.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Smart tmp files cleanup

    Perform smart tmp files cleanup based on gc_lifetime values.
    Performing search by the tmpwatch utility, may cause unnecessary IO operations.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Suggestion for possibility disabling some of dynamically updated Imunify360 whitelists

    Those lists are globally distributed lists that are needed for most web servers, but I think some control over those might be required.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Node.JS, or socketing.

    Since Node.Js and socketing with PHP is pretty limited, needs ports etc. It might be a idea, to make it bound to a subdomain or domain. So that it'll use mydomain.com:10000 and customer B can also use mydomain2.com:10000

    Is this possible? would be awesome!

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Provide SELinux Compatibility

    I'm not sure if SELINUX is very good, but I've always wondered why it needs to be disabled with cPanel when it is enabled by default with most Linux OSs. Would be nice if some sort of GUI could be added for manage the OS with SELinux in a way that is compatible with CloudLinux features, and cPanel or other control panels.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Switch checkbox and modulename in DirectAdmin PHP selector

    Right now there is a list like this:
    modnamea <lost of whitespace> checkboxa modnameb <lost of whitespace> checkboxb
    would be a lot better if it was:
    checkboxa modnamea <lost of whitespace> checkboxb modnameb

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Allow separation limit of inodes for different directories

    On some platforms, the letters can be stored in the home directory of the client in his cageFS (for example in ~/mail/ ). These letters can be stored in large volumes on the client account, but they do not interfere with anti-virus scan or backup system.
    If you set a limit on the number of inodes to limit the file size of the site (eg cache files), it will also lead to the inability to get the mail.

    To solve the problem, you can make a separate calculation of quotas for inodes for different directories within the home directory of…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. lsphp - too small information in the sulsphp_log

    tail -3 /usr/local/apache/logs/sulsphp_log

    [2015-03-30 13:01:32]: uid: (541/user1) gid: (540/user1) cmd: /usr/local/bin/lsphp
    [2015-03-30 13:01:33]: uid: (530/user2) gid: (529/user2) cmd: /usr/local/bin/lsphp
    [2015-03-30 13:01:33]: uid: (537/user3) gid: (536/user3) cmd: /usr/local/bin/lsphp

    очень малоинформативный вывод.

    Хотелось бы чтобы в логе был путь к запускаемому скрипту, наподобие этого

    tail -3 /usr/local/apache/logs/suphp_log

    [Sat Feb 21 22:52:27 2015] [info] Executing "/home/user1/publichtml/user1.domain/index.php" as UID 663, GID 662
    [Sat Feb 21 22:52:27 2015] [info] Executing "/home/user2/public
    html/user2.domain/index.php" as UID 814, GID 813
    [Sat Feb 21 22:52:27 2015] [info] Executing "/home/user3/public_html/user3.domain/index.php" as UID 631, GID 630

    Требуется, чтобы по логам можно было вычислять дырки в сайтах.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. directadmin: PHP selector checkboxes should be in left side, and they should be associated with their labels so that user can click labels.

    Here is my patch (for /usr/local/directadmin/plugins/phpselector/user/index.html)

    Edit the file and paste this code in relevant place. (I can write full patch in diff format if needed)

    <td>
    <input name="cbx_<?=$Extensions[$key]['name']?>" id="cbx_<?=$Extensions[$key]['name']?>" title="<?=GetDescription($Extensions[$key]['name'])?>" type="checkbox" <?=($Extensions[$key]['status'] == '+') ? 'checked="checked"' : ''?> />

    <label for="cbx_<?=$Extensions[$key]['name']?>" title="<?=GetDescription($Extensions[$key]['name'])?>">
    <?=$Extensions[$key]['name']?>
    </label>

    </td>

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Create Bandwidth limiter

    its will be great if you add Bandwidth limiter per user.

    Zaid
    ALSCO Software
    Iraq/Baghdad

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Plesk Service Plan Add-on's being treated as Service plans and they should not be

    In Plesk, Service Plans Add-on's are being treated as Service plans by the LVE Manager.

    This is causing issues with Add-ons that are using LVE defaults are overriding package values for service plans.

    Example:
    Default CPU set to 250%
    Hosting plan bronze is set to 25%
    Add-on for Plesk called (add 1 email account) is overriding the bronze LVE package stetting and bumping the bronze customers back up to 250% CPU

    going the other way does not fix the problem
    Example:
    Default CPU set to 25%
    Hosting plan gold is set to 250%
    Add-on for Plesk called (add 1 email…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Copy PHPSelector settings within a cPanel account transfer

    Currently when you transfer accounts between cPanel servers, the PHP selector settings do not automatically copy when a cPanel account is transferred to a different server. It would be helpful if a copy of the settings could be located within the user home directory so that it automatically copies with the account.

    Perhaps if PHP selector is installed, have it scan account transfers for the config file in the users home directory and if it exists apply the settings on the new server. Maybe as a post-hook on the transfer tool.

    Would help make account transfers as seamless as possible.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. add client login link to your cloudlinux.com home page

    just suggestion :
    when I open your home page to login into my cloudlinux account : http://cloudlinux.com/

    I cant find any link point to : http://cln.cloudlinux.com

    so that I'm always check my email to get the link of my account

    please add it to your home page

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Add time series DB support for lvestats

    The lvestats could have support for modern time based db storage backend. Such DB is great foundation for analytic tools. Examples:

    InfluxDB + Grafana http://influxdb.com/
    Elasticsearch + Kibana https://www.elastic.co/products/kibana

    Properly structured time series data would work faster than MySQL or PgSQL backends. Especially when you have hundreds of users per server and millions of rows in resource usage tables. With time based db there is also less headache for maintaining continuously growing 'history' and 'history_gov' tables.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Basic cPanel & WHM Setup

    Basic cPanel & WHM Setup

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Cagefs issue !!

    Hello,

    Can you check with cpanel the following

    If we transfer the accounts from one disk to another suppose we need to transfer one account from /home to /home2 by using account functions->rearrange accounts of WHM it will fails if the cagefs is active and also it will partially copies data to /home2 and the domain will go for offline otherwise we need to rsync the same account back from /home2 to /home for make the site online. If we disable cage then possible to transfer and after we need to re enable the same.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Tomcat under CageFS

    Hello!

    We've faced a problem that may be affecting a lot of people, and may be a great solution and even a new product - When some application is running under Tomcat, isolation doesn't work.

    Bringing to Tomcat the great solution you brought to Apache and SSH would be very interesting.

    Hope you guys think of some workaround like this!

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. lockless lister

    As described here a good solution for incoming packets:

    https://lwn.net/Articles/659199/

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base