I've opened a trouble ticket on this but wanted to see if the community had any experience with this. I'm trying to install TWiki and the installation directions for Linux/Unix tell me to run the following code in a shell:
With shared hosting I can't chown something myself, right? So I had an admin do it. The admin sent me back a msg saying the following was run:chown -R apache:apache twiki
which is appropriate for this host.chown -R nobody.nobody twiki
Now I don't have permission to change anything. So why would TWiki tell me to do something that would cause me not to be able to access it? The next step is to change permissions on various files:
etc. I tried changing perms before hearing back from the admin and it worked fine.find bin/logos -type f -exec chmod -v 444 {} \;
find templates -type f -exec chmod -v 444 {} \;
find tools -type f -exec chmod -v 555 {} \;
chmod -v 644 lib/LocalSite.cfg
chmod -v 644 data/.htpasswd
chmod -v 644 data/mime.types
Confused,
g


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks