Confirmed users
38
edits
Benfrancis (talk | contribs) |
|||
| Line 182: | Line 182: | ||
$ sudo apt-get install apache2 | $ sudo apt-get install apache2 | ||
Enable virtual hosts by changing the first | Enable virtual hosts by changing the first line of /etc/apache2/sites-available/default from: | ||
<VirtualHost *:80> | |||
to: | |||
NameVirtualHost * | NameVirtualHost * | ||
<VirtualHost *> | <VirtualHost *> | ||
Create a virtual host config at /etc/apache2/sites-available/gaiamobile.org | Create a virtual host config at /etc/apache2/sites-available/gaiamobile.org | ||
| Line 234: | Line 236: | ||
Restart Apache | Restart Apache | ||
$ sudo apache2ctl graceful | $ sudo apache2ctl graceful | ||
=== Point gaiamobile.org at your machine === | === Point gaiamobile.org at your machine === | ||