Click here for "Error Codes for Commercial Air Conditioners".

OracleLinux9.2 ; WEB Server (Apache)

1.Apache2 installation and virtual host configuration

1.1 httpd Install

Version Check

1.2 Apache Configuration

Edit httpd.conf file

②If Firewalld is enabled, HTTP service permission is required; HTTP uses [80/TCP]

Apache Auto-Start Configuration

operation check
If you access http://[server IP address] and you see the Oracle Apache2 Test Page as shown below, it is OK.

⑤Hide the Oracle Welcome page, create a new index.html file as a Test Page, and check the operation of apache.
Rename the welcome page

Create HTML test page

If you access http:// and the Test Page is displayed as shown below, it is OK.

1.3 Virtual Host Settings

Assign and configure the domain name [oracle.korodes.com] to the document root [/var/www/html/oracle.korodes.com] directory for virtual host operation

Creating a Document Directory

Restart Apache

2. Confirmation of CGI Script Usage

①Confirmation of CGI availability

②Create test scripts and check operation

3. PHP installation and configuration

①Install

Version Check

Upgrade to Php 8.2
EPEL and Remi repositories are required, so install them if you have not already done so.

Stop PHP once

Installing PHP 8.2

php-fpm configuration

Restart Apache

After PHP installation, restarting Apache will invoke PHP-FPM (FPM : FastCGI Process Manager) by default, and php-fpm service will be started in conjunction with httpd startup.

④Confirmation of PHP operation
Create the following files

Access http://[domain name]/test.php in your browser and if you see the following screen, it is OK

タイトルとURLをコピーしました