This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Minimal httpd.conf for running apache in the foreground for local php | |
# development. | |
# | |
# Setup: | |
# 1. Place this file in the root of your project. | |
# 2. Make sure the ./tmp directory exists (for the pid and lock files). | |
# 3. Update the DocumentRoot and Directory directives with the relative path to | |
# your project's document root. | |
# |