05-19-2020, 11:38 PM
I changed the line in tactic.conf from:
Alias /context /opt/tactic/tactic/src/context
to
Alias /context /home/apache/tactic/src/context
I reloaded and restarted apache and am still seeing the same problem (unable to load several .js files).
I do have Options FollowSymLinks:
# kf commented out on 02020 May 18: <Directory "/opt/tactic/tactic" >
# <Directory "/home/apache/tactic" >
<Directory "/home/apache/tactic_src_4.7.0.b02" >
Options FollowSymLinks
AllowOverride None
# Apache < 2.4
#Order Allow,Deny
#Allow from All
# Apache 2.4
Require all granted
</Directory>
I even replaced (as you see above) the symlink /home/apache/tactic with its target. This also did not help.
I'll have more time to check apache logs this weekend and will update here with further progress then.
Thanks again for all your help!
Alias /context /opt/tactic/tactic/src/context
to
Alias /context /home/apache/tactic/src/context
I reloaded and restarted apache and am still seeing the same problem (unable to load several .js files).
I do have Options FollowSymLinks:
# kf commented out on 02020 May 18: <Directory "/opt/tactic/tactic" >
# <Directory "/home/apache/tactic" >
<Directory "/home/apache/tactic_src_4.7.0.b02" >
Options FollowSymLinks
AllowOverride None
# Apache < 2.4
#Order Allow,Deny
#Allow from All
# Apache 2.4
Require all granted
</Directory>
I even replaced (as you see above) the symlink /home/apache/tactic with its target. This also did not help.
I'll have more time to check apache logs this weekend and will update here with further progress then.
Thanks again for all your help!