Tag: Cloud Server

Create and access multiple ports for Apache on Amazon EC2(aka AWSEC2) or DigitalOcean

DevOpsLAMPLinuxServerUbuntuAmazonApacheAWSAWSEC2Cloud ServerDigitalOceanEC2multiple appsmultiple domainmultiple portssk_paulskpaulskpaul82virtual host

We can do this by using the virtual host. There is two part to complete to open and configure the ports. I used port 8080 but you can use any port that is not using for any service.   Part 1: Add/Update Virtual Host Navigate to the sites-available directory for the configuration file cd /etc/apache2/sites-available/ ….  Read More

Setup domain in Apache server on DigitalOcean Cloud

DevelopmentLAMPServerWordpressCloud ServerDigitalOceanDomainHostingServer Managementskpaulskpaul82

I am trying to set-up a domain in Apache on DigitalOcean and summaries this information after complete the task for my future reference. If this information helps other, it will be my pleasure to know that on a comment. 😉 BTW, You can host as many (multiple) domains as you want by following this steps. ….  Read More