OracleLinux8.8 ; WEB Server (Apache)
1.Apache2 Install , Virtual Host Configuration
1.1 Apache2 install
2. Use of CGI Scripts
①CGI availability check
3. PHP installation and configuration
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 information, so there is almost no risk of information leakage.