<?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>Commentaires sur : Serveur Web Nginx/PHP/MySQL sous MacOS X</title>
	<atom:link href="http://blog.hbis.fr/2009/04/16/webserver-macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hbis.fr/2009/04/16/webserver-macosx/</link>
	<description>Administrateur &#38; Développeur système UNIX/Linux</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:33:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Par : Boris HUISGEN</title>
		<link>http://blog.hbis.fr/2009/04/16/webserver-macosx/comment-page-1/#comment-317</link>
		<dc:creator>Boris HUISGEN</dc:creator>
		<pubDate>Sat, 17 Oct 2009 09:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hbis.fr/?p=547#comment-317</guid>
		<description>Article mis à jour pour la dernière monture de MacPorts.</description>
		<content:encoded><![CDATA[<p>Article mis à jour pour la dernière monture de MacPorts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Jessel Nicolas</title>
		<link>http://blog.hbis.fr/2009/04/16/webserver-macosx/comment-page-1/#comment-314</link>
		<dc:creator>Jessel Nicolas</dc:creator>
		<pubDate>Fri, 16 Oct 2009 12:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hbis.fr/?p=547#comment-314</guid>
		<description>Et son petit frère pour tout arrêter...

stop.sh

#!/bin/sh

/opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper stop
kill `cat /opt/local/var/run/nginx/nginx.pid`
/opt/local/etc/nginx/fcgi-php.sh stop</description>
		<content:encoded><![CDATA[<p>Et son petit frère pour tout arrêter&#8230;</p>
<p>stop.sh</p>
<p>#!/bin/sh</p>
<p>/opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper stop<br />
kill `cat /opt/local/var/run/nginx/nginx.pid`<br />
/opt/local/etc/nginx/fcgi-php.sh stop</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Jessel Nicolas</title>
		<link>http://blog.hbis.fr/2009/04/16/webserver-macosx/comment-page-1/#comment-313</link>
		<dc:creator>Jessel Nicolas</dc:creator>
		<pubDate>Fri, 16 Oct 2009 12:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hbis.fr/?p=547#comment-313</guid>
		<description>Voici un script permettant le démarrage automatique de votre PHP et de tous les composants dont il a besoin pour fonctionner avec la configuration ci-dessus (auteur Boris, bien évidemment)

start.sh

#!/bin/sh

/opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper start
nginx
/opt/local/etc/nginx/fcgi-php.sh start</description>
		<content:encoded><![CDATA[<p>Voici un script permettant le démarrage automatique de votre PHP et de tous les composants dont il a besoin pour fonctionner avec la configuration ci-dessus (auteur Boris, bien évidemment)</p>
<p>start.sh</p>
<p>#!/bin/sh</p>
<p>/opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper start<br />
nginx<br />
/opt/local/etc/nginx/fcgi-php.sh start</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Boris HUISGEN</title>
		<link>http://blog.hbis.fr/2009/04/16/webserver-macosx/comment-page-1/#comment-211</link>
		<dc:creator>Boris HUISGEN</dc:creator>
		<pubDate>Fri, 18 Sep 2009 22:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hbis.fr/?p=547#comment-211</guid>
		<description>Quelques remarques suite aux nouveautés de MacPorts :
- MySQL possède quant à lui deux ports distincts, un pour la partie client et un autre pour la partie serveur (mysql5-server).
- PHP5 ne supporte plus que certaines variantes : sudo port install php5 +fastcgi +pear. Il faut installer en plus le port php5-mysql pour l&#039;extension MySQL. Son répertoire de configuration à changé : /opt/local/etc/php5
- spawn-fcgi a un port spécifique, il est donc inutile de compiler lighttpd : sudo port install spawn-fcgi</description>
		<content:encoded><![CDATA[<p>Quelques remarques suite aux nouveautés de MacPorts :<br />
- MySQL possède quant à lui deux ports distincts, un pour la partie client et un autre pour la partie serveur (mysql5-server).<br />
- PHP5 ne supporte plus que certaines variantes : sudo port install php5 +fastcgi +pear. Il faut installer en plus le port php5-mysql pour l&#8217;extension MySQL. Son répertoire de configuration à changé : /opt/local/etc/php5<br />
- spawn-fcgi a un port spécifique, il est donc inutile de compiler lighttpd : sudo port install spawn-fcgi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

