OracleLinux9.5 : WEB server ,PHP ,virtual host
1.Apache2 Install1.1 httpd Install# dnf -y install httpd1.3 Virtual Host SettingsAssign and configure the domain name [FQDN] to the document root [/var/www/html/[FQDN]] directory for virtual host operation2. Confirmation of CGI Script Usage①Confirmation of CGI availability3. PHP installation and configuration①Install# dnf -y install php php-mbstring php-pear4. Digest authentication with Apache2Since 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.
2024.11.29
OracleLinux9.5_en