User Tools

Site Tools


wmanager:setup_vhost

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wmanager:setup_vhost [2018/05/14 12:27]
Gianluca Pelliccioli
— (current)
Line 1: Line 1:
-===== Virtual host configuration ===== 
- 
- 
-==== APACHE ==== 
- 
-You need to create a virtual host. 
-<code> 
-<VirtualHost demo.wmanager.org:80> 
-    ServerAdmin webmaster@partnertecnologico.it 
-    DocumentRoot /var/www/wmanager/demo.wmanager.org/ 
-    ServerName demo.wmanager.org 
-    ServerAlias demo.wmanager.org 
-    ErrorLog /var/log/httpd/demo.wmanager.org-error_log 
-    CustomLog /var/log/httpd/demo.wmanager.org-access_log common 
-    #SetEnv FLOW_CONTEXT Production 
-   <Location /> 
-      Options FollowSymLinks 
-#        AddDefaultCharset ISO-8859-1 
- 
-    </Location> 
-</VirtualHost> 
- 
-<Directory "/var/www/wmanager/demo.wmanager.org/"> 
-#Options -Indexes +MultiViews +FollowSymLinks 
-    #AllowOverride Options AuthConfig Indexes FileInfo 
-AllowOverride AuthConfig FileInfo Indexes Limit Options=All,MultiViews 
-    Order allow,deny 
-    Allow from all 
-  SetEnv APPLICATION_ENVIRONMENT development 
-</Directory> 
- 
-</code> 
- 
- 
-[[ wmanager:installation_guide | Back to installation page ]] 
  
wmanager/setup_vhost.1526300878.txt.gz ยท Last modified: 2018/05/14 12:27 by Gianluca Pelliccioli