Search results

  1. M

    How do I switch to PHP5?

    You have to compile PHP 5.
  2. M

    How do I install curl?

    You need to install the latest mysql client libraries. must >= 4.1
  3. M

    How do I install curl?

    No, you can build PHP under any directory.
  4. M

    How do I install curl?

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi If you have never built PHP binary before, it might be a little difficulty. To build curl extension please refer to PHP manual.
  5. M

    How do I install curl?

    It should be very similar to what you have done to make curl work with your current PHP installation.
  6. M

    How do I install curl?

    Just build your own PHP binary with PHP curl extension. Tutorial is available in our wiki.
  7. M

    All PHP calls stopped working

    "lsphp -v" should tell you which version of PHP binary it is.
  8. M

    vps license - 500 connection limit?

    Yes, that's correct. 500 is more than enough for a VPS.
  9. M

    All PHP calls stopped working

    Please check lsws/logs/stderr.log, some thing wrong with the 5.2.4 PHP binary.
  10. M

    All PHP calls stopped working

    If you have PHP opcode cache installed, APC or eaccelerator, please remove that from the php.ini , if you upgrade from 4.4 to 5.2, you need to use the php.ini for the PHP 5.
  11. M

    Compiling PHP5 with Freetype support + GDIlibrary...

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi shows you how to build PHP with LiteSpeed SAPI, to add GD and freetype support, just add the respective PHP configuration parameter.
  12. M

    Virtual hosts problem

    Yes, that is correct with standard edition.
  13. M

    Compiling PHP5 with Freetype support + GDIlibrary...

    Please check the tutorials in our wiki, should be close to building PHP binary for Apache.
  14. M

    Restart server

    Yes, you can turn it off from "Server"->"Tuning" tab. Which LSWS release are you using? Is there any ".lsz" file under the the directory holding the css file? Maybe the new css file's modified time has not been updated? Need to find a better way to detect file changes other than the modified...
  15. M

    PHP error messages

    Just enable the "notice" error log in php.ini
  16. M

    Restart server

    That's because the file is gzipped. Save the response body as a file then "gunzip <file>", check the result see if the file the latest version.
  17. M

    All domains resolve to Apache default page

    Please check error.log see if there is any error message. From the status page of LSWS web admin console, how many vhosts has a name like "APVH_...", I can take a quick look if you PM me the login to the admin console.
  18. M

    Restart server

    curl -H "Accept-Encoding: gzip" ...
  19. M

    Restart server

    You can add the "gzip" compression request header to test the compressed version as well.
  20. M

    Restart server

    Just fetch the css file, see if it is the latest version.
Top