Can't open OpenLiteSpeed WebAdmin on port 7080

SaeedTJ

Verified User
Joined
Aug 20, 2017
Messages
35
hi
I installed OLS and works grate
but I can't access to webadmin via port 7080
I see the 503 error
whats the problem and how can I do that?
 
Have you add the Port 7080 in firewall?

The problem solved
when custombuild makes the OpenLiteSpeed webserver it doesnt install web admin
you have to install it by your self:
Code:
yum install openlitespeed
 
That is not what is missing and wont exactly work.

Installing openlitespeed by repo also installs libnsl

Removing the package to install by source removes libnsl

Without libnsl you will get a 503 server is busy when attempting to access the webadmin

yum install libnsl is all you need
 
That is not what is missing and wont exactly work.

Installing openlitespeed by repo also installs libnsl

Removing the package to install by source removes libnsl

Without libnsl you will get a 503 server is busy when attempting to access the webadmin

yum install libnsl is all you need


Could you share how you installed libnsl?

Edit:
yum install libnsl can no longer find the package
 
Last edited:
That is not what is missing and wont exactly work.

Installing openlitespeed by repo also installs libnsl

Removing the package to install by source removes libnsl

Without libnsl you will get a 503 server is busy when attempting to access the webadmin

yum install libnsl is all you need
It's about 4 years.
I changed CentOS and now I'm using AlmaLinux.
same problem as before.
and I have to say: YOU WERE RIGHT
Code:
yum install libnsl
is enough.
Thank you
 
Back
Top