- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Web Server Basics - Day 9 of #90daysofcloud
Day 9 of #90daysofcloud – Web Server Basics
Today I learned about web servers — how apps get delivered to users.
🔹 Apache Web Server
Installed Apache:
yum install httpd
systemctl start httpd
systemctl status httpd
Opened ports in firewall:
firewall-cmd --permanent --add-service=http
Checked logs:
/var/log/httpd/access_log
/var/log/httpd/error_log
🔹 Static vs Dynamic Sites
Static → plain HTML, CSS.
Dynamic → apps powered by frameworks (Flask, Express, Spring Boot).
🔹 Ports
Default HTTP port → 80
Other app ports → 8080, 8000
💡 Reflection:
Running a web server myself was so satisfying. KodeKloud guided me step-by-step — from installation to logs. Now I know how the front end connects to the backend!
#cloudjourney #WebServers #Apache #DevOps #KodeKloud #techwithannuvere #cloudcomputing #aws #gcp #cloudengineer
Видео Web Server Basics - Day 9 of #90daysofcloud канала TechWith AnnUvere
Today I learned about web servers — how apps get delivered to users.
🔹 Apache Web Server
Installed Apache:
yum install httpd
systemctl start httpd
systemctl status httpd
Opened ports in firewall:
firewall-cmd --permanent --add-service=http
Checked logs:
/var/log/httpd/access_log
/var/log/httpd/error_log
🔹 Static vs Dynamic Sites
Static → plain HTML, CSS.
Dynamic → apps powered by frameworks (Flask, Express, Spring Boot).
🔹 Ports
Default HTTP port → 80
Other app ports → 8080, 8000
💡 Reflection:
Running a web server myself was so satisfying. KodeKloud guided me step-by-step — from installation to logs. Now I know how the front end connects to the backend!
#cloudjourney #WebServers #Apache #DevOps #KodeKloud #techwithannuvere #cloudcomputing #aws #gcp #cloudengineer
Видео Web Server Basics - Day 9 of #90daysofcloud канала TechWith AnnUvere
Комментарии отсутствуют
Информация о видео
24 сентября 2025 г. 6:59:21
00:00:23
Другие видео канала




















