oracle Email oracle cloud 

How to use Oracle Cloud email delivery SMTP with phpmailer

Oracle Cloud Infrastructure Email Delivery is very comfortable to use configure too. when it comes to pricing it costs around $0.085 (Rs. 6-7) per 1000 emails sent, which is the minimum Quantity. To Use Oracle Cloud Email Delivery system SMTP with PHPmailer please follow the below-given steps Email Delivery Account Creation and Configuration Step1: Log in to Oracle cloud and find the Email Delivery service under Developer Service -> Application Service -> Email Delivery Step2: In Email Delivery Service First under List scope first select the Compartment in which you…

Read More
aws-elastic-beanstalk Amazon(AWS) Hosting 

How to solve 413 request entity too large in AWS elastic beanstalk solution-1

To solve 413 request error in AWS elastic beanstalk with node.js application follow the below steps. Note: this solution currently tried with the Nginx server but works with apache too. This method is a custom hack to increase the upload file size without using awsebcli. step1: In your node.js application root folder create folder name called .ebextensions. step2: Inside this folder create a file with any filename ending with “.config” extensions example: nginxfile.config. step3: Now open the created file and copy-paste the below-mentioned code into file and save. step4: At…

Read More
aws-ubuntu Amazon(AWS) Hosting 

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on AWS Ubuntu

While Setting up the AWS or any other linux cloud hosting service there are many things we need to take care of while installing the LAMP stack to ubuntu. LAMP(Linux, APACHE, MySQL, PHP)? AMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to install the rest. Before Starting LAMP Installation you need to set…

Read More