Re: [spctools-discuss] getting 403/Forbidden on new install at http://localhost:10401/tpp/cgi-bin/tpp_gui.pl

2022-06-08 Thread 'David Shteynberg' via spctools-discuss
Great! Thank you for keep and sharing your useful notes in this process. Let us know if you encounter other issues or have any questions. Cheers, David On Wed, Jun 8, 2022, 5:37 PM Malcolm Cook wrote: > Things I've tried and failed (with an `apachectl restart` after each) > >1. sudo chown

Re: [spctools-discuss] getting 403/Forbidden on new install at http://localhost:10401/tpp/cgi-bin/tpp_gui.pl

2022-06-08 Thread Malcolm Cook
Things I've tried and failed (with an `apachectl restart` after each) 1. sudo chown -R apache.apache /usr/local/tpp/cgi-bin; 2. sudo chown -R apache.apache /usr/local/tpp 3. 4. sudo chmod 755 -R apache.apache /usr/local/tpp 5. disabled other /etc/httpd/conf.d/ FIXED! There

Re: [spctools-discuss] getting 403/Forbidden on new install at http://localhost:10401/tpp/cgi-bin/tpp_gui.pl

2022-06-08 Thread Malcolm Cook
an oddity re: the error message is it says " ExecCGI is off in this directory: /usr/local/tpp/cgi-bin/tpp_gui.pl" but it names a file, not a directory. ...maybe nothing. On Wednesday, June 8, 2022 at 5:14:17 PM UTC-5 Malcolm Cook wrote: > hi again > yes, I reported the only entry after

Re: [spctools-discuss] getting 403/Forbidden on new install at http://localhost:10401/tpp/cgi-bin/tpp_gui.pl

2022-06-08 Thread Malcolm Cook
hi again yes, I reported the only entry after fresh restart of apache and accessing that url I get the following in the error log: [Wed Jun 08 17:08:31.331141 2022] [mpm_prefork:notice] [pid 4451] AH00163: Apache/2.4.6 (CentOS) configured -- resuming normal operations [Wed Jun 08

Re: [spctools-discuss] getting 403/Forbidden on new install at http://localhost:10401/tpp/cgi-bin/tpp_gui.pl

2022-06-08 Thread 'David Shteynberg' via spctools-discuss
It sounds like you are making progress get this installed and running. Can you check the apache error logs to see if they hold the next clue? Thanks, David On Wed, Jun 8, 2022, 4:25 PM Malcolm Cook wrote: > I just finished building and installing TPP under centos7 > > Following Testing the