A Blog on DevOps and Hybrid Cloud

How to modify ingress and egress rule for OCI instance

Tags: OCI , NSG

Published July 30, 2025, 5:40 a.m. by cloudblog

To modify ingress and egress rules for an OCI (Oracle Cloud Infrastructure) instance,  typically need to update the Network Security Group (NSG) or Security List associated with the subnet …

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:

Tags: APACHE

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

Tags: nodejs

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 …