Search results

  1. N

    ProxyPass/RewriteRule and FastCGI not working after migration to LiteSpeed

    Hi Bruno, Today I got time to try on lsws. Sorry for late. this step is right. the next step, I don't think at present lsws support RewriteRule ^/fcgi/(.*)$ fcgi://vhost-proxy1/$1 [p] but support http:// only for apache 2.4 mod_proxy_fcgi...
  2. N

    Problem with OwnCloud

    please PM. it's safe, and you can delete user/pass later.
  3. N

    Problem with OwnCloud

    yes, this ensured it's the latest build. ok. if we can reproduce the issue, that'll be best.
  4. N

    Problem with OwnCloud

    please force update 5.0.17 to latest build: #/usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.17 this is to ensure you're using 5.0.17 latest build. there are minor difference between builds under same version.
  5. N

    Problem with OwnCloud

    please try to upgrade to latest 5.0.17 to see if the issue still there.
  6. N

    [Resolved] LiteSpeed Port Offset Question

    if you set port offset, your website will run under apache. while litespeed listen to another port. e.g. youdomain.com/* served by apache yourdomain.com:2080/* served by litespeed. but in practice, nobody except you will access yourdomain.com:2080 please note: both apache and litespeed are...
  7. N

    ProxyPass/RewriteRule and FastCGI not working after migration to LiteSpeed

    please refer http://open.litespeedtech.com/mediawiki/index.php/Help:OpenLiteSpeed_As_Reverse_Proxy#Create_a_vhost-level_proxy_.28web_server.29_external_application_2 in your case, please try 1) replacing 10.1.2.3:80 with 127.0.0.1:5600, 2) in rewrite rule, replacing 127.0.0.1:5600 with...
  8. N

    Which license to get

    please read https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:licenses "Choosing A License" "All about Licenses" , it may get all the answers. if still question, please post here.
  9. N

    [Resolved] protocolbuffers error 500

    how did you build protocolbuffers.so ? here's our wiki regarding "How To Install a PECL Extension For LSPHP" https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:pecl-extension#use__pecl_install_command
  10. N

    Content-Length Not reporting in HTTP Headers

    static file should have Content-Length header. for example: https://www.litespeedtech.com/templates/yoo_infinite/css/bootstrap.css content-length:18413 https://www.litespeedtech.com/media/jui/js/jquery.min.js content-length:33318...
  11. N

    Need Help With Data Compression For Lite Speed

    yes, through linux command line.
  12. N

    [ERROR] Can not open directory for URI: /!

    what's the ownership / permission of home directory/public_html ? please refer https://www.litespeedtech.com/support/forum/threads/solved-404-error-or-file-not-found.8690/#post-79346
  13. N

    TLS 1.2 and SHA-256 Compatibility

    someone has tried to compile openssl 1.0.2 on centos 5: http://forum.directadmin.com/showthread.php?t=51556 looks not easy, you have to try and see if it works in the end.
  14. N

    Need Help With Data Compression For Lite Speed

    you can test a litespeed web site by checking the response headers for .js/.css/.html etc, the mentioned features already implemented by default -- you can save these lines of configuration. however in case needed, you can adjust these settings through lsws web admin ( :7080) Server -> Tuning...
  15. N

    Ideal Xcache Configuration ?

    xcache is ideal to work with suexec daemon mode. regarding ideal xcache configuration, should work out in this way: 1.monitor xcache admin page, check various statistic data, like hits, memory used 2. base on 1, adjust xcache ini settings.
  16. N

    LSphp55 ?

    I don't think there is much performance difference between 5.6 and 5.7 there may be some noticeable difference between 5.x and 7.x
  17. N

    Ideal Xcache Configuration ?

    is php suExec enabled ? xcache is ideal to work with php non-suExec mode
  18. N

    Having different PHP version per folder?

    yes, please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:running-multiple-versions-with-a-control-panel
  19. N

    LSWS Crashing?

    what's your lsws version ? please force-upgrade to latest 5.0.17 latest build, to ensure if latest version latest build will have the same issue: #/opt/lsws/admin/misc/lsup.sh -f -v 5.0.17
  20. N

    [Resolved] htaccess double not condition failing

    Sorry, just found my previous test have problem -- I didn't enable "AllowOverride All" in native virtual host, thus the result. I did tests again, and confirmed the issue you reported. then enabled rewrite log, found the cause and hence the workaround. /usr/local/lsws/DEFAULT/html>ls -l...
Top