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
Month: January 2021
Pure-FTPd Error on Amazon EC2
Pure-FTPd error “500 I won’t open a connection to <IP ADDRESS>” OR “Server sent passive reply with unroutable address. Using server address instead.” This happens when the server is beyond a NAT like the Amazon EC2. The most posted solution on the internet is to fallback to “Passive” mode in the FTP client. But in… Continue reading Pure-FTPd Error on Amazon EC2
Adding a second disk and quota in Amazon EC2
This article is based on Ubuntu 20.04. AWS has good documentation on how to create and add the disk to the instance so not mentioning those steps here. Once the disk is added to the system verify that it is added and what is the name it is being shown as. Steps for adding the… Continue reading Adding a second disk and quota in Amazon EC2
Disk Quota on Amazon EC2
The Linux AMIs available for AWS EC2 may not have the packages required for activating Disk Quota. This article is based on Ubuntu 20.04. There are many articles and suggestions on the internet. Following one of the suggestions caused my system to become read-only. Lastly found a solution which looks the most legit, simple and… Continue reading Disk Quota on Amazon EC2