All pastes #2054113 Raw Edit

Anonymous

public text v1 · immutable
#2054113 ·published 2011-05-05 07:01 UTC
rendered paste body

<VirtualHost *:80>
        ServerAdmin info@viptel.dk
        ServerName  ordersystem.viptel.dk
        ServerAlias ordersystem.viptel.dk

        # Indexes + Directory Root.
        DirectoryIndex index.html index.htm index.php
        DocumentRoot /var/vhosts/ordersystem.viptel.dk

        # Logfiles
        ErrorLog  /var/log/apache2/ordersystem.viptel.dk_error.log
        CustomLog /var/log/apache2/ordersystem.viptel.dk_access.log combined

        AllowOverride all
</VirtualHost>