Skip to content

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