Openlitespeed uninstall problem

drc

Verified User
Joined
Jul 13, 2019
Messages
16
Hello

I installed Openlitespeed with custombuild. And tested.

And re-build Apache and php-fpm.
But not removed Openlitespeed.

Checked ip
I see in browser
"OpenLiteSpeed is functioning normally"

How to remove completely Openlitespeed?
 
It's just a text stored in /var/www/html/index.html. I've made the replacement smarter in CustomBuild 2.0 rev. 2306, but I think earlier version just didn't replace it :) Just run:
Code:
ps auxwf | grep httpd

And you should see httpd running there instead of LiteSpeed.
 
But htaccess rules working fine.

For example

Options FollowSymlinks

Working with Openlitespeed
500 error with Apache

My server rebuilded Apache / php-fpm and hardened symlink protect.

But no 500 error
FollowSymlinks command working fine.

And some scripts working,

For example Open real estate script working fine. Normally should not work with Apache. Because tested. And I see 500 error.

Maybe my httpd settings corrupted.
 
Back
Top