10-28-2019, 05:14 PM
Take a look at the apache logs:
/var/log/httpd/error_log
It usually gives more detail. This is definitely an apache configuration issue as static content is delivered by Apache. TACTIC code plays no part in this request (unless you explictly configure Apache to do so ... for security reasons).
Apache can be notoriously conservative about serving files. All the permissions and configurations have to align.
/var/log/httpd/error_log
It usually gives more detail. This is definitely an apache configuration issue as static content is delivered by Apache. TACTIC code plays no part in this request (unless you explictly configure Apache to do so ... for security reasons).
Apache can be notoriously conservative about serving files. All the permissions and configurations have to align.