<?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: compiling suexec: the fast way (because your website is down)</title>
	<atom:link href="http://www.vanutsteen.nl/2008/06/14/compiling-suexec-the-fast-way-because-your-website-is-down/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vanutsteen.nl/2008/06/14/compiling-suexec-the-fast-way-because-your-website-is-down/</link>
	<description>A blog on rails, php, computing, my bass guitar and stuff</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:29:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://www.vanutsteen.nl/2008/06/14/compiling-suexec-the-fast-way-because-your-website-is-down/comment-page-1/#comment-5901</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 03 Feb 2011 13:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanutsteen.nl/?p=79#comment-5901</guid>
		<description>Thanks for your quick response, Leon.

Now I&#039;m one step further, but the update gives out 2 errors:

login:~/src/suexec# patch suexec suexecc.patch -o suexec.patched.c
(Stripping trailing CRs from patch.)
patching file suexec
Hunk #1 FAILED at 563.
Hunk #2 FAILED at 575.
2 out of 2 hunks FAILED -- saving rejects to file suexec.patched.c.rej

What&#039;s missing?

Sorry for the bother, Dave</description>
		<content:encoded><![CDATA[<p>Thanks for your quick response, Leon.</p>
<p>Now I&#8217;m one step further, but the update gives out 2 errors:</p>
<p>login:~/src/suexec# patch suexec suexecc.patch -o suexec.patched.c<br />
(Stripping trailing CRs from patch.)<br />
patching file suexec<br />
Hunk #1 FAILED at 563.<br />
Hunk #2 FAILED at 575.<br />
2 out of 2 hunks FAILED &#8212; saving rejects to file suexec.patched.c.rej</p>
<p>What&#8217;s missing?</p>
<p>Sorry for the bother, Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeonB</title>
		<link>http://www.vanutsteen.nl/2008/06/14/compiling-suexec-the-fast-way-because-your-website-is-down/comment-page-1/#comment-5900</link>
		<dc:creator>LeonB</dc:creator>
		<pubDate>Thu, 03 Feb 2011 12:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanutsteen.nl/?p=79#comment-5900</guid>
		<description>It is &lt;a href=&quot;http://www.vanutsteen.nl/wp-content/uploads/2008/06/suexecc.patch&quot; rel=&quot;nofollow&quot;&gt;this patch&lt;/a&gt; (only the wrong name).

The newer ubuntu versions have this package: apache2-suexec-custom which I think is better then compiling it manually.</description>
		<content:encoded><![CDATA[<p>It is <a href="http://www.vanutsteen.nl/wp-content/uploads/2008/06/suexecc.patch" rel="nofollow">this patch</a> (only the wrong name).</p>
<p>The newer ubuntu versions have this package: apache2-suexec-custom which I think is better then compiling it manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.vanutsteen.nl/2008/06/14/compiling-suexec-the-fast-way-because-your-website-is-down/comment-page-1/#comment-5899</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 03 Feb 2011 12:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanutsteen.nl/?p=79#comment-5899</guid>
		<description>Hi

I went through all the steps and they all worked up to and including step 7.

But step 8 failed saying:

patch: **** Can&#039;t open patch file suexec.c.patch : No such file or directory

I tried to find your patch  on your blog. Where exactly is the patch?

My problem:

suexec -V gives out following results:

login:/usr/lib/apache2# ./suexec -V
 -D SUEXEC_CONFIG_DIR=/etc/apache2/suexec/
 -D AP_GID_MIN=100
 -D AP_LOG_EXEC=&quot;/var/log/apache2/suexec.log&quot;
 -D AP_SAFE_PATH=&quot;/usr/local/bin:/usr/bin:/bin&quot;
 -D AP_UID_MIN=100

The two lines:

-D AP_DOC_ROOT=&quot;/var/www&quot;

and

-D AP_USERDIR_SUFFIX=&quot;public_html&quot;

are missing in my output.

Thanks in advance!

Yours
Dave</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I went through all the steps and they all worked up to and including step 7.</p>
<p>But step 8 failed saying:</p>
<p>patch: **** Can&#8217;t open patch file suexec.c.patch : No such file or directory</p>
<p>I tried to find your patch  on your blog. Where exactly is the patch?</p>
<p>My problem:</p>
<p>suexec -V gives out following results:</p>
<p>login:/usr/lib/apache2# ./suexec -V<br />
 -D SUEXEC_CONFIG_DIR=/etc/apache2/suexec/<br />
 -D AP_GID_MIN=100<br />
 -D AP_LOG_EXEC=&#8221;/var/log/apache2/suexec.log&#8221;<br />
 -D AP_SAFE_PATH=&#8221;/usr/local/bin:/usr/bin:/bin&#8221;<br />
 -D AP_UID_MIN=100</p>
<p>The two lines:</p>
<p>-D AP_DOC_ROOT=&#8221;/var/www&#8221;</p>
<p>and</p>
<p>-D AP_USERDIR_SUFFIX=&#8221;public_html&#8221;</p>
<p>are missing in my output.</p>
<p>Thanks in advance!</p>
<p>Yours<br />
Dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>

