<?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>Control WebPanel Wiki &#187; mod_suexec</title>
	<atom:link href="https://wiki.centos-webpanel.com/tag/mod_suexec/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>How to enable mod_suexec with Apache</title>
		<link>https://wiki.centos-webpanel.com/how-to-enable-mod_suexec-with-apache</link>
		<comments>https://wiki.centos-webpanel.com/how-to-enable-mod_suexec-with-apache#comments</comments>
		<pubDate>Wed, 28 Jun 2017 18:30:05 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[mod_suexec]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=844</guid>
		<description><![CDATA[How to enable mod_suexec with Apache on CentOS WebPanel This module allows CGI scripts to run as a specified user and group. Don't enable this module if you don't need it as it will add additional execution time for your scripts. This module is recommend for servers having enabled cgi-script and which run multiple sites. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>How to enable mod_suexec with Apache on CentOS WebPanel</strong><br />
This module allows CGI scripts to run as a specified user and group.</p>
<p>Don't enable this module if you don't need it as it will add additional execution time for your scripts. This module is recommend for servers having enabled cgi-script and which run multiple sites.</p>
<p>Since CWP Apache is already compiled with custom configured suexec module you only need to load it.<br />
The best way for custom configuration is to use /usr/local/apache/conf.d/ files.<br />
Changes in main configuration file /usr/local/apache/conf/httpd.conf can break your changes on updates.</p>
<p><strong>Create File</strong>: /usr/local/apache/conf.d/mod_suexec.conf</p>
<pre>LoadModule suexec_module modules/mod_suexec.so</pre>
<p>Now restart your apache and you are ready to go <img src="https://wiki.centos-webpanel.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<pre>service httpd restart</pre>
<p><em>Please note that from version of Apache 2.4.26-2 CWP is running custom modified suexec to allow easier usage.</em></p>
<p><em>This info is for CWP Apache version 2.4.26-2 or later</em></p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/how-to-enable-mod_suexec-with-apache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
