Greetings,
on Apache2 (CPanel/CentOS VPS), we had simple case/scenario:
or
Those redirects return empty response on LiteSpeed. Reverting it back to Apache2 - works flawlessly.
We have tried with vhost entries but that fails as well. Our VPS provider has pretty much ran out of options (and they really tried their best).
FastCGI application is a C/ASM custom code and as said, works perfectly on Apache2, both on CPanel or locally as a test.
Any clues what might have gone wrong in the process?
With my best,
Bruno
on Apache2 (CPanel/CentOS VPS), we had simple case/scenario:
Code:
ProxyPass /fcgi/ fcgi://localhost:5600/
Code:
RewriteRule /fcgi(.*) http://127.0.0.1:5600/$1 [p]
We have tried with vhost entries but that fails as well. Our VPS provider has pretty much ran out of options (and they really tried their best).
FastCGI application is a C/ASM custom code and as said, works perfectly on Apache2, both on CPanel or locally as a test.
Any clues what might have gone wrong in the process?
With my best,
Bruno