Search results

  1. N

    4.1 > 4.1.1 upgrade - odd behaviour

    maybe relate to symbol link ... can you change "allow symbol links" etc and see if 4.1.1 works fine.
  2. N

    My web is denied ?

    when access www.timkhachhang.com/site/demo/ an empty page return.
  3. N

    strange php error

    add /usr/local/lsws/share/autoindex to open_basedir, will resolve it. can modify open_basedir in php.ini
  4. N

    Is litespeed compatible with joomla?

    yes, please refer our wiki page, Licenses section: http://www.litespeedtech.com/support/wiki/doku.php
  5. N

    Is litespeed compatible with joomla?

    no problem. in fact, many sites are running litespeed + joomla. litespeed is compatible with apache, including mod_rewrite.
  6. N

    Wordpress --> Moved Permanently

    that should due to wordpress script does the redirect, it only runs at a particular port which is set by admin at admin page. usually app won't care of which port it's running. you may have to switch to litespeed for running a short while, then switch back to apache, to test litespeed.
  7. N

    I am new and have problems

    probably because php running as different user under apache and lsws #ls -al /tmp/sess_* to know which user create the session files. php process(or apache with mod_php) creates them.
  8. N

    503 Errors

    no, should not. if you can work out a test case, can reproduce the 503 error, that should be very helpful.
  9. N

    I am new and have problems

    can you send the screenshot of realtime stats? how to: lsws admin console -> Actions -> Real-Time Stats
  10. N

    About cookies from proxy server

    please try latest 4.1.1(if you have installed 4.1.1, do Force Reinstall). it fixed a cookie related issue. if still problem, please open a new thread and give more detail info of the issue.
  11. N

    Drupal Clean URL

    by default, mod_rewrite is enabled. if you're using native configured virtual host instead of reading apache's httpd.conf, need set "Allow Override": lsws admin console(:7080) -> Configure -> Server -> General -> Allow Override: uncheck "None", check all others similar settings at vhost...
  12. N

    503 Errors

    please do Force Reinstall 4.1.1 now. the cookie issue may disappear. Will work better than apache in this regards as well!
  13. N

    LiteSpeed Slower than Apache!!

    for wordpress site, install "WP supercache" plugin can boost the performance. we have a few items of paid services FYI: https://store.litespeedtech.com/store/cart.php?gid=5
  14. N

    [solved] Problem after reinstall litespeed

    to check license status: #/usr/local/lsws/bin/lshttpd -V
  15. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    as long as it runs every 10 minutes, it's ok :) how about the cache files' time stamp now?
  16. N

    [solved] Problem after reinstall litespeed

    I don't think there is any difference between install and re-install. can you install the latest 4.1.1 again? if still fail, we can log in your server and take a look.
  17. N

    [solved] Problem after reinstall litespeed

    ok. have you followed this wiki to install litespeed: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel How to convert your cPanel server to LiteSpeed in 20 minutes
  18. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    sorry, looks the blog need update. should be: add one line at the end of /etc/crontab: */10 * * * * root find /tmp/diskcache -type f -mmin +8 -delete 2>/dev/null in your case, replace above /tmp/diskcache to /dev/shm/lsdiskcache
  19. N

    [solved] Problem after reinstall litespeed

    how do you know that?
  20. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    your cron job looks not work right. please paste your cron job here
Top