Projet

Général

Profil

Télécharger (320 octets) Statistiques
| Branche: | Révision:

root / larpe / tags / release-1.1.1 / conf / apache2-vhost-larpe @ d03cb81c

1
<VirtualHost *>
2
    ServerName localhost
3
    ServerAdmin root@localhost
4

    
5
    include /etc/larpe/apache2-vhost-larpe-common
6
    include /var/lib/larpe/vhost-locations.d
7

    
8
    CustomLog /var/log/apache2/larpe-access.log combined
9
    ErrorLog /var/log/apache2/larpe-error.log
10
</VirtualHost>
11

    
12
include /var/lib/larpe/vhosts.d
(1-1/2)