Search results

  1. M

    [Resolved] DirectAdmin: problem with log files

    It is a permission problem with /var/log/httpd Piped logger is not used. chown apache /var/log/httpd fixed it .
  2. M

    [Resolved] DirectAdmin: problem with log files

    Please PM a temp root login, I can take a look.
  3. M

    [Resolved] DirectAdmin: problem with log files

    If you direct admin uses piped logger, you can download the 4.0.17 build by changing the version number in the link.
  4. M

    Is VPS Lease LSWS Enterprise work for servint ultimate vps

    should use 1-CPU license for such powerful VPS.
  5. M

    /home/cpeasyapache/src/eaccelerator-*: No such file or directory

    just find where the directory located with command find /home/cpeasyapache | grep eaccelerator Then you can run "cpanel-install" under it to install it manually. and let us know where is the new location so we can update our code.
  6. M

    WSGI + Directadmin + Shared Hosting

    It is not possible to do that with python now, you may have to run a server support python on the backend, and let LiteSpeed proxy .py .wsgi to the backend.
  7. M

    Moving from Apache to LS.... 15 days trial license key: Sub performance

    Just comment it out from php.ini If you use Apache suphp, it has not effect anyway.
  8. M

    Litespeed has stopped logging

    Is the piped logger process running? We made some change on piped logger, the logger process run as root now. Please try a force reinstall first, if you use Cloud Linux, piped logger may not work properly. If the problem still there, just send us a temp root login. We will check.
  9. M

    [Resolved] Access Control - Trusted IP

    It should be the server level as it only works at server level.
  10. M

    Prevent use of php_flag

    You need to make it conditional when mod_php is used. Apache will ignore it, and LSWS will pick it up.
  11. M

    [Resolved] Access Control - Trusted IP

    trusted IP can only be set at server level. Have you added a trialling "T" to the trusted IP?
  12. M

    Anybody got Relay (Ajax Directory Manager) fully going?

    4.1RC2 should work with upload progress bar.
  13. M

    lslb - ExtConn timed out while connecting.

    Since it get worse when server is busy, my guess is, after the Gb port upgrade for the DB server, the burst bandwidth usage is higher and causes some packet being dropped. Maybe there are some kind of bandwidth cap on the switch port if server are interconnected via a VLAN instead of a dedicate...
  14. M

    lslb - ExtConn timed out while connecting.

    Yes, that will cause problem. LSLB wont wait more than 10 seconds when trying to establish a connection with backend. Maybe you should use dedicate NIC for different task, one for MySQL, one for communication between LSLB. The same with LSLB, one NIC for backend communication, one NIC for...
  15. M

    Litespeed + cPanel + Cloudlinux

    That should be it.
  16. M

    Litespeed + cPanel + Cloudlinux

    Are you using LSWS 64bit package? 32bit package may not work. check "ldd lsws/bin/lscgid"
  17. M

    Litespeed + cPanel + Cloudlinux

    Are you using the latest CL? liblve.so should be in /usr/lib64 And you are using the LSWS Enterprise edition, right?
  18. M

    Litespeed + cPanel + Cloudlinux

    Every time you start LSWS, there should be a LVE log entry in stderr.log check pid of lscgid, lsof -p <pid_of_lscgid> it should list liblve library and /dev/lve there.
  19. M

    Litespeed + cPanel + Cloudlinux

    Try a force reinstall to make sure using the latest build. there are LVE related log entries in stderr.log, you need to enable PHP suEXEC.
Top