Improvements.
This commit is contained in:
20
subsites/natur-apache
Normal file
20
subsites/natur-apache
Normal file
@@ -0,0 +1,20 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName natur.metanohi.name
|
||||
ServerAlias www.natur.metanohi.name nature.metanohi.name www.nature.metanohi.name natur.lcl
|
||||
ServerAdmin ns@metanohi.org
|
||||
|
||||
Alias /vid /home/niels/www/meta/heavy/naturefilms
|
||||
|
||||
DocumentRoot /home/niels/www/meta/subsites/natur
|
||||
<Directory /home/niels/www/meta/subsites/natur/>
|
||||
Options Indexes Includes FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Order allow,deny
|
||||
allow from all
|
||||
</Directory>
|
||||
|
||||
LogLevel warn
|
||||
ErrorLog ${APACHE_LOG_DIR}/natur.metanohi.name-error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/natur.metanohi.name-access.log combined
|
||||
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user