AlmaLinux9.4 ; WEB Server(Apache2) & Virtual Hosts
1.Apache2 Install , Virtual Host Configuration
1.1 Apache2 install
①httpd install
# dnf -y install httpd
1.3 Virtual Host Settings
Assign and configure the domain name [rocky.korodes.com] to the document root [/var/www/html/rocky.korodes.com] directory for virtual host operation
2. Use of CGI Scripts
①CGI availability check
3. PHP installation and configuration
1.PHP8 Install
4. Digest authentication with Apache2
Since Basic Authentication, a well-known authentication authorization method for http, sends authentication information in plain text, there is a risk of ID and password leakage if the packet is intercepted.
On the other hand, Digest Authentication encrypts and transmits authentication informa