Search results

  1. N

    Rewrite not working

    ? admin console --> Server --> General --> HT Access -> Edit
  2. N

    Rewrite not working

    in admin console, check http://www.litespeedtech.com/docs/webserver/config/general/#allowOverride at server and vhost level
  3. N

    Slow initial page loading

    there is a similar thread a few days ago: http://www.litespeedtech.com/support/forum/showthread.php?p=20533 maybe helpful to your case?
  4. N

    error in unicode URL

    I successfully created a same name folder in a test box and being ok to access: http://localhost/ورژن_جدید_آنتی_ویروس_نود_32/hello.php http://localhost/ورژن_جدید_آنتی_ویروس_نود_32/hello.html so this should not be an lsws issue at all. attached is the text file containing the special...
  5. N

    error in unicode URL

    following link is ok: http://mobile.today-download.com/archives/mobile_games/java_games/%D8%AA%D8%B3%D8%AA/ it has Persian characters in its URL. how to explain it? is it a folder name too? also, can you give a shorter name than ورژن_جدید_آنتی_ویروس_نود_32 ? for example, نود_32 ? so that...
  6. N

    LiteSpeed + APC + SuEXEC + FastCGI

    here's an example settings FYI: of course need create /dev/shm/ea first. and chmod -R 777 /dev/shm/ea run a few php scripts, and check "find /dev/shm/ea -type f" or "du -sh /dev/shm/ea" to see if the number of files or size is increasing? then the opcode cache of eAccelerator is...
  7. N

    error in unicode URL

    ok, with example, I got to know the issue now. I'll study on it. questions: 1. is ورژن_جدید_آنتی_ویروس_نود_32 a folder name? what's its encoding? 2. how about under apache?
  8. N

    error in unicode URL

    is the page UTF-8 encoding? may not be a web server's issue --- lsws is working well in all languages environment. URL in UTF-8 encoding to include various single-byte or multi-bytes characters should be ok too.
  9. N

    SSL Certificate Error

    for listener configuration, have you checed General --> Secure: Yes
  10. N

    LiteSpeed + APC + SuEXEC + FastCGI

    store eAccelerator's opcode in /dev/shm. /dev/shm is in memory. whether php process is running or killed, the cache is there until OS reboot. I helped 1 customer to implement it, and clear the cache every 2 hours, it's working, and reduce the server load a lot as expected.
  11. N

    4.1rc2

    we tested with flowplayer -- see wiki page http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:mp4_streaming
  12. N

    Won't Run Because of PHP Version =(

    admin console --> General --> IP to GeoLocation DB
  13. N

    Won't Run Because of PHP Version =(

    you can search our forum(using google is fastest) here's one I searched out in google "GeoIP site:litespeedtech.com" FYI: http://www.litespeedtech.com/support/forum/showthread.php?t=1939
  14. N

    Won't Run Because of PHP Version =(

    right,admin console automate those php build steps. in case you need manual build, go http://www.litespeedtech.com/lsapi-downloads.html to download latest lsapi for php. current latest version is 5.4 instead of 4.7
  15. N

    [ask] smaller than minimum requirement 11, use server uid!

    typo? should be chown -R username:groupname /path/to/dir please refer our wiki: http://www.litespeedtech.com/support/wiki/doku.php "LiteSpeed Tutorials for Beginners"
  16. N

    [Resolved] 4.1 RC Stable/Faster/Work with WHM/Cpanel?

    yes, that works fine, stable enough. please download 4.1RC3 at present. here's a example I actually installed 4.1RC3 on a cPanel box: http://www.litespeedtech.com/support/forum/showthread.php?p=20370
  17. N

    [Resolved] 4.1 RC Stable/Faster/Work with WHM/Cpanel?

    please refer: 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

    Out of swapping space while reading request body!

    please upgrade to 4.0.15 because of security hole. where's the error message from? error.log ? also check Max Request Body Size in http://www.litespeedtech.com/docs/webserver/config/tuning/#maxReqBodySize
  19. N

    litespeed hacked?

    best to upgrade to 4.0.15
Top