MisterM Verified User Joined Jul 31, 2022 Messages 365 Nov 7, 2022 #1 Hello As my topic says, how to remove apache completely? Is there a build function ?
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,447 Location UA Nov 7, 2022 #2 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.
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.
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,400 Location www.poralix.com Nov 8, 2022 #3 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
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