Changes

Jump to navigation Jump to search
1,137 bytes removed ,  14:35, 7 December 2012
Remove bits moved to main page
Line 8: Line 8:  
However, I suspect that it's related to this change in PEAR: http://pear.php.net/bugs/bug.php?id=19582
 
However, I suspect that it's related to this change in PEAR: http://pear.php.net/bugs/bug.php?id=19582
   −
As reported, downloaded release v4.5.3 installed fine.
+
As reported, downloaded releases (v4.5.3 and v4.5.4) installed fine.
 
  −
I made the following changes to the settings for the 'owncloud' ibay:
  −
<nowiki>db accounts owncloud setprop \
  −
AllowOverride All \
  −
FollowSymLinks enabled \
  −
Group www \
  −
PHPBaseDir /home/e-smith/files/ibays/owncloud/:/tmp/ \
  −
PublicAccess global \
  −
UserAccess wr-group-rd-everyone
  −
</nowiki>
  −
 
  −
 
  −
* Shall we include your iBay settings on the front page of the how-to, and why these settings are applied? [HF]
  −
** Sure. As for the reasoning:
  −
*** AllowOverride: because until I added this, owncloud complained about .htaccess not working, and consequent security issues.
  −
*** FollowSymLinks: well, we may not need this.  I was originally trying to set it up symlinked to the git downloads in another location.
  −
*** Group: I *think* this maintains useable file ownership and access rights through an execution of "signal-event ibay-modify" - at least it has been working for me for Wordpress.
  −
*** PHPBaseDir: per your note.
  −
** I'd suggest adding the other settings that get things going (I've added these to the block above)
  −
*** PublicAccess global
  −
*** UserAccess wr-group-rd-everyone
  −
** I will test in the coming week whether "FollowSymLinks" is required or not.
 

Navigation menu