httpd
- Server to serve web pages!
- Config file:
/etc/http/conf/httpd.conf
- Web pages:
/var/www/html/index.html
- Log files:
/vat/log/httpd
# Install service
sudo apt install apache2
# Service
systemctl status httpd
/etc/http/conf/httpd.conf
/var/www/html/index.html
/vat/log/httpd
# Install service
sudo apt install apache2
# Service
systemctl status httpd