Skip to content

Apache Http Server Installation

Lean's edited this page Jan 31, 2024 · 3 revisions

Downloading

  • sudo pacman -S apache

Configuration File

  • sudo vim /etc/httpd/conf/httpd.conf

Default http

  • /srv/http
  • use index.html for creating a page for it

Ports

  • also open the ports in your router: default 80

Start

  • sudo systemctl enable --now httpd

Clone this wiki locally