Hi Robert, 1) This does seem like an issue with the settings in httpd-tpp.conf and/or the ones in site.mk. What are your values for the latter? Based on what you have for the GUI, I would set them as follows:
INSTALL_DIR = /usr/local/tpp TPP_BASEURL = tpp TPP_DATADIR = /usr/local/tpp/data TPP_DATAURL = tpp/data Also, make sure that you have incorporated the relevant portion of httpd-tpp.conf into the main Apache httpd.conf, or include it. 2) It can be owned by anyone, but just make sure that everything below data/ has read/write/execute (for directory creation) permissions for at least the Apache user. It may be useful to define a "tppdata" users group and give similar access to that group. Everything else under tpp/ needs read access, as well as executable permissions for the binaries. Hope this helps! --Luis On Thu, Mar 2, 2017 at 2:56 PM, Robert <[email protected]> wrote: > Hi, just managed to compile TPP 5.0.0 on Debian Jessie (for the next > release of massypup64 ;-)). > > However, I have some problems with the GUI installation: > > 1) When directing my browser to http://localhost:10401/tpp/ > cgi-bin/tpp_gui.pl (port according to the Ubuntu installation > instruction), I get a login page (but without images). After inserting > "guest"/ "guest" a 404 error appears: > "URL /tpp/cgi-bin/tpp/cgi-bin/tpp_gui.pl was not found" > I tried to put > > 'base_dir' => '/usr/local/tpp/', > 'www_root' => '/usr/local/tpp/', > 'data_dir' => '/usr/local/tpp/data/', > 'tppbin' => '/usr/local/tpp/bin/', > > into tpp_gui_config.pl and restart the apache2 service, but without > success > Are there any ideas (some setting in httpd-tpp.conf???) > > 2) Which owner should the tpp tree be (after installation it is > "root:staff"), and are any changes on permissions needed? > > Best, Robert > > -- > 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 https://groups.google.com/group/spctools-discuss. > For more options, visit https://groups.google.com/d/optout. > -- 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 https://groups.google.com/group/spctools-discuss. For more options, visit https://groups.google.com/d/optout.
