Debian komandos
Jump to navigation
Jump to search
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 To stop Apache 2 web server, enter:
- /etc/init.d/apache2 stop
OR $ sudo /etc/init.d/apache2 stop
OR $ sudo service apache2 stop To start Apache 2 web server, enter:
- /etc/init.d/apache2 start
OR $ sudo /etc/init.d/apache2 start
OR $ sudo service apache2 start