<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Server Construction</title>
	<atom:link href="https://korodes.com/en/feed/" rel="self" type="application/rss+xml" />
	<link>https://korodes.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Mar 2026 05:42:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://korodes.com/wp-content/uploads/2020/01/cropped-profile-32x32.jpg</url>
	<title>Linux Server Construction</title>
	<link>https://korodes.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>RockyLinux9.7 : Anti-virus(Clamav) , Mail Server</title>
		<link>https://korodes.com/en/rocky9-7_en_06/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Fri, 26 Dec 2025 07:56:51 +0000</pubDate>
				<category><![CDATA[Rocky Linux9.7_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=45432</guid>

					<description><![CDATA[Clamav (anti-virus) Install 1.Clamav Install 2.Clam AntiVirus&#160; Configuration File Edit 3.Virus definition [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>AlmaLinux9.7 : Anti-virus(Clamav) , Mail Server</title>
		<link>https://korodes.com/en/alma9-7_en_06/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Wed, 31 Dec 2025 12:05:49 +0000</pubDate>
				<category><![CDATA[Almalinux9.7_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=45690</guid>

					<description><![CDATA[Clamav (anti-virus) Install 1.Clamav Install 2.Clam AntiVirus&#160; Configuration File Edit 3.Virus definition [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>ArchLinux : WEB Server(Apache2)</title>
		<link>https://korodes.com/en/arch_en_07/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Sat, 16 Dec 2023 06:05:11 +0000</pubDate>
				<category><![CDATA[Archlinux_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=23039</guid>

					<description><![CDATA[1. Apache2 installation and virtual host configuration

1.1 Apache2 Installation

①Install httpd

# pacman -S apache

Version Check
# httpd -v
Server version: Apache/2.4.58 (Unix)
Server built:   Oct 25 2023 18:28:29

1.2 Apache Configuration

①Edit httpd.conf file
2. Confirmation of CGI Script Usage

①CGI availability check
3. PHP installation and configuration

3.1 PHP8 installation

①Install

# pacman -S php php-apache php-fpm

②Version Check]]></description>
		
		
		
			</item>
		<item>
		<title>CentOS7.9 : WEB Server Apache</title>
		<link>https://korodes.com/en/cebtos7-9_en_06/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Fri, 18 Feb 2022 21:13:32 +0000</pubDate>
				<category><![CDATA[CentOS7.9_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=14402</guid>

					<description><![CDATA[1.Apache2 installation and virtual host setup 1.1 Apache2 Install ①Install httpd # yum -y install httpd Versio [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>CentOS Stream9 : WEB Server(Apache2)</title>
		<link>https://korodes.com/en/centos9_en_06/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 22 Feb 2022 07:26:33 +0000</pubDate>
				<category><![CDATA[CentOS9_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=14930</guid>

					<description><![CDATA[1.Apache2 installation and virtual host configuration 1.1 Apache2 Install 1.2 Apache Configuration ②If Firewal [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>CentOS Stream10 : WEB Server(Apache2)</title>
		<link>https://korodes.com/en/centos10_en_06/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Mon, 17 Mar 2025 07:50:08 +0000</pubDate>
				<category><![CDATA[CentOS10_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=34795</guid>

					<description><![CDATA[1.Apache2 installation and virtual host configuration 1.1 &#160;Apache2 Install 1.2 &#160;Apache Configuration [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.6 :WEB Server(Apache) Install</title>
		<link>https://korodes.com/en/oracle_en_06/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 12:59:30 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.6_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=9580</guid>

					<description><![CDATA[1. Apache2 installation and virtual host configuration
1.1 Apache2 Install

①httpd Install

# dnf -y install httpd

Version Check
# httpd -v
Server version: Apache/2.4.37 (Oracle Linux)
Server built: Jun 22 2022 14:35:49
1.2 Apache Configuration
①Edit httpd.conf file]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.8 : WEB Server (Apache)</title>
		<link>https://korodes.com/en/oraclel8-8_en_06/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Fri, 18 Aug 2023 01:38:29 +0000</pubDate>
				<category><![CDATA[OracleLinux 8.8_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=18655</guid>

					<description><![CDATA[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.]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux8.10 : WEB Server (Apache)</title>
		<link>https://korodes.com/en/oracle8-10_en_05/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Mon, 14 Oct 2024 00:38:36 +0000</pubDate>
				<category><![CDATA[OracleLinux8.10_en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=28194</guid>

					<description><![CDATA[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.]]></description>
		
		
		
			</item>
		<item>
		<title>OracleLinux9.1 : WEB Server (Apache)</title>
		<link>https://korodes.com/en/oracle9-1_en_06/</link>
		
		<dc:creator><![CDATA[nuy]]></dc:creator>
		<pubDate>Thu, 29 Dec 2022 06:27:44 +0000</pubDate>
				<category><![CDATA[OracleLinux9.1-en]]></category>
		<guid isPermaLink="false">https://korodes.com/?p=12543</guid>

					<description><![CDATA[1.Apache2 installation and virtual host configuration
1.1 Apache2

①httpd install

# dnf -y install httpd
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

# vi /etc/httpd/conf.d/vhost.conf
2. Confirmation of CGI Script Usage

①Confirmation of CGI availability
3. PHP installation and configuration
1.PHP install
①Install]]></description>
		
		
		
			</item>
	</channel>
</rss>
