The video explains how to install and configure apache server program connecting rails app and the domain in an existing instance for an AWS free tier user. It is the seventh video of the complete tutorial towards creating and deploying a real website with a real domain.
For the full series • 1) AWS Instance Deployment (AWS + Ubu...
The video series are listed below:
1 - AWS Instance setup • 1) AWS Instance Deployment (AWS + Ubu...
2 - AWS Load balancer setup • 2) AWS Load Balancer Setup (AWS + Ubu...
3 - AWS Elastic IP setup • 3) AWS Elastic IP Setup (AWS + Ubuntu...
4 - AWS Domain setup • 4) AWS Domain Connection (AWS + Ubunt...
5 - Rbenv and Rails installation • 5) AWS Ruby on Rails setup (AWS + Ubu...
6 - Rails production mode setups • 6) Rails Production Setup (AWS + Ubun...
7 - Apache installation and configuration • 7) Apache Server Setup (AWS + Ubuntu ...
8 - Passenger installation and configuration • 8) Passenger Installation (AWS + Ubun...
9 - SSL Certificate via certbot • 9) Free SSL Certificate (AWS + Ubuntu...
9 - SSL Certificate via certbot
The video uses the following codes in the given order
(Replace appname with your app's name)
(Replace !! with necessary brackets)
$ sudo apt install apache2
$ cd /etc/apache2/sites-available
$ sudo cp 000-default.conf appname.conf
$ sudo vim appname.conf
Insert the following codes
ServerName example.com
ServerAlias www.example.com
DocumentRoot /home/ubuntu/appname/public
!!Directory "/home/ubuntu/appname/public"!!
Options FollowSymLinks
Require all granted
!!/Directory!!
$ cd /home/ubuntu
$ sudo a2dissite 000-default.conf
$ sudo a2ensite appname.conf
$ sudo service apache2 restart
$ sudo systemctl status apache2
In questa pagina del sito puoi guardare il video online 7) Apache Server Setup (AWS + Ubuntu + Ruby on Rails + Apache + Passenger + SSL Tutorial Series) della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Panda Pera 26 gennaio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 694 volte e gli è piaciuto 6 spettatori. Buona visione!