Koozali.org: home of the SME Server
Contribs.org Forums => General Discussion => Topic started by: xmbytes on June 02, 2013, 02:51:45 AM
-
I am trying to setup one ibay for music to play via http one ibay for movies to play via http and one ibay for photos. I like owncloud but then I would have to mix in biz with personnel and there would be no reason for users to have there own ibay and I am worried from networking that my biz files would be accessible to others. Does anyone have a simple solution.
-
Create groups with access to the appropriate Ibays:
music-group has access to the Ibay "music: and so on. Or just leave the public ones as Read : Everyone Write: Admin (or a group)
For the Biz files, create a group biz-group and assign users to it as needed. Create the Ibay Biz with Read: biz-group, Write : Biz-group
Read the manual!!! (not a criticism, just strong advice) especially the bits about Ibays, users and groups.
Basically, you can control access to Ibays though Group membership- and that protects your Biz files.
Good luck and happy reading
Ian
-
ok how I am trying to fix my issue is install owncloud in three dirrent Ibay. I got own cloud up in one ibay but having issue with second ibay : error
Information Bay
This information bay has not yet been customized.
I think it is over this part http://wiki.contribs.org/OwnCloud
mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
nano -w /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99allow_url_fopen
and paste the following and save this
<Directory /home/e-smith/files/ibays/owncloud/html>
php_admin_flag allow_url_fopen on
</Directory>
I setup this section like this:
<Directory /home/e-smith/files/ibays/music/html>
php_admin_flag allow_url_fopen on
</Directory>
<Directory /home/e-smith/files/ibays/movies/html>
php_admin_flag allow_url_fopen on
</Directory>
-
xmbytes
You do not really state your problem accurately.
IIUC then you should remove the original default index.html file from the ibay /html folder.
Then the index file (eg index.php or whatever) that owncloud uses can take preference.