summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache.example.conf')
-rw-r--r--apache.example.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/apache.example.conf b/apache.example.conf
index 4db60991f356..735610ced1b9 100644
--- a/apache.example.conf
+++ b/apache.example.conf
@@ -1,11 +1,11 @@
<VirtualHost *:80>
- DocumentRoot /opt/librenms/html/
+ DocumentRoot /usr/share/librenms/html/
ServerName librenms.example.com
- CustomLog /opt/librenms/logs/access_log combined
- ErrorLog /opt/librenms/logs/error_log
+ CustomLog /var/log/httpd/access.librenms.log combined
+ ErrorLog /var/log/httpd/logs/error.librenms.log
AllowEncodedSlashes On
- <Directory "/opt/librenms/html/">
+ <Directory "/usr/share/librenms/html/">
AllowOverride All
Options FollowSymLinks MultiViews
</Directory>
-</VirtualHost> \ No newline at end of file
+</VirtualHost>