Install Apache on Archlinux:

sudo pacman -Sy
sudo pacman -S apache

uninstall or remove the apache package:

sudo pacman -Rcns apache

Where (path) to place our web project?

create a directory same as your domain name in the path below :

/var/www

#exapmle : 
/var/www/masoud.me

Where are the Configurations files?

It depends on you where you installed it, but it’s usually in a path somewhere like below :

/etc/httpd/conf

#main configuration file is : 
/etc/httpd/conf/httpd.conf
Reference :

https://wiki.archlinux.org/title/Apache_HTTP_Server

Leave a Reply

Your email address will not be published. Required fields are marked *