Brian, What's your TPP_ROOT and TPP_WEB variables in your Makefile.confic.incl (or Makefile) set to? They both need to have a trailing '/' otherwise instead of getting a tpp directory you'll end up with all of files/directories up one level. (I've done this more than once myself btw).
As to RHEL, I think the ownership needs to be user apache and group apache. The alias names for the directories used should be found in the apache.conf file and at the top of tpp_gui.pl. -Joe On Wed, Mar 5, 2014 at 5:03 AM, Brian Hampton <[email protected]> wrote: > Hi, I'm installing TPP 4.7 on Red Hat Enterprise Linux server and am > running into some problems with Petunia accessing the data directory. I > figure the ownership should be apache, based on the entry in /etc/groups, > and permissions are 750. However, Petunia cannot read or write to > /usr/local/tpp/data. > > I noticed after compile and install, the TPP wasn't installed in > /usr/local/tpp, but rather were installed in /usr/local/. And then the > directories were named e.g. tppcgi-bin, tpphtml etc. I moved them into the > tpp directory, adjusted the tpp_gui_config.pl file and the virtual hosts > section of httpd.conf to reflect the new directory names, and guessed to > change the alias names to correspond. I didn't change the data directory > alias. > > For a RHEL, what should the ownership be for the tpp and data directories, > and where can I find the alias names used by petunia for these directories? > Any other suggestions greatly appreciated. > > Thanks in advance, > > Brian > > -- > You received this message because you are subscribed to the Google Groups > "spctools-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/spctools-discuss. > For more options, visit https://groups.google.com/groups/opt_out. > -- Joe Slagel Institute for Systems Biology [email protected] (206) 732-1362 -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spctools-discuss. For more options, visit https://groups.google.com/groups/opt_out.
