Improvements.

This commit is contained in:
Niels Serup
2011-08-05 00:49:51 +02:00
parent 0cc9d8fdc5
commit 15b8bb5265
99 changed files with 1952 additions and 227 deletions

18
subsites/words-apache Normal file
View File

@@ -0,0 +1,18 @@
<VirtualHost *:80>
ServerName words.metanohi.name
ServerAlias words.lcl
ServerAdmin ns@metanohi.org
DocumentRoot /home/niels/www/meta/subsites/words
<Directory /home/niels/www/meta/subsites/words/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
LogLevel warn
ErrorLog ${APACHE_LOG_DIR}/words.metanohi.name-error.log
CustomLog ${APACHE_LOG_DIR}/words.metanohi.name-access.log combined
</VirtualHost>