Search results

  1. M

    failed to find flength, ffmpeg-php not compatible with LiteSpeed?

    It is going take a while, maybe in April or May.
  2. M

    Can't access admin

    Please try to execute /opt/lsws/admin/fcgi-bin/admin_php from command line, if it fails, means that bundled PHP binary does not work for 10.4 PPC. the binary is built for 10.3 PPC I believe.
  3. M

    lsphp + lsws 3.3.24 = socket problem

    Which edition of LSWS are you using? we will try to reproduce this problem in our lab. In the meantime, it is safe to remove those sockets from a cron job.
  4. M

    How to update to php5?

    LiteSpeed does not depends on PHP binary from linux distribution, always build you own from source code, if use cpanel, just "Build matching PHP" from the WHM plugin, otherwise, use our "compile PHP" feature from our web console.
  5. M

    License

    the local license will get updated in one day after your renew the license. You can try /opt/lsws/bin/lshttpd -V or /usr/local/lsws/bin/lshttpd -V to update your local license key.
  6. M

    LSWS/IE odd issue!

    PHP crashed when processing a request from IE. Have you upgrade PHP or upgrade vBulletin recently? Since you do not have this problem before, it must be the changes you have made recently, especially or PHP. You can try strace lsphp5 process or use gdb to attach to lsphp5 process to find out...
  7. M

    image not found for .jpg?

    Check your rewrite rule and security rule, ".jpg" was blocked, while ".JPG" can be accessed.
  8. M

    Upgraded to 4.0

    Please remove /tmp/lshttpd/admin_php.sock* then try again.
  9. M

    how to add php 5.2.9 to compiler

    upgrade to 4.0 release.
  10. M

    htaccess & php[45]-script

    use "AddType application/x-httpd-php[4|5] php php3 php4 php5" instead.
  11. M

    LSWS 4.0 has been released

    LiteSpeed Web Server 4.0 has been released Download LiteSpeed Web Server View Version History This is a major release for LiteSpeed Web Server with major new features like disk cache, SSI and mod_security 2.0 rule support as well as minor bug fixes and improvements to make LiteSpeed web...
  12. M

    [AutoUpdate] Failed, updateagent exit code: 3

    Maybe your server has difficulties to reach update.litesspeedtech.com port 80.
  13. M

    ErrorLog's with Apache confs

    LSWS honor the 'ErrorLog' directive, but using per-vhost error log has scalability issue when large number of vhosts are hosted. Grepping the global error log file is a better solution to me.
  14. M

    The best firewall with IP and MAC block option

    iptables is the only firewall available for Linux. there are a few add-on scripts, the one like is CSF http://www.configserver.com/cp/csf.html .
  15. M

    How can hide litespeed brand?

    That feature has been postpone to 4.1 release. 4.0 release is available now.
  16. M

    Use Apache confs with SSL

    If you want to listen one IP, you should use "List <IP>:443" use 443 or "0.0.0.0:443" will make web server listen on all IP.
  17. M

    ErrorLog's with Apache confs

    cPanel grep the users' home directory in the main error log to extract errors relate to that user. What's your solution when Apache is used? Per vhost error log file?
  18. M

    Use Apache confs with SSL

    Is there a "Listen 443" configuration?
  19. M

    suExec doesn't seem to work

    find out the root cause of the problem. /home/ is symbolic link to /vol/home/ directory, so it cause some confusions with UserDir feature. It has been addressed in latest 4.0 build. Works properly now.
  20. M

    mod_security not work

    4.0 writes audit log like Apache mod_security.
Top