Search results

  1. M

    Autotupdate Folder and Error logs

    Yes, you can remove files under the autoupdate folder. They are not removed automatically. For the old error logs, it should be removed if Litespeed has been configured to do so. we will check.
  2. M

    Listening errors followed by server crash

    Are you using LSWS with cPanel? Please PM your server login, we can take a look.
  3. M

    awstats errors

    LSWS awstats integration will not be integrated with PHP Nuke, you need to setup awstats manually in order to do that. With LSWS you can configure awstats to update the statistics every hour.
  4. M

    Often restarted

    You have to locate the core file first. then run command gdb <path_to_lshttpd> <path_to_core_file> then type gdb command bt if you create a symbolic link from your GDB to /usr/bin/gdb, LSWS will include the gdb output in the bug report email.
  5. M

    mod_headers/files compatibility

    Fixed, please download 3.3.16 package again.
  6. M

    LSWS dies after every account is created

    I tried in with cPanel 11.23.4-R26138 with Apache 2.2.9, LSWS 3.3.15 (Use Apache binary wrapper). Seems restart Apache from WHM and adding an new account both working fine. Our wrapper script matches yours. Do you have "httpd" checked under Service Manager?
  7. M

    Cannot load mysql extension. Please check your PHP configuration.

    PHP 5 has two mysql modules, one is "mysql", another one is "mysqli", make sure the module that the app wanted shows in phpinfo() page.
  8. M

    Error message

    You should check the error log for any hint, make sure all required modules are included, you can also "strace" the lsphp process while processing the request.
  9. M

    Cannot load mysql extension. Please check your PHP configuration.

    check the mysql socket configuration, you may need to change it in php.ini to match your mysql installation.
  10. M

    LSWS dies after every account is created

    can you post the content of the wrapper script /usr/local/apache/bin/httpd it should be a shell script. Also the content of lsws/logs/ap_cmd_param.log it logs the command parameters used when run /usr/local/apache/bin/httpd
  11. M

    LSWS dies after every account is created

    Which cPanel release are you using? Still run Apache behind LSWS? Have you tried "Using Apache httpd wrapper" option? cPanel may kill lshttpd with "-9", but it will start /usr/local/apache/bin/httpd again, with the wrapper, LSWS will get started and it should start apache if need.
  12. M

    Setting up MySQL

    You need to login to LSWS web console, and change the server level script handler configuration for "php" from "lsphp4" to "lsphp5".
  13. M

    AddType text/html .gz failes...

    You should turn off gzip in WP Super Cache, LSWS will gzip and cache those pages, should be more efficient.
  14. M

    Install/config php/MySQL

    You need to install mysqlclient-devel package, if it is 64bit, also add --with-libdir=lib64
  15. M

    Install/config php/MySQL

    If you use cPanel, http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel otherwise, build your php 5.2 binary from our web console.
  16. M

    make: *** [ext/posix/posix.lo] Error 1 During PHP Compile

    http://www.meticulo.com/blog/php-5-autoconf-262
  17. M

    Etag generation customization

    It should work with LiteSpeed, the script add ETag instead of the server. Adding expires header and gzip can be done by LSWS along.
  18. M

    Solaris install.sh problem

    We will have this address for solaris installation.
  19. M

    Cannot compile PHP5 with CURL

    If you are using cPanel + Litespeed, you should use our WHM plugin to build lsphp binary. http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel
Top