PDA

View Full Version : customize apache build



linktome
06-09-2006, 04:42 AM
I dont need all default mods, and also want to use some other mods. How can I customize apache build?

Webcart
06-09-2006, 02:25 PM
Originally posted by linktome
I dont need all default mods, and also want to use some other mods. How can I customize apache build?

[list=1]
cd /usr/local/directadmin/customapache
edit configure.apache_ssl file
edit configure.php file
Recompile everything:


./build clean
./build all y

Restart apache

service httpd restart
[/list=1]

More info:

Adding custom modules to apache (http://help.directadmin.com/item.php?id=50)
Adding custom modues to php (http://help.directadmin.com/item.php?id=23)