Search results

  1. M

    $SERVER_ROOT variable in error document

    Looks like it has been set to "$DOC_ROOT/opt/lsws/404.html" for some reason. How vhosts were configured?
  2. M

    Litespeed is not logging

    Looks like something wrong with plesk pipe logger used, we will have it addressed soon.
  3. M

    XCache

    The PHP crash when you run it from command line, so it is not stable for production use. you need to find out which module cause the problem. Disable modules one by one see which fixes it.
  4. M

    $SERVER_ROOT variable in error document

    It should work. What exactly the error you got?
  5. M

    Port number for control panel

    lsws/admin/conf/admin_config.xml
  6. M

    php

    You can ignore the first warning. You need to fix /opt/lsws/fcgi-bin/lsphp5, it might be a permission problem if the file exist, try to run it from command line, and fix it according based on the error you get.
  7. M

    Litespeed is not logging

    Please PM a temp root login to your server, we can take a look.
  8. M

    Wish to run on local VMWare server?

    I am sure you will find answers to most of your questions if you read those tutorials. 1. Yes, you can use that. 2. same as vhost name, it should match the domain part of the URL 3. leave empty. 4. /home/rails/apps/appname
  9. M

    Userdir, how to set up?

    It should work. Are you using a control panel? does Apache has the same result?
  10. M

    $SERVER_ROOT variable in error document

    check the file permission of /opt/lsws/404.html.
  11. M

    SNMP + Cacti Install = initscripts problem

    your yum system is broken, check your /etc/yum.conf, try disabling the "exclude" list temporarily.
  12. M

    $SERVER_ROOT variable in error document

    That's because the file "$SERVER_ROOT/404.html" does not exist. You need to create the file first, you need to replace $SERVER_ROOT/ with the real server root, then create 404.html there, usually it is /opt/lsws or /usr/local/lsws.
  13. M

    Some awesome path errors from a newbie!

    If you need PHP, you need to build your own PHP binary, either through our web console or build it manually from command line. http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi
  14. M

    WHM plugin issue

    I think port 7080 is blocked by your firewall.
  15. M

    Wish to run on local VMWare server?

    make sure you have installed ruby-lsapi gem install ruby-lsapi check this tutorial http://www.usefuljaja.com/2007/5/litespeed-ruby-on-rails-vhost-configuration also http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:template
  16. M

    Configure local time

    http://www.wikihow.com/Change-the-Timezone-in-Linux
  17. M

    XCache

    http://xcache.lighttpd.net/wiki/InstallFromSource
  18. M

    FreeBSB vs Linux

    Should have comparable performance based our experience. So just go with the platform you are more comfortable with.
  19. M

    Litespeed is not logging

    You need to check the permission of statistics/ and logs/ directory. Make sure 'apache' user can read access_log, does not get permission denied. Try command sudo -u apache more /var/www/vhosts/domain.com/statistics/logs/access_log
  20. M

    XCache

    You can follow XCache installation procedure to build one manually.
Top