summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
authorNils Czernia2015-12-14 14:41:58 +0100
committerNils Czernia2015-12-14 14:41:58 +0100
commit8b4c2721b1192ee21226abd901a0756de5ccd13a (patch)
tree792ee09852f5c9a5dd2f0d498adac1cdef5c2527 /apache.example.conf
downloadaur-8b4c2721b1192ee21226abd901a0756de5ccd13a.tar.gz
Inital commit. Still in development. DO NOT USE!
Diffstat (limited to 'apache.example.conf')
-rw-r--r--apache.example.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/apache.example.conf b/apache.example.conf
new file mode 100644
index 000000000000..4db60991f356
--- /dev/null
+++ b/apache.example.conf
@@ -0,0 +1,11 @@
+<VirtualHost *:80>
+ DocumentRoot /opt/librenms/html/
+ ServerName librenms.example.com
+ CustomLog /opt/librenms/logs/access_log combined
+ ErrorLog /opt/librenms/logs/error_log
+ AllowEncodedSlashes On
+ <Directory "/opt/librenms/html/">
+ AllowOverride All
+ Options FollowSymLinks MultiViews
+ </Directory>
+</VirtualHost> \ No newline at end of file