Hello,
The main feature that seems to be missing from litespeed is WebDav.
Without WebDav scripts like the very popular OwnCloud don't have all the functionality from syncing calanders and files.
I guess this won't be easy to implement but it would be great if Litespeed had webdav support…
:)
Hello,
When I access https://webmail.domain.tld on a domain with an self generated SSL with SNI I get a 404 error.
Do I have to configure something in litespeed for theses proxy's to work ?
Thanks
Hello Michael, I'm sorry but I think you have said two different things :
he WebAdmin console acts like an httpd.conf file
just remember that all rewrites should be written as though they are going into an .htaccess file.
So should I write the rewrites like a .htaccess file or like httpd.conf...
I put it in the openlitespeed admin pannel.
I expected :
RewriteBase /
RewriteRule ^forum\.html$ /forum/index.php [QSA,L,NC]
to work but it did not and it seems that openlitespeed doesn't understand RewriteBase which is a shame as losts of script except this code to work.
Hello,
I've just started testing openlitespeed. I had to modify my rewrite rules from :
RewriteBase /
RewriteRule ^forum\.html$ /forum/index.php [QSA,L,NC]
to :
RewriteRule ^/forum\.html$ /forum/index.php [QSA,L,NC]
Is this normal ?
Thanks :)
Hello,
We have just switched back to 4.2.9 because one of the sites we host was showing the html code directly in the browser instead of showing the contents.
The website is running WP Total Cache and the return to 4.2.9 fixed the issue.
It's PHP 5.3, on PHP 5.4 we use opcache.
Since we've moved it away from our tmp partition which was probably too small we haven't had any complaints about sites not working :)
I believe in 4.2.6 this problem was not noticed and php was restarted where as in 4.2.9 php didn't crash anymore and...
I've remplaced /tmp/apc.XXXXXX with /dev/shm/apc.XXXXXX will see if this improves the situation as we have much more available space in free memory then in our /tmp directory…
Well no, it seems that it was set to nobody:nobody as soon as litespeed is set to use this directory.
I've just set it to /dev/shm/lsgzip
And the folder is also created with nobody:nobody so I guess this was not the issue and that it could be the 4.2.9 version that has issues…
I've increased the log level reporting and will see if I catch anything next time it happens.
I went through everything I did since the setup and remembered that I created a new gzip cache tempfs folder because the previous one was using 100% of the 10K innodess I had allowed it. I set the new...
It's just happened again, another cutomer contacted me about their site not showing.
I've force a reinstall to the latest 4.2.9 version but have no idea if anything has changed or if it's the exact same version as I updated to 5 days ago.
I can't wait for thier to be build numbers as just...
Hello,
We updated litespeed 4.2.6 that was working fine to litespeed 4.2.9, four days ago and since then random sites have stopped responding. Restarting litespeed resolves the problem but doesn't give a reason for the problem.
The error log is empty (well not empty but no real errors) and...
I'm very interested by comodo's ruleset, haven't actually tried them yet as some people had issues with the first versions.
https://forums.comodo.com/free-modsecurity-rules-comodo-web-application-firewall-b223.0/-t102938.0.html
Very nice that comodo should actually try and make their product...
Hello,
Some of our customers sites get core dumps from php every now and again and we would like to disbale core dumps.
In External App > lsphp5 > Environement I have :
LSAPI_ALLOW_CORE_DUMP=0
But in the error logs I've got :
2014-03-20 11:00:09.484 [STDERR] Child process with pid: 701776...
We played around with different opcode caches and now use :
PHP 5.3 : APC
PHP 5.4 : Opcache
PHP 5.5 : Opcache
We found Opcache to use fewer ressources than xcache.
If you want object cache, you could try Opcache + APCu
Hello Michael, this would be fine. I suggest that you keep litespeed staff only comments on build numbers so your support team can provide information when needed to fix à problem on the forums instead of checking with your developers each time.