Changes between Version 2 and Version 3 of HowTo/VHosts
- Timestamp:
- 04/02/09 17:58:38 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/VHosts
v2 v3 10 10 1. Make sure the domain points to arachnia.openplans.org's ip address. For *.opengeo.org and *.geoserver.org, this is already the case. 11 11 12 2. Copy /etc/httpd/vhosts.d/template.txt to <incremented>_hostname_yourdomain_com.conf, where incrementedis the next number if you look at existing configurations. e.g. {{{cp /etc/httpd/vhosts.d/template.txt /etc/httpd/vhosts.d/97_hostname_yourdomain_com.conf}}}12 2. In the directory /etc/httpd/vhosts.d/ copy template.txt to <incremented>_hostname_yourdomain_com.conf, where <incremented> is the next number if you look at existing configurations. e.g. {{{cp /etc/httpd/vhosts.d/template.txt /etc/httpd/vhosts.d/97_hostname_yourdomain_com.conf}}} 13 13 14 14 3. Edit the ServerName and the paths in <incremented>_hostname_yourdomain_com.conf
