Host: Bercik webpage
This commit is contained in:
parent
012d7b1e0b
commit
bba53d514d
|
@ -0,0 +1,13 @@
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerAdmin bercik@thunix.net
|
||||||
|
ServerName adlerhouse.pl
|
||||||
|
DocumentRoot /var/www/adlerhouse.pl
|
||||||
|
ErrorLog /home/bercik/.www/error.adlerhouse.log
|
||||||
|
CustomLog /home/bercik/.www/access.adlerhouse.log combined
|
||||||
|
<Directory /var/www/adlerhouse.pl>
|
||||||
|
Options Indexes FollowSymLinks
|
||||||
|
AllowOverride All
|
||||||
|
Order allow,deny
|
||||||
|
allow from all
|
||||||
|
</Directory>
|
||||||
|
</VirtualHost>
|
Loading…
Reference in New Issue