Skip to content

Instantly share code, notes, and snippets.

@zroger
Created September 28, 2011 21:35
Show Gist options
  • Save zroger/1249323 to your computer and use it in GitHub Desktop.
Save zroger/1249323 to your computer and use it in GitHub Desktop.
ServerName <?php print $host ?>
Listen <?php print $port ?>
Ends up being:
ServerName localhostListen 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment