--- smeserver-ocsinventory-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/97ocs.update_path 2009-03-19 11:59:50.000000000 +0100 +++ smeserver-ocsinventory-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/97ocs 2009-03-19 12:01:43.000000000 +0100 @@ -2,14 +2,14 @@ #-------------------------------------------------------------- # OCS Inventory Next Generation #-------------------------------------------------------------- -Alias /download /var/lib/ocsinventory-server/download +Alias /download /var/lib/ocsinventory-reports/download Alias /ocs /usr/share/ocsinventory-reports/ocsreports { if (exists $ocs{'URL'}) { $OUT .= "Alias /$ocs{'URL'} /usr/share/ocsinventory-reports/ocsreports"; } } - + Options None Options +Indexes Options +Includes @@ -17,7 +17,7 @@ order deny,allow deny from all allow from { $localAccess } - php_admin_value open_basedir /var/lib/ocsinventory-server/download:/tmp + php_admin_value open_basedir /var/lib/ocsinventory-reports/download:/tmp