<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install WordPress on RHEL 8 with Apache	</title>
	<atom:link href="https://www.tecmint.com/install-wordpress-rhel-apache/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-wordpress-rhel-apache/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 26 Oct 2023 23:21:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Adam Moore		</title>
		<link>https://www.tecmint.com/install-wordpress-rhel-apache/comment-page-1/#comment-2095260</link>

		<dc:creator><![CDATA[Adam Moore]]></dc:creator>
		<pubDate>Thu, 26 Oct 2023 23:21:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=45575#comment-2095260</guid>

					<description><![CDATA[Thanks for some helpful info, but overall this goes off the rails really fast. The entire purpose of the new &lt;strong&gt;AppStream&lt;/strong&gt; system introduced in &lt;strong&gt;RHEL 8&lt;/strong&gt; is that you can easily get a newer branch of &lt;strong&gt;PHP&lt;/strong&gt; and many other things without being forced into 3rd party repos. 

This is of critical importance for any other guides that ever deal with &lt;strong&gt;RHEL 8&lt;/strong&gt; and up because you need to use the &lt;strong&gt;AppStream&lt;/strong&gt; system to maintain any remotely secure and supportable setup. 

No one was completely happy with the old model of a specific version branch being forever tied to the &lt;strong&gt;RHEL&lt;/strong&gt; version, but the trade-off that is now a reality is that almost every version branch that was supported at the beginning of the &lt;strong&gt;RHEL 8&lt;/strong&gt; cycle will be obsoleted before the end of the &lt;strong&gt;RHEL 8&lt;/strong&gt; cycle. Upgrading between major branches within the same official &lt;strong&gt;RHEL&lt;/strong&gt; repos is now quick and easy.]]></description>
			<content:encoded><![CDATA[<p>Thanks for some helpful info, but overall this goes off the rails really fast. The entire purpose of the new <strong>AppStream</strong> system introduced in <strong>RHEL 8</strong> is that you can easily get a newer branch of <strong>PHP</strong> and many other things without being forced into 3rd party repos. </p>
<p>This is of critical importance for any other guides that ever deal with <strong>RHEL 8</strong> and up because you need to use the <strong>AppStream</strong> system to maintain any remotely secure and supportable setup. </p>
<p>No one was completely happy with the old model of a specific version branch being forever tied to the <strong>RHEL</strong> version, but the trade-off that is now a reality is that almost every version branch that was supported at the beginning of the <strong>RHEL 8</strong> cycle will be obsoleted before the end of the <strong>RHEL 8</strong> cycle. Upgrading between major branches within the same official <strong>RHEL</strong> repos is now quick and easy.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mark edwards		</title>
		<link>https://www.tecmint.com/install-wordpress-rhel-apache/comment-page-1/#comment-1980194</link>

		<dc:creator><![CDATA[mark edwards]]></dc:creator>
		<pubDate>Thu, 09 Mar 2023 02:24:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=45575#comment-1980194</guid>

					<description><![CDATA[Fantastic writeup, thank you so much for sharing.  This article saved me a LOT of time!

Suggestion: some of these commands were unfamiliar to me as they may be to others. So you might consider using the double-dash like this:
&lt;pre&gt;
/usr/bin/chcon --recursive --verbose --type=httpd_sys_rw_content_t /var/www/html/wordpress
&lt;/pre&gt;
I see where the &quot;&lt;strong&gt;restorecon&lt;/strong&gt;&quot; and the &quot;&lt;strong&gt;setsebool&lt;/strong&gt;&quot; don&#039;t have double-dash switches.

Some other site was using `&lt;strong&gt;ls -lZ&lt;/strong&gt;` instead of using `&lt;strong&gt;ls -l --context&lt;/strong&gt;` -- I wonder if you should show `&lt;strong&gt;ls --context /var/www/html/wordpress&lt;/strong&gt;; before and after you do the `&lt;strong&gt;chcon` command&lt;/strong&gt;? it might be useful to those like me who have never even seen these commands before.

Thanks again for sharing.]]></description>
			<content:encoded><![CDATA[<p>Fantastic writeup, thank you so much for sharing.  This article saved me a LOT of time!</p>
<p>Suggestion: some of these commands were unfamiliar to me as they may be to others. So you might consider using the double-dash like this:</p>
<pre>
/usr/bin/chcon --recursive --verbose --type=httpd_sys_rw_content_t /var/www/html/wordpress
</pre>
<p>I see where the &#8220;<strong>restorecon</strong>&#8221; and the &#8220;<strong>setsebool</strong>&#8221; don&#8217;t have double-dash switches.</p>
<p>Some other site was using `<strong>ls -lZ</strong>` instead of using `<strong>ls -l &#8211;context</strong>` &#8212; I wonder if you should show `<strong>ls &#8211;context /var/www/html/wordpress</strong>; before and after you do the `<strong>chcon` command</strong>? it might be useful to those like me who have never even seen these commands before.</p>
<p>Thanks again for sharing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rfan		</title>
		<link>https://www.tecmint.com/install-wordpress-rhel-apache/comment-page-1/#comment-1860044</link>

		<dc:creator><![CDATA[rfan]]></dc:creator>
		<pubDate>Wed, 10 Aug 2022 09:19:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=45575#comment-1860044</guid>

					<description><![CDATA[Thanks, James Kiarie, I installed wordpress in my Centos 8 Stream with MariaDB successfully.
&lt;pre&gt;
$ sudo restorecon -Rv /var/www/wordpress
&lt;/pre&gt;
the path should be:
&lt;pre&gt;
$ sudo restorecon -Rv /var/www/html/wordpress
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Thanks, James Kiarie, I installed wordpress in my Centos 8 Stream with MariaDB successfully.</p>
<pre>
$ sudo restorecon -Rv /var/www/wordpress
</pre>
<p>the path should be:</p>
<pre>
$ sudo restorecon -Rv /var/www/html/wordpress
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rony		</title>
		<link>https://www.tecmint.com/install-wordpress-rhel-apache/comment-page-1/#comment-1770557</link>

		<dc:creator><![CDATA[rony]]></dc:creator>
		<pubDate>Tue, 19 Apr 2022 06:21:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=45575#comment-1770557</guid>

					<description><![CDATA[&lt;pre&gt;
$ sudo chcon -t httpd_sys_rw_content_t /var/www/html/wordpress R
&lt;/pre&gt;
will be
&lt;pre&gt;
$ sudo chcon -t httpd_sys_rw_content_t /var/www/html/wordpress -R
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<pre>
$ sudo chcon -t httpd_sys_rw_content_t /var/www/html/wordpress R
</pre>
<p>will be</p>
<pre>
$ sudo chcon -t httpd_sys_rw_content_t /var/www/html/wordpress -R
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
