Changes

Jump to navigation Jump to search
Line 27: Line 27:     
=Virtual host=
 
=Virtual host=
Virtual host [https://en.wikipedia.org/wiki/Virtual_hosting] is a configuration file that aim to define a configuration of the web server (e.g Apache) based on the domain/Url called by the user's browser; for instance a virtual host configuration can be setup for
+
Virtual host [https://en.wikipedia.org/wiki/Virtual_hosting] is a method which aims to define with a configuration file of the web server (e.g Apache) a domain/Url called by the user's browser to access to your application; for example a virtual host configuration can be setup for:
# www.mycompnay.org, the configuration file will define where to look for the pages like /usr/share/mangento/myshop
+
# www.mycompnay.org, the configuration file will define where to look for the pages like /usr/share/mangento/myshop ;
# cloud.mycompany.org, the configuration file can define a reverse proxy to redirect the traffic to http://localhost:8888 in order to show the nextcloud pages
+
# cloud.mycompany.org, the configuration file can define a reverse proxy to redirect the traffic to http://localhost:8888 in order to show the nextcloud pages;
# dolibarr.mycompny.og, the configuration file could be the one of Dolibarr [https://github.com/Dolibarr/dolibarr/blob/develop/build/debian/apache/dolibarr.conf]
+
# dolibarr.mycompany.og, the configuration file could be the one to access your Dolibarr [https://github.com/Dolibarr/dolibarr/blob/develop/build/debian/apache/dolibarr.conf].
    
=SSL encryption=
 
=SSL encryption=

Navigation menu