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...)
 
 
(nerodoma 3 tarpinės versijos, sukurtos to paties naudotojo)
1 eilutė: 1 eilutė:
 
=== Darbas su Apache webserveriu ===
 
=== Darbas su Apache webserveriu ===
  
Restart Apache 2 web server, enter:
 
  
# /etc/init.d/apache2 restart
+
==== Restart Apache 2 web server, enter: ====
 +
sudo /etc/init.d/apache2 restart
  
OR
+
arba
$ sudo /etc/init.d/apache2 restart
 
  
OR
+
sudo /etc/init.d/apache2 restart
$ sudo service apache2 restart
 
To stop Apache 2 web server, enter:
 
  
# /etc/init.d/apache2 stop
+
arba
  
OR
+
sudo service apache2 restart
$ sudo /etc/init.d/apache2 stop
 
  
OR
 
$ sudo service apache2 stop
 
To start Apache 2 web server, enter:
 
  
# /etc/init.d/apache2 start
+
==== To stop Apache 2 web server, enter: ====
 +
sudo /etc/init.d/apache2 stop
  
OR
+
arba
$ sudo /etc/init.d/apache2 start
 
  
OR
+
sudo /etc/init.d/apache2 stop
$ sudo service apache2 start
+
 
 +
arba
 +
 
 +
sudo service apache2 stop
 +
 
 +
==== To start Apache 2 web server, enter: ====
 +
 
 +
sudo /etc/init.d/apache2 start
 +
 
 +
arba
 +
 
 +
sudo /etc/init.d/apache2 start
 +
 
 +
arba
 +
 
 +
sudo service apache2 start

Dabartinė 08:38, 27 balandžio 2020 versija

Darbas su Apache webserveriu

Restart Apache 2 web server, enter:

sudo /etc/init.d/apache2 restart

arba

sudo /etc/init.d/apache2 restart

arba

sudo service apache2 restart


To stop Apache 2 web server, enter:

sudo /etc/init.d/apache2 stop

arba

sudo /etc/init.d/apache2 stop

arba

sudo service apache2 stop

To start Apache 2 web server, enter:

sudo /etc/init.d/apache2 start

arba

sudo /etc/init.d/apache2 start

arba

sudo service apache2 start