Custombuild to customapache

inferencia

Verified User
Joined
Aug 21, 2005
Messages
677
Location
Spain
Hello,

I have searched, and found the other way around, but not from Custombuild to customapache.

The reason is becuase we migrated user that were using frontpage on an old server to a new one, and now we figured to go back to customapache.

What would be the smothest way to do this?

Thanks
 
You can install frontpage too, but if you want to switch back to customapache - just restore a backup for /etc/httpd/conf (it should be in /etc/httpd) and in directadmin.conf change /etc/httpd/conf/extra/directadmin-vhosts.conf to /etc/httpd/conf/httpd.conf. If you will have any problems - feel free to contact me.
 
Install it manually or use CustomApache to build mod_frontpage for Apache installed by CustomBuild :)
Code:
cd /usr/local/directadmin/customapache
./build mod_frontpage_ap2
 
Back
Top