<?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 Blog &#187; sun web server</title>
	<atom:link href="http://www.rz0r.net/tag/sun-web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rz0r.net</link>
	<description>Otro blog mas de linux</description>
	<lastBuildDate>Tue, 23 Aug 2011 05:26:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Configurando sun web server 7 con el PHP de Linux</title>
		<link>http://www.rz0r.net/2009/04/configurando-sun-web-server-7-con-el-php-de-linux/</link>
		<comments>http://www.rz0r.net/2009/04/configurando-sun-web-server-7-con-el-php-de-linux/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 00:32:53 +0000</pubDate>
		<dc:creator>rz0r</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[sun web server]]></category>

		<guid isPermaLink="false">http://www.rz0r.net/?p=98</guid>
		<description><![CDATA[En un post anterior habia mostrado como instalar el Sun Web Server 7  en Fedora8 utilizando el agregado PHP provisto por Sun,  el agregado esta bien si solo deseas utilizar las funciones mas comunes o basicas del PHP5, por lo general el PHP incluido en las distribuciones de linux viene con mas extensiones que le [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=90e8a2b5c540d915d4179fab9eeaf31d&amp;default=http://en.gravatar.com/avatar/90e8a2b5c540d915d4179fab9eeaf31d?s=80&r=any' alt='No Gravatar' width=40 height=40/><p>En un <a href="http://www.rz0r.net/2008/03/sun-java-system-web-server-70-php5-en-fedora8/" target="_blank">post anterior</a> habia mostrado como instalar el Sun Web Server 7  en Fedora8 utilizando el agregado PHP provisto por Sun,  el agregado esta bien si solo deseas utilizar las funciones mas comunes o basicas del PHP5, por lo general el PHP incluido en las distribuciones de linux viene con mas extensiones que le brinda caracteristicas adicionales al lenguaje.</p>
<p>Ahora bien para usar el PHP5 que viene con la distribuccion de Linux solo necesitamos hacer un par de ajustes al archivo obj.conf .</p>
<pre class="brush: plain; title: ; notranslate">
Service type=&quot;magnus-internal/php&quot;
fn=&quot;responder-fastcgi&quot;
bind-path=&quot;localhost:3101&quot;
app-path=&quot;/usr/bin/php-cgi&quot;
app-env=&quot;PHP_FCGI_CHILDREN=2&quot;
app-env=&quot;PHP_FCGI_MAX_REQUEST=200&quot;
app-env=&quot;FCGI_WEB_SERVER_ADDRS=127.0.0.1&quot;
app-env=&quot;LD_LIBRARY_PATH=/usr/lib/php&quot;
</pre>
<p>agregamos la ruta hacia el cgi de php en el &#8220;app-path&#8221;, y la ruta donde estan las extensiones por lo general es &#8220;/usr/lib/php&#8221; en &#8220;app-env&#8221;</p>
<p>luego en la consola de administracion hacemos un pull &amp; deploy de la configuracion y listo tendremos PHP5 que viene con la distro y todas las extensiones trabajando con nuestro Sun Web Server 7.</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.rz0r.net%2F2009%2F04%2Fconfigurando-sun-web-server-7-con-el-php-de-linux%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.rz0r.net/2009/04/configurando-sun-web-server-7-con-el-php-de-linux/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.rz0r.net/2009/04/configurando-sun-web-server-7-con-el-php-de-linux/"  data-text="Configurando sun web server 7 con el PHP de Linux" data-count="horizontal" data-via="rz0r">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.rz0r.net/2009/04/configurando-sun-web-server-7-con-el-php-de-linux/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.rz0r.net/2009/04/configurando-sun-web-server-7-con-el-php-de-linux/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.rz0r.net/2009/04/configurando-sun-web-server-7-con-el-php-de-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

