httpd on litespeed webserver

Junaid

Verified User
Joined
Oct 22, 2019
Messages
20
Hi, I'm using openlitespeed as my webserver along with cloudlinux. It seems "httpd" process is appearing in the service monitor list which giving me an error message often saying "httpd service stopped". See the attachment below.
Capture.PNG


The fact is that I have another server with openlitespeed and that is totally fine and there is no httpd process showing as well. I don't know if the httpd is appearing because of cloudlinux but it is giving me a headache somehow. Does anyone know how to solve the issue?

Thank you.
 
Try remove items

https://forum.directadmin.com/threa...rectadmin-1-46-or-later-is-recommended.44743/

30. How is it possible to remove software that is not set in the options.conf file, but is installed on the system?
Please use the following command to list all of the items that are available for removal:
Code:
./build list_removals

You can choose any item from the list to remove. To remove them all use:
Code:
./build remove_items
 
Hi, I'm using openlitespeed as my webserver along with cloudlinux. It seems "httpd" process is appearing in the service monitor list which giving me an error message often saying "httpd service stopped". See the attachment below. View attachment 3749

The fact is that I have another server with openlitespeed and that is totally fine and there is no httpd process showing as well. I don't know if the httpd is appearing because of cloudlinux but it is giving me a headache somehow. Does anyone know how to solve the issue?

Thank you.
Hi,
Try to reinstall OpenLightSpeed and see the result
More details are described here https://help.directadmin.com/item.php?id=2095
 
Try remove items

https://forum.directadmin.com/threa...rectadmin-1-46-or-later-is-recommended.44743/

30. How is it possible to remove software that is not set in the options.conf file, but is installed on the system?
Please use the following command to list all of the items that are available for removal:
Code:
./build list_removals

You can choose any item from the list to remove. To remove them all use:
Code:
./build remove_items
This workes like a charm! Thanks a lot, mate.
 
Back
Top