<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: php,apache</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Identifier la version de PHP installée sur un serveur</title>
        <link>http://www.posteet.com/view/1281</link>
        <description>
        <![CDATA[<pre>en ligne de commande :

php -v
ou :
php5 -v</pre> <a href="http://www.posteet.com/tags/apache">[apache]</a>  <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/php">[php]</a> ]]>        </description>
        <dc:creator>cyo</dc:creator>
        <pubDate>Tue, 23 Sep 2008 15:28:39 +0000</pubDate>

            <category>apache</category>
            <category>bash</category>
            <category>php</category>
    
    </item>

  
    <item>
        <title>Appliquer les changements sur Apache après avoir fait des modifs dans php.ini</title>
        <link>http://www.posteet.com/view/1185</link>
        <description>
        <![CDATA[<pre>service httpd reload</pre> <a href="http://www.posteet.com/tags/apache">[apache]</a>  <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/php">[php]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>cyo</dc:creator>
        <pubDate>Mon, 11 Aug 2008 09:17:14 +0000</pubDate>

            <category>apache</category>
            <category>bash</category>
            <category>linux</category>
            <category>php</category>
            <category>shell</category>
    
    </item>

  
    <item>
        <title>Interdire le PHP dans un répertoire avec apache</title>
        <link>http://www.posteet.com/view/1014</link>
        <description>
        <![CDATA[<pre># ajouter la conf suivante dans votre VirtualHost

&lt;Location /upload/&gt;
   AddType text/plain .php .php4 .php5 .phtml .py .pl .cgi .rb
&lt;/Location&gt;</pre> <a href="http://www.posteet.com/tags/apache">[apache]</a>  <a href="http://www.posteet.com/tags/php">[php]</a>  <a href="http://www.posteet.com/tags/security">[security]</a>  <a href="http://www.posteet.com/tags/virtualhost">[virtualhost]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Tue, 17 Jun 2008 13:52:30 +0000</pubDate>

            <category>apache</category>
            <category>php</category>
            <category>security</category>
            <category>virtualhost</category>
    
    </item>

  
    <item>
        <title>Inclusion de fichier automatique en fin de script par htaccess</title>
        <link>http://www.posteet.com/view/452</link>
        <description>
        <![CDATA[<pre>php_value auto_append_file /chemin_vers_ficher_a_inclure/append.php</pre> <a href="http://www.posteet.com/tags/apache">[apache]</a>  <a href="http://www.posteet.com/tags/htaccess">[htaccess]</a>  <a href="http://www.posteet.com/tags/php">[php]</a>  <a href="http://www.posteet.com/tags/web">[web]</a> ]]>        </description>
        <dc:creator>xillon</dc:creator>
        <pubDate>Thu, 15 Nov 2007 13:00:59 +0000</pubDate>

            <category>apache</category>
            <category>htaccess</category>
            <category>php</category>
            <category>web</category>
    
    </item>


</channel>
</rss>
