Search results

  1. M

    Cant get FP extension to work

    That's strange. Can you please try the latest 3.3.4 build, see if it works? Just change the version number in the download link.
  2. M

    mod_layout support?

    We have plan to implement mod_ssi, should has them covered.
  3. M

    About the license and CPUs

    What Frank said is true, another thing to consider is the I/O wait, like all other light weight web servers, blocking disk I/O will block lshttpd process, so if your server has high I/O wait, you should consider license for higher CPU count in order to compensate and bring the best out.
  4. M

    reverse proxy scenario?

    No, it is no good solution for that with current LSWS. Can you just override the error page from S3 side?
  5. M

    Help with 5.2.5 and eaccelerator

    My guess is that the eaccelerator extension is missing or does not match the PHP version for some reason, please follow our trouble shooting steps in our PHP tutorial in our wiki.
  6. M

    Two problems installing

    Maybe you need to play with the "PATH env" by set it to the same value as your shell.
  7. M

    PHP won't compile, no matter what settings are used

    Well, you have to install all the libraries/packages that PHP modules depends on. It is not a problem of the LiteSpeed GUI, but your development environment.
  8. M

    one domain working, the other not

    Check anywhere you have "public" in your configuration. ;)
  9. M

    one domain working, the other not

    Turn on debug logging, see where it looks for the file. Maye need to add directory index file?
  10. M

    one domain working, the other not

    check the owner of /usr/local/lsws/somedomain/public/, make sure it is not root or a system user with UID less than 11.
  11. M

    Problem with Safari + PHP build tool

    Fix is in our 3.3.4 release. you can give a try by changing the version number in the download link.
  12. M

    gem won't install

    A possible solution: http://discussions.apple.com/message.jspa?messageID=5888478
  13. M

    gem won't install

    Those errors are between ld and system libraries, so, I guess maybe your compiler environment need some special options, like building universal binary or something like that. It will be very helpful if you can find a gem that builds native ruby extension, and post the compiling parameters used...
  14. M

    PHP won't compile, no matter what settings are used

    Please set "Path Env" to the same value as in your shell terminal, it should fix the gcc problem. Another issue has been fixed: http://www.litespeedtech.com/support/forum/showthread.php?t=1630
  15. M

    Two problems installing

    Please download 3.3.4 release package and give it a try, just change the version number in the download link.
  16. M

    Two problems installing

    DirectAdmin create too many useless vhosts for each IP, so, the 5 vhosts limit has been reached. check your httpd.conf and make sure to place the real vhost configuration at the beginning of the configuration file. I don't know what cause the gzip problem, maybe the source code package has...
  17. M

    Install on FreeBSD - not starting

    To help us identify this problem, can you please truss or ktrace command "./lshttpd -d", it should show the crash point.
  18. M

    Viewing the server log under v3.3.2

    the total log entries is the number of line in the current 20K log file. You probably have debug logging enabled.
  19. M

    Two Rails environments on 3.3.2

    You should check rails logs, those are rails errors.
  20. M

    Where can i get the completer Request Filtering Rule Set

    same as with Apache, if you use LiteSpeed with control panel, just load the configuration file in httpd.conf.
Top