diff options
Diffstat (limited to 'ocsinventory-reports.conf')
-rw-r--r-- | ocsinventory-reports.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ocsinventory-reports.conf b/ocsinventory-reports.conf index 43cee66..a481341 100644 --- a/ocsinventory-reports.conf +++ b/ocsinventory-reports.conf @@ -31,7 +31,6 @@ Alias OCSREPORTS_ALIAS PATH_TO_OCSREPORTS_DIR Order deny,allow Allow from all - AddDefaultCharset ISO-8859-1 Options Indexes FollowSymLinks DirectoryIndex index.php @@ -61,5 +60,12 @@ Alias OCSREPORTS_ALIAS PATH_TO_OCSREPORTS_DIR # Alias PACKAGES_ALIAS PATH_TO_PACKAGES_DIR +################################################################################ +# Snmp communities area +# +# Alias to put Snmp communities reference file (snmp_com.txt) outside Apache document root directory +# +Alias SNMP_ALIAS PATH_TO_SNMP_DIR + #</VirtualHost> |