filmov
tv
install Apache HTTP Server on CentOS 9 Stream
Показать описание
install Apache HTTP Server on CentOS 9 Stream
all used commands:
sudo yum update
sudo yum install httpd httpd-tools
sudo systemctl start httpd
sudo systemctl enable httpd
sudo systemctl status httpd
httpd -v
sudo firewall-cmd --permanent --add-service=https
sudo firewall-cmd --permanent --add-service=http
sudo firewall-cmd --reload
to check port 80 and 443
sudo nmap -sT youriphere
_______________Tomcat Setup______________
if you need to install Apache Tomcat (the main difference between Apache http and Apache Tomcat is that Tomcat serves dynamic content using Java-based logic, while the Apache web server serves mainly static content such as normal html web page):
sudo yum update
sudo groupadd --system tomcat
sudo useradd -d /usr/share/tomcat -r -s /bin/false -g tomcat tomcat
sudo yum -y install wget
export VER="9.0.48"
sudo ln -s /usr/share/apache-tomcat-$VER/ /usr/share/tomcat
sudo chown -R tomcat:tomcat /usr/share/tomcat
sudo chown -R tomcat:tomcat /usr/share/apache-tomcat-$VER/
to configure tomcat systemd:
sudo systemctl daemon-reload
sudo systemctl start tomcat
sudo systemctl enable tomcat
sudo firewall-cmd --permanent --add-port=8080/tcp
sudo firewall-cmd --reload
sudo systemctl restart httpd && sudo systemctl enable httpd
all used commands:
sudo yum update
sudo yum install httpd httpd-tools
sudo systemctl start httpd
sudo systemctl enable httpd
sudo systemctl status httpd
httpd -v
sudo firewall-cmd --permanent --add-service=https
sudo firewall-cmd --permanent --add-service=http
sudo firewall-cmd --reload
to check port 80 and 443
sudo nmap -sT youriphere
_______________Tomcat Setup______________
if you need to install Apache Tomcat (the main difference between Apache http and Apache Tomcat is that Tomcat serves dynamic content using Java-based logic, while the Apache web server serves mainly static content such as normal html web page):
sudo yum update
sudo groupadd --system tomcat
sudo useradd -d /usr/share/tomcat -r -s /bin/false -g tomcat tomcat
sudo yum -y install wget
export VER="9.0.48"
sudo ln -s /usr/share/apache-tomcat-$VER/ /usr/share/tomcat
sudo chown -R tomcat:tomcat /usr/share/tomcat
sudo chown -R tomcat:tomcat /usr/share/apache-tomcat-$VER/
to configure tomcat systemd:
sudo systemctl daemon-reload
sudo systemctl start tomcat
sudo systemctl enable tomcat
sudo firewall-cmd --permanent --add-port=8080/tcp
sudo firewall-cmd --reload
sudo systemctl restart httpd && sudo systemctl enable httpd
Install & Set Up Apache Web Server on Windows 10 - Quickly!
How to install Apache Web Server on Windows 10 | in 2023
How to install and configure Apache Web Server on Ubuntu 22.04 | Apache HTTP Server 2024 update
How To Install the Apache Web Server on Ubuntu 22.04 / Ubuntu 24.04 LTS
Apache Web Server Setup on Ubuntu 22.04 (with SSL)
Apache Web Server Install | Windows 11
Learning Apache http server - installing on Windows
Apache Basics Tutorial | How To Install and Configure Apache2
Open mic - Miro Blaško: AI Tools to Power Academic Research
Install Apache's Web Server on Windows (AWS) in less than 90 seconds ( Apache 2.4 )
How to Install Apache Web Server on Windows
How to Run Apache Web Server on macOS 13
Installation of Apache Web Server on Windows 10 & Hosting a Website
How to Install an Apache Web Server on Raspberry Pi
How to Install and Configure Apache HTTPD 2.4 Server Manually In Linux - Complete Guide
How to Install and Start Apache2 Server in Kali Linux | Kali Linux 2021.2
Step-by-Step Guide: Installing Apache Web Server on AWS EC2 Instance
How to install Apache web server in a Docker container
Setup Apache Server in Windows using apache lounge
Linux Apache Web Server HTTPD | Setup with Example in Hindi | Beginners
install Apache HTTP Server on CentOS 9 Stream
How to Use the Apache httpd Docker Official Image
How to install and run Apache web server in Ubuntu Server 22.04
Installing the Apache Web Server on Windows 10
Комментарии