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
Auf dieser Seite können Sie das Online-Video 7) Apache Server Setup (AWS + Ubuntu + Ruby on Rails + Apache + Passenger + SSL Tutorial Series) mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Panda Pera 26 Januar 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 694 Mal angesehen und es wurde von 6 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!