All pastes #2066992 Raw Edit

Anonymous

public text v1 · immutable
#2066992 ·published 2011-05-22 15:59 UTC
rendered paste body
<VirtualHost *:80>
    ServerAdmin webmaster@dummy-host.hleclerc-PC.ingenidev
    DocumentRoot "C:/Users/Thomas_2/projects/nlal"
    ServerName localhost
    ErrorLog "logs/liars-remote-error.log"
    CustomLog "logs/liars-remote-access.log" common
    <directory "C:/Users/Thomas_2/projects/nlal">
        Options Indexes FollowSymLinks
        AllowOverride all
    </directory>
</VirtualHost>