Search results

  1. N

    Compiling PHP with LiteSpeed: No rule to make target

    any control panel(e.g.WHM/cPanel) installed on this server ?
  2. N

    Need detailed step to enable Imagemagick + PHP

    the main document is here: http://www.php.net/manual/en/imagick.installation.php need build imagick.so refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:opcode_cache for how to build apc.so it's same steps to build imagick.so
  3. N

    litespeed htaccess

    it should be working by default -- just like you're running apache
  4. N

    calling index.php by default

    litespeed compatible with apache's DirectoryIndex directive same document as apache: http://httpd.apache.org/docs/2.2/mod/mod_dir.html
  5. N

    [solved] plugin cpanel from 11.36 error 500 during install

    Thank you DraCoola, save lots of our time!
  6. N

    Yet stil cannot compile with php_pdo_driver.h

    the above error shows you failed to download php-5.3.27 from php.net your internet connection bad ? you can manually download php-5.3.27 so that the auto build script can skip this step. #cd /usr/local/lsws/phpbuild #wget http://php.net/php5/php-5.3.27.tar.gz after ensure...
  7. N

    Yet stil cannot compile with php_pdo_driver.h

    what's your current build option ? can you try to build php-5.4.x or 5.3.x if have same issue? what's line 807 of /usr/local/lsws/phpbuild/php-5.5.3/build/shtool ?
  8. N

    Yet stil cannot compile with php_pdo_driver.h

    how about add --with-pdo-mysql option to build php: http://www.php.net/manual/en/ref.pdo-mysql.php
  9. N

    [Resolved] (Hopefully) Simple Question Related to Joomla Installations

    this issue resolved. not incompatible issue or bug. please read message from our developer to your host: "The problem is that mysql speed has been throttled by CloudLinux to a very slow speed. the install script takes very long time to finish DB creation operations. The connection timeout is...
  10. N

    [Resolved] (Hopefully) Simple Question Related to Joomla Installations

    we also hope identify the issue and resolve it ASAP. your co-operation is appreciated. if you know more technical detail, please let us know, either post here or by PM. which Joomla version, any special requirement, is the package publicly downloadable ? etc
  11. N

    [Resolved] (Hopefully) Simple Question Related to Joomla Installations

    simple answer: should not need any modification and just works fine. but we need investigate individual case to see where the problem is. the answer also simple: if the issue is easy to reproduce at our lab or on a customer's server, then the problem is nearly 90% resolved. recently few...
  12. N

    [Resolved] Ubuntu 12.04.3 LTS 32 bit Resolving www.litespeedtech.com

    this is the problem. what's the content of /etc/resolv.conf ? #cat /etc/resolv.conf try to append google dns server to it: nameserver 8.8.8.8 and try again
  13. N

    problem in rebuild

    service lsws restart is graceful restart, not full stop/start. full stop/start: #cd /usr/local/lsws/bin #./lswsctrl stop ensure no litespeed process is running,then #./lswsctl start
  14. N

    problem in rebuild

    how about do a full stop/start, see if this error still show up.
  15. N

    problem in rebuild

    what is ./lsphp ? #./lsphp -v does Build Matching PHP only fail with php-5.4.19 ? have any success to build matching php with other php version?
  16. N

    problem in rebuild

    can you PM the root so that we can have further checks.
  17. N

    problem in rebuild

    before "Build Matching PHP", have you succeeded to run easyApache to build php-5.4.19 ?
  18. N

    503 error after 36 seconds

    please check External App -> lsphp5 -> Initial Request Timeout (secs) if it matches the 36 seconds.
  19. N

    All lsphp processes die - users get "no data"

    or simply run at command line: #/usr/local/lsws/fcgi-bin/lsphp5 -V see if any error message
  20. N

    All lsphp processes die - users get "no data"

    one possible reason, is lsphp not built properly, please just access phpinfo.php, and watch stderr.log or error.log, if any error message there.
Top