Tutorials
Web server
APACHE shell
APACHE
shellservice apache2 start
- avviare web server apache2
shellservice apache2 stop
- stoppare web server apache2
shellcd /var/www/html
- directory dove caricare file sul web server
PYTHON
shellpython3 -m http.server 80
- avviare web server python sulla porta 80
shellpython3 -m http.server 443
- avviare web server python sulla porta 443
shellpython3 -m http.server 8000
- avviare web server python sulla porta 8000