Skip to content

Instantly share code, notes, and snippets.

View farnhizzle's full-sized avatar

Mike Farnham farnhizzle

  • Bizjournals.com
  • Charlotte, NC
View GitHub Profile
@farnhizzle
farnhizzle / httpd.conf
Created October 12, 2012 18:42 — forked from batuhan/httpd.conf
OS X Lion Apache2 Default httpd.conf
#
# Mac OS X / Mac OS X Server
# The <IfDefine> blocks segregate server-specific directives
# and also directives that only apply when Web Sharing or
# server Web Service (as opposed to other services that need Apache) is on.
# The launchd plist sets appropriate Define parameters.
# Generally, desktop has no vhosts and server does; server has added modules,
# custom virtual hosts are only activated when Web Service is on, and
# default document root and personal web sites at ~username are only
# activated when Web Sharing is on.