Serving HTML through apache2

Hi,

I am trying to serve an HTML website in my local network through apache2 in my manjaro machine.

Earlier, in my ubuntu machine I used to serve the HTML by creating another .conf file in /etc/apache2/sites-available/ folder with <Directory /home/{path-to-my-html-page}>.

I tried the same method in Manjaro and it is not working. Is there something i am doing wrong. please help.

TIA

The sites-available folder is a concept found in the Debian World. If you want to load config files form this or any other folder you have to add an Include line in the normal httpd.conf file.

https://wiki.archlinux.org/index.php/Apache_HTTP_Server#Configuration
https://wiki.archlinux.org/index.php/Apache_HTTP_Server#Virtual_hosts

2 Likes

For any casual use you can rely on caddy - install from repo.

sudo pacman -S caddy-bin

Read the docs on Welcome — Caddy Documentation

1 Like

(and other software)i have write a python script for installing and configing the lamp stack
i think you can use that

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.