Merhabalar;
Komut olarak apache ve php derlemesi directadminde nasıl yapılır bu konuda bilgi vericez.
İlk önce apache derlemesi kısmına girip bu komutları yazıyoruz.
cd /usr/local/directadmin/customapache
./build clean
rm -f configure.*
./build update
./build all
Apache2 yüklemek içinse bu komutları giriyoruz.
cd /usr/local/directadmin/customapache
./build clean
rm -f configure.*
./build update
./build update_data_ap2
./build apache_2
./buld php_ap2 n
./build mod_perl_ap2
sonrasında ise sadece httpd yi restart etmek kalıyor.
/etc/init.d/httpd restart








