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...
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.
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...
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...
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.
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
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...
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
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.
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...
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.
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
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...