<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/wampserverpatch/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/wampserverpatch/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 23 Jul 2010 20:29:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wampserverpatch/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>%ProgramFiles%, %WinDir% etc. for some paths</title><link>https://sourceforge.net/p/wampserverpatch/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;j'utilise mon Wamp à partir de plusieurs Windows installés sur le même disque dur, et donc avec des lettres de lecteurs différentes&lt;/p&gt;
&lt;p&gt;dans le wampmanager.conf, au lieu d'utiliser :&lt;br /&gt;
editor = "G:\Program Files\Notepad++\notepad++.exe"&lt;br /&gt;
je préfère utiliser :&lt;br /&gt;
editor = "%ProgramFiles%\Notepad++\notepad++.exe"&lt;/p&gt;
&lt;p&gt;pour ce faire, j'ai ajouté ce code dans le wamp\scripts\config.inc.php,&lt;br /&gt;
juste après le $wampConf = @parse_ini_file($configurationFile); :&lt;/p&gt;
&lt;p&gt;foreach (array('ProgramFiles', 'SystemRoot', 'WinDir', 'SystemDrive') as $var_name)&lt;br /&gt;
{&lt;br /&gt;
$wampConf['editor']    = str_ireplace('%' . $var_name . '%', getenv($var_name), $wampConf['editor']);&lt;br /&gt;
$wampConf['navigator'] = str_ireplace('%' . $var_name . '%', getenv($var_name), $wampConf['navigator']);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;je poste ceci dans l'éventualité où cela t'intéressait d'implémenter une fonctionnalité similaire dans le Wamp Patch ;)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vlaKoff</dc:creator><pubDate>Fri, 23 Jul 2010 20:29:44 -0000</pubDate><guid>https://sourceforge.netce9c5dade34b01e363c574b35e2a133c827f3c35</guid></item><item><title>vhost</title><link>https://sourceforge.net/p/wampserverpatch/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I wondered if there was of creating a vhost application which allows you to automatically assist in configuring hosts file and the vconf apache file&lt;/p&gt;
&lt;p&gt;i spent a long time learning how to make a basic vhost so i can be creating multiple sites ..&lt;/p&gt;
&lt;p&gt;i basically have to edit the hosts file and create a .local mapping testsite.local pointing that at 127.0.0.1&lt;/p&gt;
&lt;p&gt;edit the httpd.conf and make sure the vhost module is accessible since it is # remarked out at the start&lt;br /&gt;
LoadModule vhost_alias_module modules/mod_vhost_alias.so&lt;/p&gt;
&lt;p&gt;then edit the wamp vhost file wamp\bin\apache2.2.11\conf\ and the httpd-vhost.conf &lt;/p&gt;
&lt;p&gt;&amp;lt;VirtualHost 127.0.0.1:80&amp;gt;&lt;br /&gt;
ServerName testsite.local&lt;br /&gt;
DocumentRoot C:/wamp/www/testsite/&lt;br /&gt;
ErrorLog C:/wamp/www/testsite/logs/error.log&lt;br /&gt;
CustomLog C:/wamp/www/testsite/logs/access.log common&lt;br /&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;/p&gt;
&lt;p&gt;then a restart which will then allow a simple activation of the vhost .. if this can be done by a simple input form .. and match the domain name to a directory in the htdocs folder automatically &lt;/p&gt;
&lt;p&gt;what do you think and suggestions &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 04 May 2010 19:42:54 -0000</pubDate><guid>https://sourceforge.net612b71bfcb82e388450be99df939576112ddf944</guid></item><item><title>Update feature</title><link>https://sourceforge.net/p/wampserverpatch/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add an update feature to WampServer Patch and another process to update its components,&lt;br /&gt;
since from now, we have to save few files before installing the new version...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Toumimi</dc:creator><pubDate>Tue, 25 Aug 2009 09:38:19 -0000</pubDate><guid>https://sourceforge.net268d3ae6219d4ae754f44c0a4449a4f5dae9209c</guid></item><item><title>Improve style1.css</title><link>https://sourceforge.net/p/wampserverpatch/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When description is too long, component div height grows and then it appears alone on a line (not like a grid)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Toumimi</dc:creator><pubDate>Tue, 25 Aug 2009 09:35:56 -0000</pubDate><guid>https://sourceforge.netb02822db6cad429ebb08be3c5ac96a95bfe254f4</guid></item></channel></rss>