From 3b8ca743ab3b427f859fbf5c38365996e3b8fe55 Mon Sep 17 00:00:00 2001 From: JailGamer Date: Fri, 8 May 2026 19:54:07 +0200 Subject: [PATCH] [NEW] Afegit example de virtualhost --- httpd.conf.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 httpd.conf.txt diff --git a/httpd.conf.txt b/httpd.conf.txt new file mode 100644 index 0000000..ddea509 --- /dev/null +++ b/httpd.conf.txt @@ -0,0 +1,10 @@ +Virtual host per a afegir en el httpd.conf d'apache + + + DocumentRoot "/Users/Joup/Apps/xampp/htdocs/agilitymaps2" + # Afegir en c:/windows/system32/drivers/etc/hosts "127.0.0.2 agilitymaps.lan" + ServerName agilitymaps.lan + + # Other directives here ... + DirectoryIndex / /app/views/app.html + \ No newline at end of file