<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://dotclear.placeoweb.com/feed/rss2/xslt" ?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PlaceOweb Dotclear - Mot-clé - apache</title>
    <link>https://dotclear.placeoweb.com/</link>
    <atom:link href="https://dotclear.placeoweb.com/feed/tag/apache/rss2" rel="self" type="application/rss+xml" />
    <description></description>
    <language>fr</language>
    <pubDate>Wed, 20 May 2026 15:53:59 +0200</pubDate>
    <copyright></copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Dotclear</generator>
          <item>
        <title>Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration</title>
        <link>https://dotclear.placeoweb.com/post/Invalid-command-Header-%2C-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration</link>
        <guid isPermaLink="false">urn:md5:03caa123e52d2d934bc20135a0f57bef</guid>
        <pubDate>Sat, 17 Oct 2015 18:37:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Système</category>
                          <category>apache</category>
                <description>&lt;pre class=&quot;brush: plain&quot;&gt;[core:alert] /var/www/mywebsite/.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration&lt;/pre&gt;


&lt;p&gt;To simply solve this problem, use the following two commands for add the required and currently missing Apache module:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;a2enmod headers &lt;em&gt;# Enabling headers Module&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;apache2ctl restart &lt;em&gt;# Restarting Apache&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt; &lt;p&gt;/var/www/mywebsite/.htaccess:
&lt;FilesMatch &quot;.+&quot;&gt;
    ForceType application/octet-stream
    Header set Content-Disposition attachment
&lt;/FilesMatch&gt;

root@ks:~# a2en
a2enconf  a2enmod   a2ensite
root@ks:~# a2enmod headers
Enabling module headers.
To activate the new configuration, you need to run:
  service apache2 restart

root@ks:~# apache2ctl... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Invalid-command-Header-%2C-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Invalid-command-Header-%2C-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Invalid-command-Header-%2C-perhaps-misspelled-or-defined-by-a-module-not-included-in-the-server-configuration#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/639</wfw:commentRss>
              </item>
          <item>
        <title>T_ENCAPSED_AND_WHITESPACE error_reporting</title>
        <link>https://dotclear.placeoweb.com/post/T_ENCAPSED_AND_WHITESPACE-error_reporting</link>
        <guid isPermaLink="false">urn:md5:89248dc1ee3fe4184ef4a4856cd88eb5</guid>
        <pubDate>Wed, 20 Nov 2013 19:30:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>apache</category>
                  <category>php</category>
                <description>&lt;p&gt;Si vous avez réduit vos niveaux d'erreur à travers le error_reporting de php.ini, n'oubliez pas le E_PARSE pour catcher les erreurs de parsing, telle que T_ENCAPSED_AND_WHITESPACE sans quoi vous ne les trouverez pas dans vos logs PHP/Apache.&lt;/p&gt; &lt;p&gt;Par exemple :

nobody@SERVEUR:~$ cat file_with_syntax_error.php
&lt;?php ''


nobody@SERVEUR:~$ php file_with_syntax_error.php
PHP Parse error:  syntax error, unexpected end of file in /home/nobody/file_with_syntax_error.php on line 2


Avec le vérificateur de syntaxe php :

nobody@SERVEUR:~$ php -l file_with_syntax_error.php
PHP Parse error:  syntax... &lt;a href=&quot;https://dotclear.placeoweb.com/post/T_ENCAPSED_AND_WHITESPACE-error_reporting&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; T_ENCAPSED_AND_WHITESPACE error_reporting&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/T_ENCAPSED_AND_WHITESPACE-error_reporting#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/T_ENCAPSED_AND_WHITESPACE-error_reporting#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/592</wfw:commentRss>
              </item>
          <item>
        <title>OVH - Anti-hack - DOS UDP attacks to port 80. Peer2peer mode.</title>
        <link>https://dotclear.placeoweb.com/post/OVH-Anti-hack-DOS-UDP-attacks-to-port-80-Peer2peer-mode</link>
        <guid isPermaLink="false">urn:md5:917b28a4b89a97602e6cebd95f7d6ad7</guid>
        <pubDate>Fri, 14 Sep 2012 21:48:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Système</category>
                          <category>apache</category>
                  <category>cod4</category>
                <description>&lt;p&gt;&lt;a href=&quot;http://fr.wikipedia.org/wiki/User_Datagram_Protocol&quot;&gt;&lt;/a&gt;En tant qu'utilisateur d'hébergement de serveur dédié &lt;a href=&quot;https://www.ovh.com/&quot;&gt;OVH&lt;/a&gt; ou &lt;a href=&quot;http://www.kimsufi.com/&quot;&gt;Kimsufi&lt;/a&gt;, vous avez peut être déjà reçu un mail &quot;Anti-hack&quot; concernant &quot;DOS UDP attacks to port 80. Peer2peer mode.&quot;&lt;/p&gt; &lt;p&gt;Selon ce que vous hébergez, je vous invite à bien configurer votre pare feux, car OVH surveille et traque le peer-to-peer.


OVH - Détection de Hack


Bonjour,

Votre serveur ks123456.kimsufi.com representant une trop grande menace pour notre
reseau, nous n'avons eu d'autre choix que de le placer dans le mode
'rescue FTP'. Un identifiant et un mot... &lt;a href=&quot;https://dotclear.placeoweb.com/post/OVH-Anti-hack-DOS-UDP-attacks-to-port-80-Peer2peer-mode&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; OVH - Anti-hack - DOS UDP attacks to port 80. Peer2peer mode.&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/OVH-Anti-hack-DOS-UDP-attacks-to-port-80-Peer2peer-mode#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/OVH-Anti-hack-DOS-UDP-attacks-to-port-80-Peer2peer-mode#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/544</wfw:commentRss>
              </item>
          <item>
        <title>Content-Disposition: attachment; filename</title>
        <link>https://dotclear.placeoweb.com/post/Content-Disposition-attachment-filename</link>
        <guid isPermaLink="false">urn:md5:333efa110a9b7b146b3eada02f3b57d5</guid>
        <pubDate>Fri, 27 Jan 2012 19:07:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Outils Internet</category>
                          <category>apache</category>
                  <category>php</category>
                  <category>windows</category>
                <description>&lt;p&gt;Comment faire un téléchargement forcé compatible avec tous les navigateurs (smartphones inclus) ?...&lt;/p&gt;


&lt;pre&gt;Content-Disposition: attachment; filename=xxx&lt;/pre&gt; &lt;p&gt;Ma conclusion

if( preg_match(&quot;/.*MSIE .*/&quot;,$_SERVER[&quot;HTTP_USER_AGENT&quot;]) ) {
							/**
							 * IE (Internet Explorer)
							 * Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3)
							 * Mozilla/5.0 (compatible;... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Content-Disposition-attachment-filename&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Content-Disposition: attachment; filename&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Content-Disposition-attachment-filename#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Content-Disposition-attachment-filename#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/499</wfw:commentRss>
              </item>
          <item>
        <title>Installation nouveau PC sur Windows 7</title>
        <link>https://dotclear.placeoweb.com/post/installation-nouveau-PC-Windows-7</link>
        <guid isPermaLink="false">urn:md5:a5e9c18533765db0d163ae8a7d883772</guid>
        <pubDate>Sun, 25 Dec 2011 10:21:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Système</category>
                          <category>apache</category>
                  <category>csv</category>
                  <category>eclipse</category>
                  <category>excel</category>
                  <category>java</category>
                  <category>messagerie</category>
                  <category>mysql</category>
                  <category>php</category>
                  <category>sql</category>
                  <category>windows</category>
                  <category>xls</category>
                <description>&lt;p&gt;Quels logiciels faut il à un webmaster sous Windows 7 ?&lt;/p&gt; &lt;p&gt;Installer les programmes suivants


Windows

Windows 7
Activation

Antivirus

Comodo Antivirus
Antivir
Avast

Navigateur

IE (déjà inclut sous Windows)
Firefox
Chrome

ZIP

7zip

PDF

Foxit Reader

Communication instantanée

Pidgin

Office (Word, Excel)

Microsoft Office
Open Office

Mail

Thunderbird

Java
FTP/SFTP

FileZilla

SSH

PuTTY

Editeurs... &lt;a href=&quot;https://dotclear.placeoweb.com/post/installation-nouveau-PC-Windows-7&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Installation nouveau PC sur Windows 7&lt;/a&gt;&lt;/p&gt;
</description>
        
              </item>
          <item>
        <title>Telnet HTTP</title>
        <link>https://dotclear.placeoweb.com/post/telnet-http</link>
        <guid isPermaLink="false">urn:md5:001c2526b2e78647016bff2931bcce1a</guid>
        <pubDate>Tue, 06 Dec 2011 13:07:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Outils Internet</category>
                          <category>apache</category>
                  <category>linux</category>
                  <category>windows</category>
                <description>&lt;p&gt;Comment vérifier avec telnet qu'un port de serveur soit en écoute ?&lt;/p&gt; &lt;p&gt;Aide HTTP : Comment tester HTTP en utilisant Telnet


Telnet est un programme favori de dépannage de longue date pour diagnostiquer les problèmes de connexion. Il peut être utilisé pour tenter de se connecter à un serveur sur un port donné. Généralement, vous pouvez rapidement vérifier si  le côté distant est en &quot;écoute&quot;.


Plus précisément, telnet... &lt;a href=&quot;https://dotclear.placeoweb.com/post/telnet-http&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Telnet HTTP&lt;/a&gt;&lt;/p&gt;
</description>
        
              </item>
          <item>
        <title>&lt;pre style=&quot;word-wrap: break-word; white-space: pre-wrap;&quot;&gt;</title>
        <link>https://dotclear.placeoweb.com/post/json-error-pre-tag-added-undesirable</link>
        <guid isPermaLink="false">urn:md5:173131e0ba7d160cc1f56602d64ee707</guid>
        <pubDate>Sun, 11 Sep 2011 19:15:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Javascript</category>
                          <category>apache</category>
                  <category>java</category>
                  <category>javascript</category>
                  <category>php</category>
                <description>&lt;p&gt;Mais qu'est donc le contenu rajouté en plus par mon navigateur qui casse mon flux Json attendu&amp;nbsp;?&lt;/p&gt;


&lt;pre&gt;&amp;lt;pre style=&quot;word-wrap: break-word; white-space: pre-wrap;&quot;&amp;gt;
&amp;lt;/pre&amp;gt;&lt;/pre&gt; &lt;p&gt;Selon les entêtes serveur, les navigateurs (IE, Google Chrome, Firefox) réagissent différemment.


En effet l'élément content-type est nécessaire.

Content-Type: text/html

ou

Content-Type: application/json


Avec Chrome ou firefox, lors de la soumission d'un formulaire web, sans définir le content-type ou en le définissant à &quot;application/json&quot;,... &lt;a href=&quot;https://dotclear.placeoweb.com/post/json-error-pre-tag-added-undesirable&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; &amp;lt;pre style=&amp;quot;word-wrap: break-word; white-space: pre-wrap;&amp;quot;&amp;gt;&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/json-error-pre-tag-added-undesirable#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/json-error-pre-tag-added-undesirable#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/468</wfw:commentRss>
              </item>
          <item>
        <title>Apache optimisation</title>
        <link>https://dotclear.placeoweb.com/post/Apache-optimisation</link>
        <guid isPermaLink="false">urn:md5:74a368b33fec4fa748c96eb91287b8b3</guid>
        <pubDate>Sun, 03 Apr 2011 16:30:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Système</category>
                          <category>apache</category>
                  <category>linux</category>
                  <category>windows</category>
                <description>&lt;p&gt;Apache optimisation
Configuration d'Apache pour des performances maximales
Optimisation des performances d'Apache&lt;/p&gt; &lt;p&gt;Optimisation des performances d'Apache


Apache Performance Tuning (Optimisation des performances d'Apache)


Configuration d'Apache pour des performances maximales Gazette Linux n°123 — Février 2006
optimisation:apache
Optimisation Apache2
L’optimisation de apache2 en mode prefork et en mode worker basé sur Le paramétrage d'apache2 en mode prefork... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Apache-optimisation&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Apache optimisation&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Apache-optimisation#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Apache-optimisation#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/450</wfw:commentRss>
              </item>
          <item>
        <title>Apache redirection www</title>
        <link>https://dotclear.placeoweb.com/post/Apache-redirection-www</link>
        <guid isPermaLink="false">urn:md5:12a43091565ac250144238aa8f93f4e9</guid>
        <pubDate>Sun, 03 Apr 2011 12:31:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Outils Internet</category>
                          <category>apache</category>
                  <category>debian</category>
                <description>&lt;p&gt;Comment, avec Apache, rediriger un site sans l'alias www vers une url avec son alias www inclus&amp;nbsp;?&lt;/p&gt;


&lt;p&gt;Par exemple lorsque vous saisissez &quot;placeoweb.com/ip&quot;, voici comment faire une redirection vers &quot;www.placeoweb.com/ip&quot;&lt;/p&gt; &lt;p&gt;Pour rediriger avec Apache n'importe quel domaine vers www.leDomaineQuelconqueApppelé.extension, il vous faudra activer le module rewrite en incluant dans votre configuration
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so


Sous Debian, rajouter un lien symbolique dans mods-enabled qui pointe sur mods-available/rewrite.load... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Apache-redirection-www&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Apache redirection www&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Apache-redirection-www#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Apache-redirection-www#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/442</wfw:commentRss>
              </item>
          <item>
        <title>JBoss CXF Web services</title>
        <link>https://dotclear.placeoweb.com/post/JBoss-CXF-Web-services</link>
        <guid isPermaLink="false">urn:md5:23585c84897048a0e4b47211eaf0f3fa</guid>
        <pubDate>Sun, 22 Aug 2010 20:58:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>apache</category>
                  <category>eclipse</category>
                  <category>framework</category>
                  <category>java</category>
                  <category>javaEE</category>
                  <category>jboss</category>
                <description>&lt;p&gt;JBoss 6 AS incorpore l'implémentation des web services avec apache CXF. Dans ce tutoriel nous allons voir comment créer un point de terminaison de service Web (endpoint) simple et la façon de déployer et de le tester avec un client.&lt;/p&gt; &lt;p&gt;JBoss 6.0.0.Final, Web Services Apache CXF et Eclipse (3.6 Helios)


Apache CXF est un framework de services Open Source. CXF vous aide à construire et développer des services en utilisant les API de programmation frontend, comme JAX-WS et JAX-RS. Ces services peuvent communiquer avec une variété de protocoles tels que SOAP, XML/HTTP, RESTful HTTP,... &lt;a href=&quot;https://dotclear.placeoweb.com/post/JBoss-CXF-Web-services&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; JBoss CXF Web services&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/JBoss-CXF-Web-services#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/JBoss-CXF-Web-services#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/421</wfw:commentRss>
              </item>
          <item>
        <title>Apache CXF</title>
        <link>https://dotclear.placeoweb.com/post/Apache-CXF</link>
        <guid isPermaLink="false">urn:md5:005dc11eca0873ce37c8ca1554428e42</guid>
        <pubDate>Sun, 22 Aug 2010 20:57:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>apache</category>
                  <category>framework</category>
                  <category>java</category>
                  <category>javaEE</category>
                  <category>jboss</category>
                <description>&lt;p&gt;&lt;a href=&quot;http://cxf.apache.org/&quot;&gt;Apache CXF&lt;/a&gt;&amp;nbsp;: An Open-Source Services Framework&lt;/p&gt; &lt;p&gt;Apache CXF : Un Open-Source Services Framework


CXF User's Guide
Apache CXF JavaDoc
Developing a Consumer with CXF Generating the Stub Code, Implementing a CXF Client, Setting Connection Properties with Contexts
Apache CXF &gt; Debugging and LoggingDebugging and Logging
Apache CXF &gt; Setting up Eclipse
CXF : WSDL to Java
Apache CXF &gt; How-Tos &gt;... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Apache-CXF&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Apache CXF&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Apache-CXF#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Apache-CXF#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/415</wfw:commentRss>
              </item>
          <item>
        <title>Exécuter PHP sur serveur web JAVA</title>
        <link>https://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA</link>
        <guid isPermaLink="false">urn:md5:9095c43ca4f38a0209f07b5a733a253b</guid>
        <pubDate>Sun, 22 Aug 2010 20:35:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>apache</category>
                  <category>java</category>
                  <category>javaEE</category>
                  <category>jboss</category>
                  <category>jetty</category>
                  <category>php</category>
                  <category>tomcat</category>
                <description>&lt;p&gt;Exécuter PHP sur un serveur web JAVA (J2EE, Tomcat, Jetty, Jboss...)&lt;/p&gt; &lt;p&gt;Jetty


Jetty and PHP
Exécuter des applications PHP (php-cgi) en utilisant les servlets Jetty CGI.


Using the CGI Servlet and HtAccessFilter with Jetty 6 to serve PHP applications
java.jetty.support :PHP for Jetty using PHP Servlet
Php et Jetty


PHP/Java Bridge


How it works


Quercus


Si vous aimez mélanger les langages ensemble, vous allez... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Exécuter PHP sur serveur web JAVA&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/390</wfw:commentRss>
              </item>
          <item>
        <title>WampServer PHP 5.3.3</title>
        <link>https://dotclear.placeoweb.com/post/wamp-php-5.3.3</link>
        <guid isPermaLink="false">urn:md5:54be24db66bdfc7b74597c7481bd92f8</guid>
        <pubDate>Thu, 22 Jul 2010 20:46:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>apache</category>
                  <category>php</category>
                <description>&lt;p&gt;A ce jour, la dernière version de &lt;a href=&quot;http://www.wampserver.com/&quot;&gt;WampServer&lt;/a&gt; est fournie avec PHP 5.3.0 et ses &lt;a href=&quot;http://www.wampserver.com/addons_php.php&quot;&gt;addons&lt;/a&gt; permettent d'ajouter PHP 5.3.1, hors la version actuelle de &lt;a href=&quot;http://www.php.net/&quot;&gt;PHP&lt;/a&gt; est la 5.3.3.&lt;/p&gt;


&lt;p&gt;Comment mettre PHP 5.3.3 avec WampServer&amp;nbsp;?&lt;/p&gt; &lt;p&gt;Procédure d'update de WampServer vers PHP 5.3.3


Télécharger le dernier PHP For Windows


Quelle version choisir?

Si vous utilisez PHP avec Apache 1 ou Apache2 de apache.org vous devez utiliser la VC6 versions de PHP
Si vous utilisez PHP avec IIS, vous devez utiliser les versions de PHP VC9


Versions VC6 sont compilés avec l'héritage du... &lt;a href=&quot;https://dotclear.placeoweb.com/post/wamp-php-5.3.3&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; WampServer PHP 5.3.3&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/wamp-php-5.3.3#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/wamp-php-5.3.3#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/386</wfw:commentRss>
              </item>
          <item>
        <title>Compression GZIP sur serveur Web Apache</title>
        <link>https://dotclear.placeoweb.com/post/Compression-GZIP-sur-serveur-Web-Apache</link>
        <guid isPermaLink="false">urn:md5:edccd0ebda84727d0e44a31d9712075b</guid>
        <pubDate>Thu, 22 Apr 2010 21:02:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Outils Internet</category>
                          <category>apache</category>
                  <category>debian</category>
                <description>&lt;p&gt;Compresser vos pages web avec zip pour accélérer le temps de réponse et satisfaire les internautes et Google pour améliorer son référencement.&lt;/p&gt; &lt;p&gt;La documentation Apache du module  mod_deflate


Le module mod_deflate implémente le filtre de sortie DEFLATE qui permet de comprimer la sortie de votre serveur avant de l'envoyer au client sur le réseau.

Serveur Apache HTTP Version 2.3 : Module Apache mod_deflate
Apache HTTP Server Version 2.2 : Apache Module mod_deflate


Sur Apache/2.2.9... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Compression-GZIP-sur-serveur-Web-Apache&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Compression GZIP sur serveur Web Apache&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Compression-GZIP-sur-serveur-Web-Apache#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Compression-GZIP-sur-serveur-Web-Apache#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/348</wfw:commentRss>
              </item>
          <item>
        <title>limiter taille des logs apache</title>
        <link>https://dotclear.placeoweb.com/post/limiter-taille-des-logs-apache</link>
        <guid isPermaLink="false">urn:md5:be472b78a082f9432cf4e95b87b01a63</guid>
        <pubDate>Sat, 06 Feb 2010 09:59:00 +0000</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Outils Internet</category>
                          <category>apache</category>
                <description>&lt;p&gt;Comment limiter la taille des fichiers de log d'apache afin de ne pas remplir et saturer sa partition ou son disque dur&amp;nbsp;?&lt;/p&gt; &lt;p&gt;rotatelogs - Piped logging program to rotate Apache logs

# apache2ctl -version
Server version: Apache/2.2.9 (Debian)
Server built:   Nov 14 2009 21:07:23
 
# rotatelogs
Incorrect number of arguments
Usage: rotatelogs [-l] [-f] &lt;logfile&gt; {&lt;rotation time in seconds&gt;|&lt;rotation size in megabytes&gt;} [offset minutes from UTC]
 
Add this:
 
TransferLog... &lt;a href=&quot;https://dotclear.placeoweb.com/post/limiter-taille-des-logs-apache&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; limiter taille des logs apache&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/limiter-taille-des-logs-apache#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/limiter-taille-des-logs-apache#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/329</wfw:commentRss>
              </item>
          <item>
        <title>wamp ssl</title>
        <link>https://dotclear.placeoweb.com/post/wamp-ssl-https</link>
        <guid isPermaLink="false">urn:md5:5538d80581d2d86dbab40c20d0b4136c</guid>
        <pubDate>Wed, 11 Feb 2009 22:03:00 +0000</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>apache</category>
                  <category>php</category>
                <description>&lt;p&gt;Comment remédier au message de WampServer&amp;nbsp;: &lt;q&gt;SSL support is not available in this build&lt;/q&gt;&lt;/p&gt; &lt;p&gt;Activer le le protocole HTTPS (SSL)


Activer le module SSL (HTTPS) sur votre Apache Windows

Dans apache activer le module ssl (httpd.conf)

LoadModule ssl_module modules/mod_ssl.so


Activer le module SSL (HTTPS) sur votre PHP Windows

Dans le ou les php.ini de WampServeur (phpForApache.ini et php.ini), activer l'extension

extension=php_soap.dll... &lt;a href=&quot;https://dotclear.placeoweb.com/post/wamp-ssl-https&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; wamp ssl&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/wamp-ssl-https#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/wamp-ssl-https#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/350</wfw:commentRss>
              </item>
      </channel>
</rss>
