Search results

  1. M

    vhosts not showing in admin panel

    If you want to change anything, just do it in WHM/cPanel.
  2. M

    vhosts not showing in admin panel

    Those vhosts are configured through Apache's httpd.conf, and only show under the status and report pages.
  3. M

    eaccelerator shared memory

    The configuration option to enable it is --with-eaccelerator-shared-memory, our current binary was not built with that option, you need to build your own.
  4. M

    strange 404s

    I knew what's wrong, please check /usr/local/apache/conf/mod_security/exclude.conf , if you have that file, please comment out the <locationMathch "/index.php"> section. If not, search for <locationMathch "/index.php"> in other Apache configuration files and comment it out.
  5. M

    default server page

    You'd better do a fresh reinstall without importing Apache configuration during installation. There are a lot of Apache vhosts not supposed to be configured in lsws/conf/httpd_config.xml.
  6. M

    default server page

    You are welcome. After remove the default listener 1080, it works now. You made two mistakes during the installation, First, you use 1080 instead of 8088 for normal HTTP service, then use "port offset" = "1000", end up with port 1080 as well, so it conflict with the default listener. second...
  7. M

    default server page

    I guess I knew what is wrong, go to LiteSpeed Admin console and remove the "Default" listener which uses port 1080. restart, it should work.
  8. M

    default server page

    You should not import your Apache httpd.conf during the installation, maybe you did not, just a quick remindar.
  9. M

    default server page

    If you dont mind, you can PM me a temp root access so I can take a look, it is the fastest way to get the issue resolved.
  10. M

    javascript_tag replacing whitespaces w/ '%20'

    Is this problem LiteSpeed specific or just same thing happened with other platform like mongrel or WEBrick? We are not RoR experts, seems to me that the "escape()" function encode space into %20 .
  11. M

    default server page

    those errors should not make all vhosts stop working, just related vhosts. Please run LiteSpeed on a different port with "Port Offset" so you can verify whether it works or not. Please post more information regarding the vhost having problems.
  12. M

    SSL Cert Error - Need help with LiteSpeed Error MSG

    You should just remove the password of your old private key, a new private key will not match the certificate created for the old key, they won't match.
  13. M

    performance

    You should turn off output_buffering if you want to avoid the delay of initial byte, or call flush() in your PHP code.
  14. M

    SSL Cert Error - Need help with LiteSpeed Error MSG

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:ssl_private_key
  15. M

    performance

    One flaw in your test is that, Apache is PHP 4.4, LiteSpeed is PHP 5.2.2, it is not an apple to apple comparison. According to our experiences, PHP 4 is faster than PHP 5.
  16. M

    performance

    Please double check if PHP output buffer is used for the LiteSpeed test.
  17. M

    Few Cpanel user problems

    You can run LiteSpeed with port offset and turn on debug logging with "Debug Level=HIGH", for the vhost have rewrite problem, add "RewriteLogLevel 9" to the vhost configuration section in httpd.conf. If you cannot figure out what is wrong, please PM me the real URL, I can take a look.
  18. M

    SSL Cert Error - Need help with LiteSpeed Error MSG

    You need to remove the password protection of your private key first.
  19. M

    snmp OID question

    Does not help much on PHP as PHP run in their own processes.
  20. M

    snmp OID question

    I do not have a quick answer to your questions since we do not create a MIB for our SNMP stuff. But there is a better solution, check out http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:snmp_cacti_monitoring It is recommended but you don't have to buy n-core license to...
Top