Guest User

owncloud.conf

a guest
Aug 31st, 2012
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <IfModule mod_alias.c>
  2. Alias /owncloud /usr/share/webapps/owncloud/
  3. </IfModule>
  4. <Directory /usr/share/webapps/owncloud/>
  5. Options None
  6. Order allow,deny
  7. allow from all
  8. php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/"
  9. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment