Changes

From SME Server
Jump to navigationJump to search
m
Line 92: Line 92:  
After installation we need to provide the details of the virtual host to the contrib so it can create the virtual host. In this example we want the virtualhost to serve the sub domain ''https://timesheet.myserver.com'' and only provide access to the login page to valid SME users. This can be done with the following command:
 
After installation we need to provide the details of the virtual host to the contrib so it can create the virtual host. In this example we want the virtualhost to serve the sub domain ''https://timesheet.myserver.com'' and only provide access to the login page to valid SME users. This can be done with the following command:
   −
  db domains set timesheet.collabis.nl domain Description "Timesheet" Content Primary \
+
  db domains set timesheet.myserver.com domain Description "Timesheet" Content Primary \
 
  Nameservers internet TemplatePath WebAppVirtualHost DocumentRoot /opt/ehour \
 
  Nameservers internet TemplatePath WebAppVirtualHost DocumentRoot /opt/ehour \
 
  RequireSSL enabled ProxyPassTarget http://127.0.0.1:8000/ Authentication Basic
 
  RequireSSL enabled ProxyPassTarget http://127.0.0.1:8000/ Authentication Basic
Line 113: Line 113:  
followed by:
 
followed by:
 
  signal-event remoteaccess-update
 
  signal-event remoteaccess-update
      
==Upgrade==
 
==Upgrade==

Navigation menu