Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


LiteSpeed, P / Proxy directive and shared hosting
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

LiteSpeed, P / Proxy directive and shared hosting

Adam1Adam1 Member
edited March 2019 in Help

With apache, it's pretty simple to proxy a request to another server with a rewrite rule. However these dont work in quite the same way with litespeed and I'm wondering if anyone knows how i can get it working on shared hosting without asking the host to add an "application".

i.e.

RewriteRule ^(.*)$ http://123.456.789.012/$1 [P,QSA,L]

works on apache nice and simple, litespeed needs something like this:

RewriteRule ^(.*)$ http://defined_app_name/$1 [P,QSA,L]

Thought I'd ask before I end up ditching some of my litespeed based shared hosts.

Thanks

Comments

Sign In or Register to comment.