05-26-2020, 02:50 PM
Yes, this looks like it should. Can you now run TACTIC (as user apache) from the command line:
First stop apache so it frees up port 80
cd /home/apache/tactic/src/bin
python startup_dev.py -p 80 -s <IP_OR_DOMAIN>
This will run TACTIC without apache:
http://<IP_OR_DOMAIN>/tactic/
You can use any port, but then you would have to make sure that port is open. If you can see all the images, then this is an Apache config issue (which I believe it is anyway).
Also look at the Apache logs: for Ubuntu, I believe they are located in:
/var/log/apache2/error.log
And find any permission denied lines.
First stop apache so it frees up port 80
cd /home/apache/tactic/src/bin
python startup_dev.py -p 80 -s <IP_OR_DOMAIN>
This will run TACTIC without apache:
http://<IP_OR_DOMAIN>/tactic/
You can use any port, but then you would have to make sure that port is open. If you can see all the images, then this is an Apache config issue (which I believe it is anyway).
Also look at the Apache logs: for Ubuntu, I believe they are located in:
/var/log/apache2/error.log
And find any permission denied lines.