Cross Origin or CORS Issue

We often get the CORS error when we try to run some code from localhost or XAMPP. The following steps will help to solve it. Please note you will need access to server side code or server configurations.  Set Access-Control-Allow-Origin to “*” in the code Set Header set Access-Control-Allow-Headers to “*” in the code  If… Continue reading Cross Origin or CORS Issue

ISPConfig 3 Showing Default Site

After a fresh install of ISPConfig 3 I added some site. Now the strange problem was HTTP version was always opening the default Apache page. But the HTTPS version was opening the proper site. Solution: Disable the default website a2dissite 000-default.conf The reason for HTTP version opening default site and HTTPS opening proper site: When… Continue reading ISPConfig 3 Showing Default Site

Installing Amazon SDK on ISPConfig systems

First install Composer and PHP for the jailed user. This article has the steps composer require aws/aws-sdk-php  — as the jailed user There might be an error – fopen(/usr/share/php/Composer/Autoload/../../../doc/composer/copyright): failed to open stream: No such file or directory You can copy the file using the root login mkdir -p /var/www/clients/client1/web1/usr/share/doc/composer cp /usr/share/doc/composer/copyright  /var/www/clients/client1/web1/usr/share/doc/composer/ chown web1:client1… Continue reading Installing Amazon SDK on ISPConfig systems

ISPConfig 3.1 Automated Installation

This article is about Automated Installation of ISPConfig3.1 on Ubuntu 18.04 and the issue with Roundcube. The installation steps can be found here and very well laid down – https://www.howtoforge.com/tutorial/ubuntu-ispconfig-automated-install-script/ I installed it on a Linode instance (the $10 instance). The first thing I found is the softwares is better updated manually prior to the… Continue reading ISPConfig 3.1 Automated Installation