Allow everythin under /var/lib/ajaxplorer (tmp for example is also needed)

tags/0.1.9
Daniel Berteaud 11 years ago
parent ad60e37425
commit 60f81967b2
  1. 4
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Ajaxplorer

@ -31,7 +31,7 @@ Alias /ajxppub /var/lib/ajaxplorer/public
<IfModule mod_xsendfile.c> <IfModule mod_xsendfile.c>
XSendFile on XSendFile on
XSendFilePath /home/e-smith/files/shares XSendFilePath /home/e-smith/files/shares
XSendFilePath /var/lib/ajaxplorer/public XSendFilePath /var/lib/ajaxplorer
XSendFilePath /home/e-smith/files/users XSendFilePath /home/e-smith/files/users
</IfModule> </IfModule>
</Directory> </Directory>
@ -60,7 +60,7 @@ $alias
<IfModule mod_xsendfile.c> <IfModule mod_xsendfile.c>
XSendFile on XSendFile on
XSendFilePath /home/e-smith/files/shares XSendFilePath /home/e-smith/files/shares
XSendFilePath /var/lib/ajaxplorer/public XSendFilePath /var/lib/ajaxplorer
XSendFilePath /home/e-smith/files/users XSendFilePath /home/e-smith/files/users
</IfModule> </IfModule>
</Directory> </Directory>

Loading…
Cancel
Save