Remove apache completely

MisterM

Verified User
Joined
Jul 31, 2022
Messages
365
Hello

As my topic says, how to remove apache completely?

Is there a build function ?
 
As I remember - ./build clean
also check: ./build remove_items and ./build set_service service ON|OFF|delete
----
For me - enough just change webserver type, rebuild it and rewrite confs.
 
Hello,

List possible removals:

Code:
cd /usr/local/directadmin/custombuild
./build list_removals

Remove all unused items:

Code:
cd /usr/local/directadmin/custombuild
./build remove_items

For apache it will be (first change webserver to nginx, litespeed, openlitespeed):

Code:
cd /usr/local/directadmin/custombuild
./build set webserver nginx

then install your new webserver, and remove Apache:

Code:
./build remove_apache
 
Back
Top