All pastes #2056639 Raw Edit

Unnamed

public text v1 · immutable
#2056639 ·published 2011-05-11 08:17 UTC
rendered paste body
Alias /test3 /home/www/test3
<VirtualHost *:80>
        DocumentRoot /home/www/test3/
        ServerAdmin uros.djokic@ipn.ch
        ServerName test3.rubix.ch
        ServerAlias www.test3.rubix.ch
<Directory /home/www/test3/>
        DirectoryIndex index.html
        Options +Indexes +FollowSymLinks
        AllowOverride All
        Order allow,deny
        allow from all
</Directory>
</VirtualHost>