Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
redhat:web-server-redhat:virtual-hosts-redhat [2018/01/19 11:06] – created michael | redhat:web-server-redhat:virtual-hosts-redhat [2018/01/19 11:14] (current) – michael | ||
---|---|---|---|
Line 13: | Line 13: | ||
<sxh bash> | <sxh bash> | ||
< | < | ||
- | ServerAdmin | + | |
- | DocumentRoot "/ | + | DocumentRoot "/ |
- | ServerName your_domain.com | + | ServerName your_domain.com |
- | ServerAlias www.your_domain.com | + | ServerAlias www.your_domain.com |
- | ErrorLog "/ | + | ErrorLog "/ |
- | CustomLog "/ | + | CustomLog "/ |
- | < | + | |
- | DirectoryIndex index.html index.php | + | DirectoryIndex index.html index.php |
- | Options FollowSymLinks | + | Options FollowSymLinks |
- | AllowOverride All | + | AllowOverride All |
- | Require all granted | + | Require all granted |
- | </ | + | </ |
</ | </ | ||
</ | </ |