[NEW] Afegit example de virtualhost

This commit is contained in:
2026-05-08 19:54:07 +02:00
parent ddf72f37d6
commit 3b8ca743ab
+10
View File
@@ -0,0 +1,10 @@
Virtual host per a afegir en el httpd.conf d'apache
<VirtualHost 127.0.0.2>
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
</VirtualHost>