HI Brett, The privileges listed in the SPC wiki for Ubuntu 10.04.3 ( http://tools.proteomecenter.org/wiki/index.php?title=TPP_4.5.2:_Installing_on_Ubuntu_10.04.3) tpp/data directory has them set at 771 and the owner and group set to the user that Apache runs as in my case its www-data for both. I don't think its necessary to set the data directory to execute so 660 (e.g. chmod -R 660 /your_path_to/data) should also work. If that isn't the problem check your tpp/cgi-bin/tpp_gui_config.pl file and see if it is correctly set for the path of the data directory.
Note that in the above wiki entry we are installing in /usr/local/tpp. Yours seems to be in /opt. Either should be fine as long as you correctly specify the paths where you have TPP installed. Thats all I can think of now. Brian On Wed, Jan 16, 2013 at 3:42 PM, Brett Phinney <[email protected]>wrote: > Hi everyone, we have the tpp up and running (I thought anyway) on ubuntu > and are having an issue accessing subdir's in our /opt/tpp/data dir, We can > create subfolders using the create dir button within the tpp, but then we > we try to access them we get a "attempted to access forbidden dir" message. > We can access the dir's using http://host/tpp/data/ so I think the > permissions are set correctly. Or maybe not...Any ideas? > > Cheers > > Brett > > > -- > You received this message because you are subscribed to the Google Groups > "spctools-discuss" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/spctools-discuss/-/8X_ofbv24CUJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/spctools-discuss?hl=en. > -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
