Search results

  1. M

    New installation - 503 Service Unavailable

    Have you installed ruby-lsapi? http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:rails:troubleshoot
  2. M

    Build Matching Binary Fails

    You can try removing /home/cpeasyapache/ls.src/ directory and try again.
  3. M

    Rewrite Rules Subvert Error Pages

    Does Apache show a 404 page with this rewrite rules? This rewrite rule will rewrite any missing file to index.php.
  4. M

    LiteSpeedTech or Lighttpd ?

    http://www.litespeedtech.com/performance-benchmarks.html
  5. M

    Awstats & Virtual Hosts

    If LSWS read Apache httpd.conf, there is no vhosts configured through LSWS web console, cannot use the awstats add-on.
  6. M

    Trying to debug a 503 with PHP

    Have you tried to run lsws/fcgi-bin/lsphp... -i from command line, I think it wont run at all.
  7. M

    Xslt

    Have no plan yet, but it is a interesting feature. Is there any standard way to do this? Any web server support this?
  8. M

    Just Joined..a few candid questions?

    Please try http://www.usefuljaja.com/litespeed It is more beginner oriented.
  9. M

    suExec security

    We consider it is a minor security feature. It may help a little bit sometimes, but it is awkward sometimes. If the unix file system security has been set properly, it does not make suphp more secure than without it.
  10. M

    Complie Error

    You should install libmysqlclient-devel RPM. Are you using cPanel? If yes, please try "build matching PHP" from the LSWS WHM plugin.
  11. M

    suExec security

    suEXEC is to make script run as the user who own the script, the rest is the responsibility of Linux/Unix security model. With proper permission set, one user will not able to access files owned by another user, executeing PHP scripts owned by other users are not possible.
  12. M

    CustomLog in a RoR site?

    No plan yet.
  13. M

    PHP suEXEC & PhpMyAdmin

    try disabling xcache for now.
  14. M

    PHP suEXEC & PhpMyAdmin

    Check permissions of directories along the path.
  15. M

    PHP suEXEC & PhpMyAdmin

    It should be a permission problem. check error.log and stderr.log. check the permission of the phpMyAdmin directory
  16. M

    Can't get PHP (5.2.6) to compile...

    You need to install the devel packages, libxml2-devel
  17. M

    Request: mod_macro support.

    We will add that to our 4.0 todo list.
  18. M

    After Uninstall, websites really really slow

    I think the best way to do it is build Apache with ezapache with similar configuration. Then build matching PHP with LSWS plugin. cPanel will install all libraries required for you. Then if you do not want to build xcache manually, you can build PHP from web console using the exact same...
  19. M

    CustomLog in a RoR site?

    It will not work with LiteSpeed as LiteSpeed does not add arbitrary log file now, you may need to implement it on RoR side somehow.
  20. M

    Apc

    do you have "extension=apc.so" in php.ini? Run /opt/lsws/fcgi-bin/lsphp5 -i from command line see if there is any error at the beginning.
Top