14 Nisan 2016 Perşembe

Ubuntuda Apache Sunucu Yeniden Başlatma

 /etc/init.d/apache2 

 Start Apache 2 Server

# /etc/init.d/apache2 start
or
$ sudo /etc/init.d/apache2 start

Restart Apache 2 Server

# /etc/init.d/apache2 restart
or
$ sudo /etc/init.d/apache2 restart

Stop Apache 2 Server

# /etc/init.d/apache2 stop
or
$ sudo /etc/init.d/apache2 stop

service 

Restart Apache 2, enter:
$ sudo service apache2 restart
Stop Apache 2, enter:
$ sudo service apache2 stop
Start Apache 2, enter:
$ sudo service apache2 start
TReload Apache 2, enter:
$ sudo service apache2 reload

0 yorum:

Yorum Gönder