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/OwnCloudmkdir -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>