Does OpenLiteSpeed have status module and how to activate and access it ?

Cold-Egg

Administrator
#2
Hi @jodumont ,

a2enmod is a script that enables the specified module within the apache2 configuration. OpenLiteSpeed does no need it at all for the installation.

What you want to check is if their longview app support litespeed.
Code:
dpkg-reconfigure -phigh linode-longview
Best,
Eric
 
#3
Hi Eric; thank for your reply;

I understand a2enmod is specific to Apache

However from my understanding LongView only need to see/ping a page 127.0.0.1/server-status?auto which is generated by the module status.

So I guess my question should be it OpenLiteSpeed have a module status and or to reach it so I could populate
/etc/linode/longview.d/Apache.conf with the right information.
 

Cold-Egg

Administrator
#4
Hi @jodumont ,

All functions are still working like CPU/RAM/Network/Disk..etc but LiteSpeed Web Servers, I don't think it will work. But OpenLiteSpeed does provides a statistic view on web admin panel already which allow you to check all necessary things like http/https in/out, connection and requests. https://openlitespeed.org/
 
Top