Open main menu

Changes

260 bytes added ,  12:24, 18 September 2017
link to gist for gluster / apache
</source>
=== Fix permissions on your Drupal site===
<source lang="bash">
DROOT='/var/www/example.com/www/drupal'
for d in "$DROOT/sites/*/files"; do find $d -type d -exec chmod ug=rwx,o= {} \; ; find $d -type f -exec chmod ug=rw,o= {} \; ; done
</source>
 
=== Fixing perms on your gluster mount dir in Meza ===
The gluster mount dir contains all the images for MediaWiki. So, perms and ownership are relevant for an Apache web directory.
https://gist.github.com/freephile/f99274dc53deb2daa1440247665aa0e6
 
== Wheel ==
[[File:Bigwheel.jpg|400px|Are you a big wheel?]]
4,558

edits