# tecosystems.org
# Including www.tecosystems.org
ServerName www.tecosystems.org
ServerAdmin sogrady@redmonk.com
DocumentRoot /var/www/sogrady
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ServerSignature On