Skip to content
This repository has been archived by the owner on Sep 15, 2018. It is now read-only.

Commit

Permalink
apache virtual site config
Browse files Browse the repository at this point in the history
  • Loading branch information
wbreeze committed Jul 23, 2012
1 parent 8f1a605 commit 5567bbc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions site.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<VirtualHost *:80>
ServerAdmin dclo@localhost
ServerName acrs.localhost
DocumentRoot /home/dclo/Documents/p.acrs/acrs

<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
deny from all
</Directory>

<Directory /home/dclo/Documents/p.acrs/acrs>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>

ErrorLog ${APACHE_LOG_DIR}/error.acrs.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>

0 comments on commit 5567bbc

Please sign in to comment.