linux_wiki:configure_a_virtual_host

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
linux_wiki:configure_a_virtual_host [2018/04/07 23:04]
billdozor [Virtual Host Creation]
linux_wiki:configure_a_virtual_host [2019/05/25 23:50] (current)
Line 12: Line 12:
   * server1.example.com (192.168.1.150) -> Perform all connectivity tests from here   * server1.example.com (192.168.1.150) -> Perform all connectivity tests from here
   * server2.example.com (192.168.1.151) -> Install Apache Web Server here   * server2.example.com (192.168.1.151) -> Install Apache Web Server here
 +
 +**Previous Sections Completed**
 +  * [[linux_wiki:network_services_overview_apache_web_server|Install/Configure]]
 +    * Except leave listening on port 80/tcp
  
 ---- ----
Line 25: Line 29:
  
 <VirtualHost *:80> <VirtualHost *:80>
-  ServerAdmin admin@bluesite.example.comĀ +  # Basic Info (URL, Document Root)
-  DocumentRoot /var/www/html/bluesite+
   ServerName bluesite.example.com   ServerName bluesite.example.com
 +  DocumentRoot /var/www/html/bluesite
 +
 +  # Log files
   ErrorLog logs/bluesite-error_log   ErrorLog logs/bluesite-error_log
   CustomLog logs/bluesite-access_log combined   CustomLog logs/bluesite-access_log combined
  • linux_wiki/configure_a_virtual_host.1523156689.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)