Debian komandos: Skirtumas tarp puslapio versijų

Iš OeeTechWiki.
Jump to navigation Jump to search
(Naujas puslapis: === Darbas su Apache webserveriu === Restart Apache 2 web server, enter: # /etc/init.d/apache2 restart OR $ sudo /etc/init.d/apache2 restart OR $ sudo service apache2 restart...)
(Jokio skirtumo)

08:32, 27 balandžio 2020 versija

Darbas su Apache webserveriu

Restart Apache 2 web server, enter:

  1. /etc/init.d/apache2 restart

OR $ sudo /etc/init.d/apache2 restart

OR $ sudo service apache2 restart To stop Apache 2 web server, enter:

  1. /etc/init.d/apache2 stop

OR $ sudo /etc/init.d/apache2 stop

OR $ sudo service apache2 stop To start Apache 2 web server, enter:

  1. /etc/init.d/apache2 start

OR $ sudo /etc/init.d/apache2 start

OR $ sudo service apache2 start