Litespeed caches wsdl files of my webservices

#1
I installed Litespeed on my server,and I wrote some webservices on my website but my webservices are cached and if I change my webservices or remove them nothing does not change and I see first webservices. Also I disabled wsdl cache on my server and change wsdl cache time to zero,how can I fix this problem?
 

NiteWave

Administrator
#2
probably you've enabled cache globally. please check with
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscache:setup-guidline

especially cache policy part:
https://www.litespeedtech.com/suppo...uidline#set_cache_policy_at_lsws_server_level
"Never set “Enable Public Cache” to “yes”. “No” or “Not Set” is always recommended"

to fix your current issue, please find the cache root you set, and delete all files under the cache root, so all cache files are purged.
 
Top