A Blog on DevOps and Hybrid Cloud
Posts tagged with "APACHE"
The error logs indicate that Apache is configured as a reverse proxy to forward requests to http://aisql:3000 (mapped to 10.0.0.63:3000), but the connection is failing due to permission issues. Here's how you can troubleshoot and resolve this issue:
Published Jan. 20, 2025, 4:02 p.m. by cloudblog
Since system is in SELinux enforcing mode, Apache is currently blocked from making outgoing connections to your backend (aisql:3000
). To resolve this issue, you need to update …
Page 1 of 1.