no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | apache_virtual_hosts [2015/06/01 21:39] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Apache Virtual Hosts ====== | ||
| + | * [[Apache]] | ||
| + | |||
| + | ==== Automatic Virtual Hosts ==== | ||
| + | |||
| + | The configuration for setting up the dynamic vhosts is in / | ||
| + | |||
| + | < | ||
| + | < | ||
| + | VirtualDocumentRoot "/ | ||
| + | ServerName dev.beandog.org | ||
| + | ServerAlias *.beandog.org | ||
| + | AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | If you want to set permissions on a specific directory, the '' | ||
| + | |||
| + | Using this configuration, | ||
| + | |||
| + | < | ||
| + | < | ||
| + | Order allow,deny | ||
| + | Allow from all | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ==== Virtual Hosts ==== | ||
| + | |||
| + | Other virtual hosts have configuration files in ''/ | ||