[Tickets #1597] NEW: backend not readable -> gollem loops
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Mar 21 09:46:21 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1597
-----------------------------------------------------------------------
Ticket | 1597
Created By | blackm at ferris.dyndns.info
Summary | backend not readable -> gollem loops
Queue | Gollem
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
blackm at ferris.dyndns.info (2005-03-21 09:46) wrote:
I use gollem CVS (cecked out today). I have the following backend:
$backends['file'] = array(
'name' => 'Virtual Home Directories',
'driver' => 'file',
'preferred' => '',
'params' => array(
'vfsroot' => '/var/horde',
'home' => 'all_user'
),
'attributes' => array('type', 'name', 'download', 'modified', 'size')
);
/var/horde was not readable for the user running the webserver. I tryed to
access the Filemanager, but this ends in a look. The webserver's logfile say
(this two lines repeat) :
192.168.150.10 - - [21/Mar/2005:18:37:40 +0100] "GET
/~blackm/h/gollem/manager.php HTTP/1.1" 302 38
"https://ferris.dyndns.info/~blackm/h/services/portal/sidebar.php"
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105
Debian/1.7.5-1"
192.168.150.10 - - [21/Mar/2005:18:37:41 +0100] "GET
/~blackm/h/gollem/login.php?selectlist_login=1&url=https%3A%2F%2Fferris.dynd
ns.info%2F%7Eblackm%2Fh%2Fgollem%2Fmanager.php HTTP/1.1" 302 38
"https://ferris.dyndns.info/~blackm/h/services/portal/sidebar.php"
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105
Debian/1.7.5-1"
A test if the backend is readable and a message like "backend not readable"
would be fine :-)
More information about the bugs
mailing list