A Blog on DevOps and Hybrid Cloud
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 …
Step by Step nodejs installation on Linux 7.9 with ODA and custom component
Published Jan. 2, 2025, 10:44 a.m. by cloudblog
Here is a step-by-step guide to install Node.js on Oracle Linux 7.9 for running external functionalities in an ODA (Oracle Digital Assistant) custom component:
Step 1: Update System Packages …
How to renew public website certificate
Published Dec. 13, 2024, 6:24 a.m. by cloudblog
Public URL certificate renew is the simple process where we need root certificate , bundle certiticate or chain cerrtificate in case any and the private key. All these keys has …