# Virtual Hosts # # Required modules: mod_log_config # If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn't need to worry about # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at # # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host # configuration. # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for all requests that do not # match a ServerName or ServerAlias in any block. # # # ServerAdmin webmaster@dummy-host.example.com # DocumentRoot "/opt/lampp/docs/dummy-host.example.com" # ServerName dummy-host.example.com # ServerAlias www.dummy-host.example.com # ErrorLog "logs/dummy-host.example.com-error_log" # CustomLog "logs/dummy-host.example.com-access_log" common # # # ServerAdmin webmaster@dummy-host2.example.com # DocumentRoot "/opt/lampp/docs/dummy-host2.example.com" # ServerName dummy-host2.example.com # ErrorLog "logs/dummy-host2.example.com-error_log" # CustomLog "logs/dummy-host2.example.com-access_log" common # ServerAdmin contact@devopsschool.com DocumentRoot "/opt/lampp/htdocs/sp-admin-ms/public" ServerName sp-admin-ms ErrorLog "logs/sp-admin-ms" CustomLog "logs/sp-admin-ms-access_log" common # Require local Require ip 13.126.104.233 ServerAdmin contact@devopsschool.com DocumentRoot "/opt/lampp/htdocs/sp-file-management-ms/public" ServerName sp-file-management-ms ErrorLog "logs/sp-file-management-ms" CustomLog "logs/sp-file-management-ms-access_log" common # Require local Require ip 13.126.104.233 ServerAdmin contact@devopsschool.com DocumentRoot "/opt/lampp/htdocs/sp-hospital-ms/public" ServerName sp-hospital-ms ErrorLog "logs/sp-hospital-ms" CustomLog "logs/sp-hospital-ms-access_log" common # Require local Require ip 13.126.104.233 ServerAdmin contact@devopsschool.com DocumentRoot "/opt/lampp/htdocs/surgery-planet-repo/public" ServerName myhospitalnow.com ErrorLog "logs/surgery-planet-repo" CustomLog "logs/osurgery-planet-repo" common # Require local #Require ip 13.126.104.233 ServerAdmin contact@devopsschool.com DocumentRoot "/opt/lampp/htdocs/sp-notifications-ms/public" ServerName sp-notifications-ms ErrorLog "logs/sp-notifications-ms" CustomLog "logs/sp-notifications-ms-access_log" common # Require local Require ip 13.126.104.233 ServerAdmin contact@devopsschool.com DocumentRoot "/opt/lampp/htdocs/sp-quote-management-ms/public" ServerName sp-quote-management-ms ErrorLog "logs/sp-quote-management-ms" CustomLog "logs/sp-quote-management-ms-access_log" common # Require local Require ip 13.126.104.233