litespeedtech / lscache_wp

LiteSpeed Cache for WordPress
http://wordpress.org/plugins/litespeed-cache/
GNU General Public License v3.0
211 stars 110 forks source link

CSS HTTP/2 Push get 503 http code error with openlitespeed server #216

Open franciscopaniskaseker opened 4 years ago

franciscopaniskaseker commented 4 years ago

I have one wordpress installation issue that when I enable "CSS HTTP/2 Push" feature from lscache wordpress plugin, the site get 503 error from openlitespeed server (I am suing 1.6.10-1, but tried also with 1.6.11.-1 and 1.6.12-1). The only log that I get with debug mode is:

2020-04-27 19:56:12.075803 [NOTICE] [xxx.xxx.xxx.xxx:55550#xxxxxxxxxxx.xxx] oops!  503 Service Unavailable
2020-04-27 19:56:12.075818 [INFO] [xxx.xxx.xxx.xxx:55550] Content len: 0, Request line: 
GET / HTTP/1.1

/wp-admin continue working normally.

franciscopaniskaseker commented 4 years ago

The plugin version:

LiteSpeed Cache Settings v2.9.9.2
luboslives commented 4 years ago

Seems your GET request is an HTTP/1.1 request, for some reason. "Push" is an HTTP/2 feature.