Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| examples:apache_virtual_site_config [2014/07/14 09:36] – created yehuda | examples:apache_virtual_site_config [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | Enter to / | ||
| + | |||
| + | create file with | ||
| + | |||
| < | < | ||
| < | < | ||
| - | ServerName | + | ServerName |
| - | DocumentRoot / | + | DocumentRoot / |
| - | ErrorLog ${APACHE_LOG_DIR}/ | + | ErrorLog ${APACHE_LOG_DIR}/ |
| - | CustomLog ${APACHE_LOG_DIR}/ | + | CustomLog ${APACHE_LOG_DIR}/ |
| - | < | + | < |
| Options All | Options All | ||
| AllowOverride All | AllowOverride All | ||
| Require all granted | Require all granted | ||
| </ | </ | ||
| + | </ | ||
| </ | </ | ||