Using OLS as Redirect System - external system

qfe68

New member
Joined
Nov 14, 2025
Messages
1
Hello, i am searching for a special solution - i try to explain what i want to realize - hopefully fo get feedback, if this is possible - and support in setting up ... at least, somebody who can help with "hands" on on a professional level.

Currently i have the standard hosting with domain and standard dns setting with nameservers on hosting platform (i am able to set domain settings as well as i can set a complete external nameserver.


Now the plan is the following:

We would like to set up a reverse proxy for our domain (example domain we name here abc.com).
Here is what we need:

- If someone visits abc.com (just the main domain), they should be redirected to the homepage on an external server.

- If someone visits abc.com/ziel1 or abc.com/ziel2, they should be redirected to specific target URLs that we can manage.

- If someone visits any other path (for example, abc.com/anything-else), the request should also be passed unchanged to the external server.

In short:
Only the main domain and specific paths should be redirected. All other requests should be forwarded unchanged to the external server - homepage of that domain.

Currently the idea would be to set up a "droplet" . a small server at digitalocean.com and create the hosting, install openLiteSpeed and configure the basic redirections ... and later i can add the more individual links as needed.
Is it correct, that litespeed has a visual gui, were it is possible to create new redirect-links on that gui without developing knowledge?

Thank you very much for your feedback.
 
Hello,

Since you mentioned OpenLiteSpeed and GUI, I can guess you don't use DirectAdmin. If you still do, then you should consider, there is no GUI for OpenLiteSpeed installed by Directadmin, and I would suggest using NGINX.

These forums are directadmin community forums, and here we try and solve issues related to Directadmin and its services.
 
If you're thinking of doing something like that, create your VPS, and install your favourite linux distro. I use Ubuntu, but debian, centos, rocky or alma are all just as good.

Install NGINX and also the NGINX Proxy Manager as that's a GUI for NGINX (If you wanted a GUI)

That should handle your SSL Certs, redirects etc. to where you want traffic to go
 

Thank you for sharing the link. Correct me if I am wrong, please . As far as I understand it the article suggests breaking directadmin native structure of configs for OpenLiteSpeed just in order to get GUI working. Is it so?

From early times of a support of OpenLiteSpeed in Directadmin... I recall Martynas saying directadmin does not offer a full functioning support of openlitespeed gui. It can be re-enabled read-only mode.
 
Yes, its not advised to do that for changing configuration ithings. But at least for monitoring connections and viewing configs it could be useful.
 
Yes, its not advised to do that for changing configuration ithings. But at least for monitoring connections and viewing configs it could be useful.
I was testing out OLS a few months back for a personal project. I was impressed as it seemed very responsive, but upon loading the GUI it was definitely read only and I was unable to change one of the virtual host listeners (for whatever strange reason I can't remember now. Old age 🤣) I did a bit of reading up and it wasn't advised to try and change any settings if it was set as read only as OLS can be very temperamental. I opted to go back to Apache on that occasion but I do plan on learning more about the nuts and bolts of OLS.
 
Back
Top