CLOSED: Access to web-apps externally is erratic

batoum
Posts: 49
Joined: Sun Oct 04, 2015 3:53 am

Re: Access to web-apps externally is erratic

Postby batoum » Sat Nov 07, 2015 1:12 am

Solved

I gave up, deleted Owncloud8 and started again. Instead, I changed the syntax and order of the config file in /var/hda/web-apps/owncloud8/html/config as follows

Code: Select all

<?php $CONFIG = array ( 'instanceid' => 'XXXXXX', 'passwordsalt' => 'XXXXX', 'secret' => 'XXXXX', 'trusted_domains' => array ( 0 => 'username.yourhda.com', 1 => 'owncloud8.amahi.net', 2 => '192.168.1.73', 3 => 'owncloud8', ), 'datadirectory' => '/var/hda/files/drives/owncloud8/data', 'overwrite.cli.url' => 'http://owncloud8.amahi.net', 'dbtype' => 'mysql', 'version' => '8.1.4.2', 'dbname' => 'owncloud8', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc_', 'dbuser' => 'owncloud8', 'dbpassword' => 'owncloud8', 'installed' => true, 'theme' => '', 'loglevel' => 2, 'maintenance' => false, );
I put the domain of the external URL at the top of the list. I dont know why it works but it does (nb it does not work when it is at the bottom!)

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: Access to web-apps externally is erratic

Postby bigfoot65 » Sat Nov 07, 2015 8:04 am

Glad to hear you got it sorted out. Will close this thread.
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

Who is online

Users browsing this forum: No registered users and 13 guests