Skip to content

Instantly share code, notes, and snippets.

@duhruh
Last active August 1, 2016 22:35
Show Gist options
  • Select an option

  • Save duhruh/29d8b6b2c56d273e50531f8a6d9f6af4 to your computer and use it in GitHub Desktop.

Select an option

Save duhruh/29d8b6b2c56d273e50531f8a6d9f6af4 to your computer and use it in GitHub Desktop.
Listen 80
<VirtualHost *:80>
DocumentRoot "/www/helloPHP"
ServerName hello.hostdime.com
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "/www/worldPHP"
ServerName world.hostdime.com
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "/www/random"
ServerName random.hostdime.com
</VirtualHost>
POST random.hostdime.com
vhost=hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment