Search results

  1. M

    Error 404 on .htaccess Rewrite?

    Just change the version number in the download link from 3.2.4 to 3.3.
  2. M

    php-5.2.5 + lsapi issue with FreeBSD 5.5

    We tried it on our FreeBSD system, it works fine. I guess it might be related to some of the packages in the build tool chain on your server. Can you PM your server login, we will take a look at it.
  3. M

    Official 3.3 release?

    Sometimes in this week. Still need to finish the GUI for building PHP binary from our web console.
  4. M

    litespeed and apache on same server

    If there is no SSI and mod_perl involved, it is more likely to be 100% for PHP/MySQL powered site.
  5. M

    php-5.2.5 + lsapi issue with FreeBSD 5.5

    Some FreeBSD ports will apply freebsd specific patch to the source code. Anyway, we will give it a try in our lab and make it work.
  6. M

    Error 404 on .htaccess Rewrite?

    Just download the latest 3.3 package, a few control panel compatibility issue has been fixed. Give it try, if the problem persist, we will investigate more.
  7. M

    autoindex throws PHP errors

    We will fix it in the default.php to avoid this Notice message. You cannot set LS_FI_OFF, it was set by LSWS internally.
  8. M

    VPS Optimization

    You can try a fresh install of LSWS, the problem probably is in your PHP setup, have you installed a PHP opcode cache like APC or eAccelerator?
  9. M

    Rails App on same server, different domain.

    Why not put them under the same domain and save the headache?
  10. M

    litespeed and apache on same server

    I recommend you looking into replacing Apache completely. We have installation service for $150. but that's for replacing Apache. Not for running Litespeed along side Apache.
  11. M

    php-5.2.5 + lsapi issue with FreeBSD 5.5

    With FreeBSD, maybe you can try to patch the PHP source from FreeBSD port, this problem is specific for the build tool on freebsd, I believe.
  12. M

    Error 404 on .htaccess Rewrite?

    If you use FreeBSD, the 3.3 build may not be the latest, I will let you know when it is ready.
  13. M

    Error 404 on .htaccess Rewrite?

    Please download the latest 3.3 release build and give it try. Just change the version number in the download link.
  14. M

    How to set environment variables in Rails context

    Under Configuration->server->Ruby Rails tab.
  15. M

    How-to renew license?

    OK, we cleared the license key from our side, please just do /opt/lsws/bin/lshttpd -r cp /opt/lsws/license.key /opt/lsws/conf/license.key
  16. M

    How-to renew license?

    With the latest 3.3 release package, you can try "lshttpd -V", just download 3.3 release package and copy over the lshttpd to lsws/bin/lshttpd.3.3, then run "./lshttpd.3.3 -V".
  17. M

    litespeed and apache on same server

    You have to change Apache httpd.conf to use "Listen <IP>:80" instead of "Listen 80", I am not sure how to do that with cPanel. LiteSpeed is more efficient than Apache when comes to serving dynamic content like PHP pages, it should be very easy to have LiteSpeed work exactly like Apache...
  18. M

    litespeed and apache on same server

    Sure, you can just create a listener for a specific IP through the web console. Is there any specific reason why you do not want to replace Apache?
  19. M

    512 MB RAM on a vserver is enough?

    The strace out is normal when the parent ruby process is idle, it will fork a child process to process a new request. Memory limit may not be the cause of the problem. It prevents a ruby process from using more memory than the limit. If you lose the ssh when it happens, it is likely that the...
  20. M

    Fantastico and Account Creation With Whm Problems :(

    You should build your own lsphp binary with matching configuration as that for Apache mod_php. checkout a phpinfo() page for the configuration options.
Top