Skip to content

Commit

Permalink
move httpd.conf to -example so it can be populated/deployed using myS…
Browse files Browse the repository at this point in the history
…ociety's 'ugly' file
  • Loading branch information
Dave Whiteland committed Jan 22, 2013
1 parent 348e52a commit f407f27
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/Config/httpd.conf → app/Config/httpd.conf-example
@@ -1,9 +1,17 @@
# Apache configuration for Message Manager. (CakePHP)
#
LogLevel debug

# If you're running entirely under https, Cake PHP expects to find this:
#-----------------------------------------------------------------------
# SetEnv HTTPS 1

# LogLevel debug
LogLevel warn

RewriteEngine on

# Cake might want this:
#------------------------------------------
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_URI} !^/?(index\.php|img|js|css|fcgi|robots\.txt)
Expand Down

0 comments on commit f407f27

Please sign in to comment.