12-09-2013, 01:25 PM
Putty SSH ile sistemlere restart atma komutlarını yazacağız sizlere. Bu komutlarda genellikle kullanılan apacheye restart atma. Load yükselmelerinde ve panelinizde herhangi bir işlem yapıp aktif etmek için apache restart komutu kullanılır bunuda not olarak belirtmek istedim.
Sistemi kapatıp açar. (Gerekli olmadığında kullanmayınız)
DNS Server (BIND/NSD/MyDNS) restart atma komutu
FTP Server (ProFTPd/PureFTPd) restart atma komutu
HTTP Server (Apache) restart atma komutu
Mail Server (Exim) restart atma komutu
SQL Server (MySQL) restart atma
Sistemi kapatıp açar. (Gerekli olmadığında kullanmayınız)
PHP Kod:
reboot
DNS Server (BIND/NSD/MyDNS) restart atma komutu
PHP Kod:
/scripts/restartsrv named
FTP Server (ProFTPd/PureFTPd) restart atma komutu
PHP Kod:
service xinetd restart
HTTP Server (Apache) restart atma komutu
PHP Kod:
/scripts/restartsrv httpd
Mail Server (Exim) restart atma komutu
PHP Kod:
/scripts/restartsrv exim
SQL Server (MySQL) restart atma
PHP Kod:
/scripts/restartsrv mysql