This shows you the differences between two versions of the page.
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. | ||
- | < | ||
- | < | ||
- | ServerAdmin webmaster@partnertecnologico.it | ||
- | DocumentRoot / | ||
- | ServerName demo.wmanager.org | ||
- | ServerAlias demo.wmanager.org | ||
- | ErrorLog / | ||
- | CustomLog / | ||
- | #SetEnv FLOW_CONTEXT Production | ||
- | < | ||
- | Options FollowSymLinks | ||
- | # AddDefaultCharset ISO-8859-1 | ||
- | |||
- | </ | ||
- | </ | ||
- | |||
- | < | ||
- | #Options -Indexes +MultiViews +FollowSymLinks | ||
- | # | ||
- | AllowOverride AuthConfig FileInfo Indexes Limit Options=All, | ||
- | Order allow,deny | ||
- | Allow from all | ||
- | </ | ||
- | |||
- | </ | ||
- | |||
- | |||
- | [[ wmanager: | ||