summarylogtreecommitdiffstats
path: root/apache.example.conf
blob: 735610ced1b975370fdcf97e71bb5ec2d1c7a53d (plain)
1
2
3
4
5
6
7
8
9
10
11
<VirtualHost *:80>
  DocumentRoot /usr/share/librenms/html/
  ServerName  librenms.example.com
  CustomLog /var/log/httpd/access.librenms.log combined
  ErrorLog /var/log/httpd/logs/error.librenms.log
  AllowEncodedSlashes On
  <Directory "/usr/share/librenms/html/">
    AllowOverride All
    Options FollowSymLinks MultiViews
  </Directory>
</VirtualHost>