DocumentRoot "/srv/virtual-host/webroot"
ServerName virtual-host.de
allow from all
AllowOverride FileInfo Limit Options
ServerAdmin webmaster@virtual-host
ServerAlias www.virtual-host
ErrorLog /srv/virtual-host/logs/error.log
LogLevel alert
LogFormat "combined"
CustomLog /srv/virtual-host/logs/access.log "combined"
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/virtual-host.crt
SSLCertificateKeyFile /etc/apache2/ssl/virtual-host.key
DocumentRoot "/srv/virtual-host/webroot"
ServerName virtual-host
allow from all
AllowOverride FileInfo Limit Options
ServerAdmin webmaster@virtual-host
ServerAlias www.virtual-host
ErrorLog /srv/marcel-web/net-addicts.de/logs/error.log
LogLevel alert
LogFormat "combined"
CustomLog /srv/virtual-host/logs/access.log "combined"