<?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>Justin Samuel &#187; RPMs</title>
	<atom:link href="http://www.justinsamuel.com/categories/linux/rpms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justinsamuel.com</link>
	<description>Security, Linux, Development</description>
	<lastBuildDate>Thu, 24 Dec 2009 19:29:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>php 5.1.4 rpms for rhel4 added (with apc)</title>
		<link>http://www.justinsamuel.com/2006/05/25/php-514-rpms-for-rhel4-added-with-apc/</link>
		<comments>http://www.justinsamuel.com/2006/05/25/php-514-rpms-for-rhel4-added-with-apc/#comments</comments>
		<pubDate>Fri, 26 May 2006 03:45:06 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[RPMs]]></category>

		<guid isPermaLink="false">http://www.justinsamuel.com/uncategorized/11/php-514-rpms-for-rhel4-added-with-apc</guid>
		<description><![CDATA[php 5.1.4 rpms for rhel 4 have been added to the rpm downloads section. These are based off of the current fedora core 5 rpms with the following changes: * shared hosting security: removed posix functions [shared hosting security] * removed pcntl functions [shared hosting security] * added dummy domxml package [compatibility with other packages [...]]]></description>
			<content:encoded><![CDATA[<p>php 5.1.4 rpms for rhel 4 have been added to the rpm downloads section. These are based off of the current fedora core 5 rpms with the following changes:</p>
<p>    * shared hosting security: removed posix functions [shared hosting security]<br />
    * removed pcntl functions [shared hosting security]<br />
    * added dummy domxml package [compatibility with other packages that depend on it, such as certain plesk 8 packages]</p>
<p>This build does have cgi compiled with fastcgi support.</p>
<p>Additionally, there is a corresponding php-apc 3.1.0 rpm available in the downloads section for this build of php.<span id="more-11"></span></p>
<p>To get these files with up2date, add my rpm signing key:<br />
rpm &#8211;import http://www.justinsamuel.com/downloads/rpms/RPM-GPG-KEY.js.txt</p>
<p>And add this line to your /etc/sysconfig/rhn/sources:<br />
yum justinsamuel-com http://www.justinsamuel.com/downloads/rpms/redhat/el4/en/$ARCH/js/</p>
<p>&#8212;<br />
topics: rh4, rhel4, red hat enterprise linux 4, centos4, cent os 4, php5, apc</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justinsamuel.com/2006/05/25/php-514-rpms-for-rhel4-added-with-apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scponly rpms with chroot enabled added for rhel4</title>
		<link>http://www.justinsamuel.com/2006/03/30/scponly-rpms-with-chroot-enabled-added-for-rhel4/</link>
		<comments>http://www.justinsamuel.com/2006/03/30/scponly-rpms-with-chroot-enabled-added-for-rhel4/#comments</comments>
		<pubDate>Thu, 30 Mar 2006 15:53:58 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[RPMs]]></category>
		<category><![CDATA[Server Security]]></category>

		<guid isPermaLink="false">http://www.justinsamuel.com/linux/server-security/10/scponly-rpms-with-chroot-enabled-added-for-rhel4</guid>
		<description><![CDATA[i&#8217;ve added scponly rpms with chroot enabled for rhel4. get the files here or by apt/yum. this is more useful in a shared hosting environment than the rpms found at DAG and elsewhere that don&#8217;t have chroot enabled. to use this, for example on a plesk box to allow domains to use sftp without having [...]]]></description>
			<content:encoded><![CDATA[<p>i&#8217;ve added scponly rpms with chroot enabled for rhel4.  <a href="http://www.justinsamuel.com/downloads/rpms/redhat/el4/en/i386/RPMS.js/">get the files here</a> or by apt/yum.  this is more useful in a shared hosting environment than the rpms found at DAG and elsewhere that don&#8217;t have chroot enabled.</p>
<p>to use this, for example on a plesk box to allow domains to use sftp without having to give them a chroot&#8217;ed bash shell, do the following:<span id="more-10"></span></p>
<p>- install the scponly rpm from the downloads area<br />
- add the following line to your /etc/shells file<br />
<code>/usr/sbin/scponlyc</code><br />
- set any domain you want to have sftp access without any other shell access to use this shell.<br />
- optionally, edit your domain templates and make the default shell this one and remove ability for clients to change the shell for a domain</p>
<p>note that this will only allow domains to use sftp but not scp (at least on a redhat box).  this is because plesk decided to put the scp binary for a site&#8217;s chroot someone different than it exists in the rest of the system, and so it&#8217;s not where the scponlyc shell will look for it.  so, just keep that in mind in case anyone complains sftp works but not scp.</p>
<p>if you want to have scp work for a domain, hard link the domain&#8217;s bin/scp to usr/bin/scp.  if you want, you can even make the change to the chroot directory so that newly created domains have scp available, too.  and if you&#8217;re brave, you can use the chrootmng tool to setup existing domains with your changes to the chroot directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justinsamuel.com/2006/03/30/scponly-rpms-with-chroot-enabled-added-for-rhel4/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>php APC rpms added for php 5.1.2 / APC 3.0.10 / rhel 4</title>
		<link>http://www.justinsamuel.com/2006/03/15/php-apc-rpms-added-for-php-512-apc-3010-rhel-4/</link>
		<comments>http://www.justinsamuel.com/2006/03/15/php-apc-rpms-added-for-php-512-apc-3010-rhel-4/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 08:11:04 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[RPMs]]></category>

		<guid isPermaLink="false">http://www.justinsamuel.com/uncategorized/2006/03/php-apc-rpms-added-for-php-512-apc-3010-rhel-4/8/</guid>
		<description><![CDATA[I&#8217;ve added php-apc rpms for php 5.1.2 on rhel4, using the current stable release of APC (3.0.10). get the files here or by apt/yum. Additional notes: Trying to enable APC for all sites on a server that has the sites running php though fastcgi (with a very low shm_size) resulted in odd behaviour on some [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added php-apc rpms for php 5.1.2 on rhel4, using the current stable release of APC (3.0.10).   <a href="http://www.justinsamuel.com/downloads/rpms/redhat/el4/en/i386/RPMS.js/">get the files here</a> or by apt/yum.  Additional notes: <span id="more-8"></span></p>
<p>Trying to enable APC for all sites on a server that has the sites running php though fastcgi (with a very low shm_size) resulted in odd behaviour on some sites.  An shm_size of 3 or 4MB on a site running drupal produced errors of apc_sma_free: could not locate address, but 2MB seemed to work fine.  Other sites handled the setting of 3 or 4MB just fine.  I didn&#8217;t test any further as all i really needed to verify for myself was that enabling APC for all sites wasn&#8217;t a good plan.  I&#8217;ll stick to turning it on in each sites&#8217;s php.ini for now for those that are very heavily trafficked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justinsamuel.com/2006/03/15/php-apc-rpms-added-for-php-512-apc-3010-rhel-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php 5.1.2 rpms for centos 4 (rhel 4)</title>
		<link>http://www.justinsamuel.com/2006/03/08/php-512-rpms-for-centos-4-rhel-4/</link>
		<comments>http://www.justinsamuel.com/2006/03/08/php-512-rpms-for-centos-4-rhel-4/#comments</comments>
		<pubDate>Thu, 09 Mar 2006 05:44:16 +0000</pubDate>
		<dc:creator>justin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[RPMs]]></category>

		<guid isPermaLink="false">http://justinsamuel.com/archives/2006-03-08/php-512-rpms-for-centos-4-rhel-4/3/</guid>
		<description><![CDATA[php 5.1.2 rpms for centos 4 (rhel 4) have been added to the rpm download page. These are based off of the current fedora core 5 test 3 rpms with the following security changes for shared hosting environments: removed posix functions (were enabled for cgi, cli and apache module) removed pcntl functions (were enabled for [...]]]></description>
			<content:encoded><![CDATA[<p>php 5.1.2 rpms for centos 4 (rhel 4) have been added to the <a href="http://www.justinsamuel.com/downloads/rpms/redhat/el4/en/i386/RPMS.js/">rpm download page</a>.  These are based off of the current fedora core 5 test 3 rpms with the following security changes for shared hosting environments:</p>
<ul>
<li>removed posix functions (were enabled for cgi, cli and apache module)</li>
<li>removed pcntl functions (were enabled for cgi)</li>
</ul>
<p>This build does have cgi compiled with fastcgi support (the fedora php5 releases have that).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justinsamuel.com/2006/03/08/php-512-rpms-for-centos-4-rhel-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
