<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>[EasyPHP - The WAMP package] - Forum (EasyPHP and Modules : WordPress, Spip, Prestashop, Joomla, Drupal, phpBB, Phorum...)</title>
        <description>EasyPHP Forum - Threads about EasyPHP, Configuration Files (httpd.conf, php.ini, my.ini...), Windows, PHP, Apache, MySQL, PhpMyAdmin and Modules.</description>
        <link>http://www.easyphp.org/forums/index/</link>
        <lastBuildDate>Mon, 06 Sep 2010 22:58:19 +0200</lastBuildDate>
        <generator>Phorum 5.2.14</generator>
        <item>
            <guid>http://www.easyphp.org/forums/31/147308/147308/_subject_#msg-147308</guid>
            <title>mod rewrite problem (1 reply)</title>
            <link>http://www.easyphp.org/forums/31/147308/147308/_subject_#msg-147308</link>
            <description><![CDATA[ i installed the latest version of easyphp 5.3.3 and i have problems with mod_rewirte...its not working :) same files worked fine on the previous version that i had installed (5.2+)<br />
the module is loaded and in the apache log the only error is that the file is not found<br />
here is a simple htaccess and its not working.what to do ?thanks<br />
<br />
RewriteEngine on  <br />
RewriteRule ^products/$ bob.html<br />
<br />
can some one help me fix this?thanks]]></description>
            <dc:creator>Spleshmen</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Mon, 06 Sep 2010 21:18:17 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147306/147306/_subject_#msg-147306</guid>
            <title>#1045 - Access denied for user 'root'@'localhost' (using password: NO) (1 reply)</title>
            <link>http://www.easyphp.org/forums/31/147306/147306/_subject_#msg-147306</link>
            <description><![CDATA[ I changed the password for 'root' in via phpMyAdmin<br />
<br />
I could no longer use phpMyAdmin and receive this message - #1045 - Access denied for user 'root'@'localhost' (using password: NO)<br />
<br />
I edited config.inc.php with the proper password for root and set AllowNoPassword - False.<br />
<br />
When I view MySql parameters in EasyPHP, it shows no password - not matching the changed made in phpMyAdmin.  <br />
<br />
I still receive the access denied message.]]></description>
            <dc:creator>Pete</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Mon, 06 Sep 2010 17:23:35 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147304/147304/_subject_#msg-147304</guid>
            <title>config problems (1 reply)</title>
            <link>http://www.easyphp.org/forums/31/147304/147304/_subject_#msg-147304</link>
            <description><![CDATA[ Warning: require_once(C:\Program Files\EasyPHP-5.3.3\www/wp-settings.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files\EasyPHP-5.3.3\www\wp-config.php on line 90<br />
<br />
Fatal error: require_once() [function.require]: Failed opening required 'C:\Program Files\EasyPHP-5.3.3\www/wp-settings.php' (include_path='.;C:\php5\pear') in C:\Program Files\EasyPHP-5.3.3\www\wp-config.php on line 90<br />
<br />
Not sure what to put here on line 90<br />
<br />
&quot;require_once(ABSPATH . 'wp-settings.php');&quot;]]></description>
            <dc:creator>Messnger</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Mon, 06 Sep 2010 13:03:29 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/32/147302/147302/_subject_#msg-147302</guid>
            <title>Joomla doesn't run (no replies)</title>
            <link>http://www.easyphp.org/forums/32/147302/147302/_subject_#msg-147302</link>
            <description><![CDATA[ I just installed Easyphp 5.3.3 on my computer as well as the module Joomla 1.5.20.<br />
Easyphp runs. To start Joomla, I click on &quot;Administration&quot; and then I click on &quot;Front Office&quot; or &quot;Back Office&quot;. A new tab opens and the browser is running and running, but nothing happens. Finally only a blanc screen is shown.<br />
<br />
I work with Windows Vista.<br />
<br />
Does anyone has an idea what I should do?<br />
<br />
Thank you very much in advance.]]></description>
            <dc:creator>Ilse</dc:creator>
            <category>Joomla!</category>
            <pubDate>Mon, 06 Sep 2010 09:01:59 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147300/147300/_subject_#msg-147300</guid>
            <title>Cannot access file out of &quot;/www&quot; by a php script (1 reply)</title>
            <link>http://www.easyphp.org/forums/31/147300/147300/_subject_#msg-147300</link>
            <description><![CDATA[ Hi!<br />
<br />
I post my problem here because i can't find the solution :(<br />
<br />
I tried to make a Php script which works like a picture gallery.<br />
I made it in my /www local directory but i left all of the pictures in &quot;My Pictures&quot;. (So, my pictures are in &quot;C:\Users\Me\Pictures&quot; and the script is in &quot;C:\Program Files\EasyPHP-5.3.3\www&quot;)<br />
<br />
First, i tried to list the directory content, it worked. So i tried to display the pictures but it doesn't work :(<br />
If i put the relative path, the picture is just a &quot;red cross&quot; (the one like &quot;the picture can't be displayed&quot;) and if i put the absolute path, the picture is just like before but with the generic image-icon (the one like &quot;there is a picture here but i don't want to show you&quot; ^^)<br />
<br />
I tried to put my php-script in &quot;My pictures&quot; and call it by an include() from the &quot;/www&quot; but the result is the same.<br />
<br />
I don't know waht i can do...<br />
<br />
Thanks for your answers.<br />
<br />
(Sorry for my english :$)<br />
<br />
(My configuration is easyPHP 5.3.3 in Vista 32bits with Firefox and IE)]]></description>
            <dc:creator>Grom</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Mon, 06 Sep 2010 06:53:39 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147292/147292/_subject_#msg-147292</guid>
            <title>can't create tables in the database (6 replies)</title>
            <link>http://www.easyphp.org/forums/31/147292/147292/_subject_#msg-147292</link>
            <description><![CDATA[ I have managed (after some experimentation) to install easyphp.<br />
<br />
My working files are on my E drive, while EASYPHP is on my C:/easyphp.<br />
<br />
I have created a database in MYSQL, but it won't let me create tables. Can anyone help advise how I can accomplish this? <br />
<br />
fireslug]]></description>
            <dc:creator>fireslug</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Sat, 04 Sep 2010 17:11:36 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147288/147288/_subject_#msg-147288</guid>
            <title>Display data in table (2 replies)</title>
            <link>http://www.easyphp.org/forums/31/147288/147288/_subject_#msg-147288</link>
            <description><![CDATA[ Hello,<br />
I have a small problem, when I insert data into my table and I think I displays the data are recorded in the last position, before then saved in the first position ..<br />
<br />
Thank you in advance]]></description>
            <dc:creator>khavile</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Sat, 04 Sep 2010 06:10:11 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147279/147279/_subject_#msg-147279</guid>
            <title>Information persisted after a desinstallation of EasyPHP 5.3.3 (3 replies)</title>
            <link>http://www.easyphp.org/forums/31/147279/147279/_subject_#msg-147279</link>
            <description><![CDATA[ I am running on Windows 7, 32 bit.<br />
<br />
After installing EasyPHP 5.3.3, I have changed the MySQL password of root. Then I got the following message when trying to run PHPMyAdmin again (already mentioned in another post):<br />
<br />
#1045 - Access denied for user 'root'@'localhost' (using password: NO) <br />
<br />
To work around that, I uninstalled EasyPHP using the uninstall program. I checked that all folders had been erased. Then I installed EasyPHP again.<br />
<br />
What is strange first, is that an alias that I previously created is still defined. <br />
<br />
Then, although the MySQL root password seemt to have been cleared (see the MySQL parameters below) I still have the above message when trying to manage MySQL.<br />
<br />
MySQL parameters (default MySQL account)<br />
- Host : 'localhost'<br />
- Username : 'root'<br />
- Password : '' (no password)<br />
- Path to the database root (datadir) : C:\PROGRA~1\EASYPH~1.3\mysql\data\<br />
<br />
Obviously, there is some information kept between the two installations, but I cannot figure out where it is. This could explain why I still get the error message although the MySQL access situation should have been cleared with the new install.<br />
<br />
I would appreciate if someone could at least tell me where data is persisted after an uninstall.<br />
<br />
Thanks.]]></description>
            <dc:creator>plaporte</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Fri, 27 Aug 2010 05:40:26 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147275/147275/_subject_#msg-147275</guid>
            <title>Config problems?? (3 replies)</title>
            <link>http://www.easyphp.org/forums/31/147275/147275/_subject_#msg-147275</link>
            <description><![CDATA[ Help me, I can't use Amministration Easyphp -&gt; Manage MySql, this is the error:<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Deprecated: Function eregi() is deprecated in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php on line 146<br />
<br />
Warning: Cannot modify header information - headers already sent by (output started at F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php:146) in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\core.lib.php on line 605<br />
<br />
Warning: Cannot modify header information - headers already sent by (output started at F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php:146) in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\core.lib.php on line 605<br />
<br />
Warning: Cannot modify header information - headers already sent by (output started at F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php:146) in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\core.lib.php on line 605<br />
<br />
Warning: Cannot modify header information - headers already sent by (output started at F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php:146) in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\core.lib.php on line 605<br />
<br />
Warning: Cannot modify header information - headers already sent by (output started at F:\Programmi\EasyPHP-5.3.1\phpmyadmin\libraries\select_lang.lib.php:146) in F:\Programmi\EasyPHP-5.3.1\phpmyadmin\index.php on line 99]]></description>
            <dc:creator>fabiano68</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Thu, 26 Aug 2010 18:48:42 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147267/147267/_subject_#msg-147267</guid>
            <title>Problem starting Mysql server (1 reply)</title>
            <link>http://www.easyphp.org/forums/31/147267/147267/_subject_#msg-147267</link>
            <description><![CDATA[ Hi,<br />
i have a laptop with 32 bit Vista SP2 installed. i've installed the EasyPHP 5.3.3 package. in the EasyPHP control panel, the Apache server is working (green light), but the MySQL is not (red light). trying to start it, it fails and i get the red light again. i get no error messages. to try and find the solution i did the following:<br />
i saw that the MySQL listens to port 3306 so in my router, under NAT-Port Forwarding, i added to the port forwarding table my computer's ip, port 3306 and &quot;TCP&quot;. the router's firewall is off. this didn't help.<br />
i stopped window's firewall - this didn't help.<br />
i stopped my avast anti-virus - this didn't help.<br />
as the FAQ page on the EasyPHP site says - in the program files\EasyPHP folder security options, i granted &quot;full control&quot; permissions to all users - this didn't help.<br />
Do you have any idea where is the problem or some ways to find it?<br />
Thanks :)]]></description>
            <dc:creator>Dan111</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Thu, 26 Aug 2010 07:42:43 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147266/147266/_subject_#msg-147266</guid>
            <title>MySQL: &quot;Acces Denied&quot; (3 replies)</title>
            <link>http://www.easyphp.org/forums/31/147266/147266/_subject_#msg-147266</link>
            <description><![CDATA[ Hi all,<br />
<br />
today I tried to start PhpMyAdmin. I didn't use it before. PhpMyAdmin gives me the error:<br />
<br />
#1045 - Access denied for user 'root'@'localhost' (using password: NO) <br />
<br />
I checked config.inc.php, but the password is '' (nothing). How can I solve this so I can get access to PhpMyAdmin?]]></description>
            <dc:creator>Victor</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Thu, 26 Aug 2010 08:00:06 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147264/147264/_subject_#msg-147264</guid>
            <title>Moving to VC9 (2 replies)</title>
            <link>http://www.easyphp.org/forums/31/147264/147264/_subject_#msg-147264</link>
            <description><![CDATA[ php_gmp.dll requires VC9 version. Any plans to move to VC9?]]></description>
            <dc:creator>dziastinux</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Thu, 26 Aug 2010 05:06:42 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147256/147256/_subject_#msg-147256</guid>
            <title>What happened to LDAP in 5.3.3? (6 replies)</title>
            <link>http://www.easyphp.org/forums/31/147256/147256/_subject_#msg-147256</link>
            <description><![CDATA[ I'm running a phpBB3 message board and decided to update EasyPHP from 5.3.2 to 5.3.3. Since updating it appears that EasyPHP5.3.3 doesn't have the php_ldap.dll library by default. I grabbed the latest php_ldap.dll (PHP 5.3.3) from the php website, but LDAP doesn't want to function. I have completely removed any trace of 5.3.2 from my system. I even downgraded to 5.2.10, but have been also having issues with that version.<br />
<br />
Checking the PHP extensions in the EasyPHP configuration menu, it shows php_ldap in red, stating that is has dependency problems.<br />
<br />
LDAP worked just fine with 5.3.2, what's going on with 5.3.3?]]></description>
            <dc:creator>jdidier</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Thu, 26 Aug 2010 18:50:07 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147252/147252/_subject_#msg-147252</guid>
            <title>Apache Server is not starting (9 replies)</title>
            <link>http://www.easyphp.org/forums/31/147252/147252/_subject_#msg-147252</link>
            <description><![CDATA[ I always using easyphp on my computer. This time I install my another computer. But I want to open easyphp then apache is crashing. This is the Error Message : <br />
Apache connat be runned : Another web server use the web port or port is blocked by firewall.<br />
I use the Eset Nod32 Antivirus 4.0.437.0<br />
Please help me :(]]></description>
            <dc:creator>Kernel32</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Fri, 27 Aug 2010 05:38:19 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/19/147251/147251/_subject_#msg-147251</guid>
            <title>Apache Server blocked by Firewall (no replies)</title>
            <link>http://www.easyphp.org/forums/19/147251/147251/_subject_#msg-147251</link>
            <description><![CDATA[ I always using easyphp on my computer. This time I install my another computer. But I want to open easyphp then apache is crashing. This is the Error Message : <br />
Apache connat be runned : Another web server use the web port or port is blocked by firewall.<br />
I use the Eset Nod32 Antivirus 4.0.437.0<br />
Please help me :(]]></description>
            <dc:creator>Kernel32</dc:creator>
            <category>EasyPHP 5.3.2i</category>
            <pubDate>Sun, 22 Aug 2010 15:46:33 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147249/147249/_subject_#msg-147249</guid>
            <title>Why failed to enable the php_exif?!!! (no replies)</title>
            <link>http://www.easyphp.org/forums/31/147249/147249/_subject_#msg-147249</link>
            <description><![CDATA[ hi All,<br />
<br />
I want to enable the php_exif, but the EasyPHP report the php_mbstring.dll not found, then the php_exif.dll not found, why? <br />
<br />
how to solve it?<br />
<br />
thanks]]></description>
            <dc:creator>drzhf9</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Fri, 20 Aug 2010 02:59:01 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/13/147244/147244/_subject_#msg-147244</guid>
            <title>PHP Integration with TFS command line - 'TF label' (1 reply)</title>
            <link>http://www.easyphp.org/forums/13/147244/147244/_subject_#msg-147244</link>
            <description><![CDATA[ Hi team,<br />
<br />
I am working on a small PHP application which is used for handling a build/release request workflow as well as helps tracking releases across different environments. One of the features of this tool enables the release manager to mark a request as 'deployed' and an automatic email alert goes out to the development team. This PHP tool, running on EasyPHP is deployed on the Build Agent - the same build agent where MSBuild is installed and the 'tf' command line is available.<br />
<br />
Ok, enough about the tool, coming to my TFS issue. I need to implement a feature wherein the TFS source code is labeled with a unique label as and when a release is marked as 'Deployed' on the PHP application. To implement this, I am trying to invoke the TFS command line from PHP. That is where the issue is. I am trying the following PHP code - <br />
$tmp=exec(&quot;tf label myUniqueLabel $TeamProject/myFolder /login:abc,xxx /server:teamsystem.abc.com:8080&quot;);<br />
<br />
I tried with exec, system, exec_shell..whatever, but it just doesn't work. I tried to put this TFS command line command on to a windows BAT file, it still doesn't work.<br />
$tmp=exec(&quot;myLabelLogic.bat&quot;);<br />
<br />
Some more observations -<br />
<br />
- The bat file, as well as the command in general, works fine when I try to invoke it directly on the build agent.<br />
- I tried to put some echo Hello World statements in the bat file, and those are printed out. This implies that the windows bat file is being called, but somehow my 'tf label' logic isn't called/doesn't work.<br />
- Instead of the 'tf label' command, I tried a 'tf msdn' command and that seemingly is getting invoked from PHP - I get the same output as the one I get when I run the command directly on the command prompt.<br />
- I use EasyPHP, which is invoked with the same windows username as the one used in the /login command above.<br />
<br />
I tried googling around, tried a lot of tricks, even tried ensuring that the easyphp application has 'access to the desktop' using the windows services.msc option, but nothing works.<br />
<br />
Would be nice if someone helps me out with this!<br />
<br />
Regards,<br />
<br />
Mrinal Mukherjee]]></description>
            <dc:creator>Mrinal Mukherjee</dc:creator>
            <category>EasyPHP 5.2.10</category>
            <pubDate>Thu, 19 Aug 2010 07:03:52 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147243/147243/_subject_#msg-147243</guid>
            <title>create table forms are different than in all tutorials? (1 reply)</title>
            <link>http://www.easyphp.org/forums/31/147243/147243/_subject_#msg-147243</link>
            <description><![CDATA[ when I go to see how to use phpmyadmin, I see stuff where the creat tables page looks like they do in this video here:<br />
<br />
[<a href="http://www.youtube.com/watch?v=1-81n_vuwug" rel="nofollow" >www.youtube.com</a>]<br />
<br />
but when I go to the page myself, I get something like this: <br />
<br />
[<a href="http://i38.tinypic.com/18bqkw.png" rel="nofollow" >i38.tinypic.com</a>]<br />
<br />
This is a problem because I need to use the auto-increment feature that would be located under the &quot;Extra&quot; option, only... the extra option isn't there, and what IS is a bunch of columns, options and crap I don't know how to use, and everything indicates that I don't even need for what I'm trying to accomplish.<br />
<br />
I'm 12, and what is this.<br />
<br />
Anyway, I would seriously like to know what is going on. I've downloaded the newest version of easyPHP, as well as older versions, and I've only gotten to same result.<br />
<br />
I'm running W7 Premium.]]></description>
            <dc:creator>Revvie</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Wed, 18 Aug 2010 23:07:49 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/19/147231/147231/_subject_#msg-147231</guid>
            <title>Pourquoi les animations flash swf ne s'affiche pas? (no replies)</title>
            <link>http://www.easyphp.org/forums/19/147231/147231/_subject_#msg-147231</link>
            <description><![CDATA[ bonjour,<br />
<br />
J'ai une page avec une bannière en *.swf lorsque j'ouvre la page dans son répertoire la bannière en flash apparait mais lorsque je déplace le site dans www après et lorsque je l'ouvre par l'adresse [<a href="http://localhost/" rel="nofollow" >localhost</a>]... ou mon adresse IP l'animation n'apparait plus. Il n'y a que du blanc a l'emplacement ou devrait être le flash.<br />
<br />
Il y a t il des configurations a faire?<br />
<br />
Merci]]></description>
            <dc:creator>thestormisover</dc:creator>
            <category>EasyPHP 5.3.2i</category>
            <pubDate>Mon, 16 Aug 2010 15:54:30 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147230/147230/_subject_#msg-147230</guid>
            <title>phpBB3.0.7-PL1 (no replies)</title>
            <link>http://www.easyphp.org/forums/31/147230/147230/_subject_#msg-147230</link>
            <description><![CDATA[ Hey everybody,<br />
<br />
You guys haven't made a phpBB Module, but I decided to make it, it should be all working, all you guys have to do is integrate with the installer, which changes date and random number for the database and folder name of files ;)<br />
<br />
Here's a link:<br />
<br />
[<a href="http://www.mediafire.com/?xti9f7xy7t77cjk" rel="nofollow" >www.mediafire.com</a>]<br />
<br />
Virustotal if you want:<br />
<br />
[<a href="http://www.virustotal.com/file-scan/report.html?id=f2946cd02a898f111002a9ed510d0dbb388b0b5284bfc3397aeb269dee496768-1281963489" rel="nofollow" >www.virustotal.com</a>]<br />
<br />
Comkid]]></description>
            <dc:creator>Comkid</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Mon, 16 Aug 2010 14:43:27 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147227/147227/_subject_#msg-147227</guid>
            <title>Problems with prestashop on 5.3.3 (no replies)</title>
            <link>http://www.easyphp.org/forums/31/147227/147227/_subject_#msg-147227</link>
            <description><![CDATA[ Just did a fresh install of vs 5.3.3 with the prestashop module.  The install went through without any errors but when I pull up the administration page and try to go in the front office or back office buttons, I get a page that doesn't load.  Just the message &quot;Waiting for 127.0.0.1&quot; at the bottom.  Any help is appreciated.]]></description>
            <dc:creator>kovachck</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Sat, 14 Aug 2010 21:32:47 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147216/147216/_subject_#msg-147216</guid>
            <title>Can't Get Wordpress Working (6 replies)</title>
            <link>http://www.easyphp.org/forums/31/147216/147216/_subject_#msg-147216</link>
            <description><![CDATA[ I've installed v5.3.3, and put WP v3.0.1 in www. I've created a database and edited wp-config.php. I've gone to localhost/wordpress/wp-admin/install.php, but it never loads. <br />
<br />
What's wrong?]]></description>
            <dc:creator>xichael</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Sun, 05 Sep 2010 17:43:28 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147213/147213/_subject_#msg-147213</guid>
            <title>Windows 7 64 Bit still not working (10 replies)</title>
            <link>http://www.easyphp.org/forums/31/147213/147213/_subject_#msg-147213</link>
            <description><![CDATA[ Hi,<br />
<br />
I installed the new version of EasyPHP on my Windows 7 64 Bit PC, but it is still not working.<br />
&quot;C:\Program Files (x86)\EasyPHP-5.3.3&quot; and also &quot;C:\EasyPHP-5.3.3&quot; are not working.<br />
Starting at Admin does not help.<br />
Is there any other solution?]]></description>
            <dc:creator>User1234</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Wed, 25 Aug 2010 07:46:32 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/19/147205/147205/_subject_#msg-147205</guid>
            <title>Not able to run phpmyadmin on XP Pro (no replies)</title>
            <link>http://www.easyphp.org/forums/19/147205/147205/_subject_#msg-147205</link>
            <description><![CDATA[ I have just installed 5.3.2.i and have changed the server port from 80 to either :8080 or:8994 and have allowed Apache access to that port from within my subnet.  When I load easyphp, it reports that it's started.  Clicking local web, opens the folder where my content lives; clicking administration brings up the page so I can manage my DB, aliases etc.  When I click Configure, PHPMyAdmin, I get the authenticaton box appear (changed in config.inc.php to http from config), but when typing in the correct user name and password, all I get is a blank screen.<br />
<br />
If I disable my wireless adapter and return the port to the standard :80 and restart easyphp, it works ok.  How can I get it to work on a different port so I can test my scripts locally while still connected to the internet using port 80 for actual web content?]]></description>
            <dc:creator>wobbler</dc:creator>
            <category>EasyPHP 5.3.2i</category>
            <pubDate>Tue, 10 Aug 2010 16:31:36 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/31/147203/147203/_subject_#msg-147203</guid>
            <title>Mod_Rewrite (5 replies)</title>
            <link>http://www.easyphp.org/forums/31/147203/147203/_subject_#msg-147203</link>
            <description><![CDATA[ I've tried quite a lot of options on getting the mod_rewrite using .htaccess working, but still... I didn't succeed.<br />
<br />
I've loaded the module, I've allowed the override, but still, the thing is not working. Can anybody please help me out a bit?<br />
<br />
# IMPORTANT<br />
# ${path} is used to specify EasyPHP installation path<br />
<br />
#<br />
# This is the main Apache HTTP server configuration file.  It contains the<br />
# configuration directives that give the server its instructions.<br />
# See &lt;URL:[<a href="http://httpd.apache.org/docs/2.2&gt" rel="nofollow" >httpd.apache.org</a>]; for detailed information.<br />
# In particular, see <br />
# &lt;URL:[<a href="http://httpd.apache.org/docs/2.2/mod/directives.html&gt" rel="nofollow" >httpd.apache.org</a>];<br />
# for a discussion of each configuration directive.<br />
#<br />
# Do NOT simply read the instructions in here without understanding<br />
# what they do.  They're here only as hints or reminders.  If you are unsure<br />
# consult the online docs. You have been warned.  <br />
#<br />
# Configuration and logfile names: If the filenames you specify for many<br />
# of the server's control files begin with &quot;/&quot; (or &quot;drive:/&quot; for Win32), the<br />
# server will use that explicit path.  If the filenames do *not* begin<br />
# with &quot;/&quot;, the value of ServerRoot is prepended -- so &quot;logs/foo.log&quot;<br />
# with ServerRoot set to &quot;${path}/apache&quot; will be interpreted by the<br />
# server as &quot;${path}/apache/logs/foo.log&quot;.<br />
#<br />
# NOTE: Where filenames are specified, you must use forward slashes<br />
# instead of backslashes (e.g., &quot;c:/apache&quot; instead of &quot;c:\apache&quot;).<br />
# If a drive letter is omitted, the drive on which httpd.exe is located<br />
# will be used by default.  It is recommended that you always supply<br />
# an explicit drive letter in absolute paths to avoid confusion.<br />
<br />
#<br />
# ServerRoot: The top of the directory tree under which the server's<br />
# configuration, error, and log files are kept.<br />
#<br />
# Do not add a slash at the end of the directory path.  If you point<br />
# ServerRoot at a non-local disk, be sure to point the LockFile directive<br />
# at a local disk.  If you wish to share the same ServerRoot for multiple<br />
# httpd daemons, you will need to change at least LockFile and PidFile.<br />
#<br />
ServerRoot &quot;${path}/apache&quot;<br />
<br />
#<br />
# Listen: Allows you to bind Apache to specific IP addresses and/or<br />
# ports, instead of the default. See also the &lt;VirtualHost&gt;<br />
# directive.<br />
#<br />
# Change this to Listen on specific IP addresses as shown below to <br />
# prevent Apache from glomming onto all bound IP addresses.<br />
#<br />
#Listen 12.34.56.78:80<br />
Listen 127.0.0.1:80<br />
<br />
#<br />
# Dynamic Shared Object (DSO) Support<br />
#<br />
# To be able to use the functionality of a module which was built as a DSO you<br />
# have to place corresponding `LoadModule' lines at this location so the<br />
# directives contained in it are actually available _before_ they are used.<br />
# Statically compiled modules (those listed by `httpd -l') do not need<br />
# to be loaded here.<br />
#<br />
# Example:<br />
# LoadModule foo_module modules/mod_foo.so<br />
#<br />
LoadModule actions_module modules/mod_actions.so<br />
LoadModule alias_module modules/mod_alias.so<br />
LoadModule asis_module modules/mod_asis.so<br />
LoadModule auth_basic_module modules/mod_auth_basic.so<br />
#LoadModule auth_digest_module modules/mod_auth_digest.so<br />
#LoadModule authn_alias_module modules/mod_authn_alias.so<br />
#LoadModule authn_anon_module modules/mod_authn_anon.so<br />
#LoadModule authn_dbd_module modules/mod_authn_dbd.so<br />
#LoadModule authn_dbm_module modules/mod_authn_dbm.so<br />
LoadModule authn_default_module modules/mod_authn_default.so<br />
LoadModule authn_file_module modules/mod_authn_file.so<br />
#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so<br />
#LoadModule authz_dbm_module modules/mod_authz_dbm.so<br />
LoadModule authz_default_module modules/mod_authz_default.so<br />
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so<br />
LoadModule authz_host_module modules/mod_authz_host.so<br />
#LoadModule authz_owner_module modules/mod_authz_owner.so<br />
LoadModule authz_user_module modules/mod_authz_user.so<br />
LoadModule autoindex_module modules/mod_autoindex.so<br />
#LoadModule cache_module modules/mod_cache.so<br />
#LoadModule cern_meta_module modules/mod_cern_meta.so<br />
LoadModule cgi_module modules/mod_cgi.so<br />
#LoadModule charset_lite_module modules/mod_charset_lite.so<br />
#LoadModule dav_module modules/mod_dav.so<br />
#LoadModule dav_fs_module modules/mod_dav_fs.so<br />
#LoadModule dav_lock_module modules/mod_dav_lock.so<br />
#LoadModule dbd_module modules/mod_dbd.so<br />
#LoadModule deflate_module modules/mod_deflate.so<br />
LoadModule dir_module modules/mod_dir.so<br />
#LoadModule disk_cache_module modules/mod_disk_cache.so<br />
#LoadModule dumpio_module modules/mod_dumpio.so<br />
LoadModule env_module modules/mod_env.so<br />
#LoadModule expires_module modules/mod_expires.so<br />
#LoadModule ext_filter_module modules/mod_ext_filter.so<br />
#LoadModule file_cache_module modules/mod_file_cache.so<br />
#LoadModule filter_module modules/mod_filter.so<br />
#LoadModule headers_module modules/mod_headers.so<br />
#LoadModule ident_module modules/mod_ident.so<br />
#LoadModule imagemap_module modules/mod_imagemap.so<br />
LoadModule include_module modules/mod_include.so<br />
#LoadModule info_module modules/mod_info.so<br />
LoadModule isapi_module modules/mod_isapi.so<br />
#LoadModule ldap_module modules/mod_ldap.so<br />
#LoadModule logio_module modules/mod_logio.so<br />
LoadModule log_config_module modules/mod_log_config.so<br />
#LoadModule log_forensic_module modules/mod_log_forensic.so<br />
#LoadModule mem_cache_module modules/mod_mem_cache.so<br />
LoadModule mime_module modules/mod_mime.so<br />
#LoadModule mime_magic_module modules/mod_mime_magic.so<br />
LoadModule negotiation_module modules/mod_negotiation.so<br />
#LoadModule proxy_module modules/mod_proxy.so<br />
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so<br />
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so<br />
#LoadModule proxy_connect_module modules/mod_proxy_connect.so<br />
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so<br />
#LoadModule proxy_http_module modules/mod_proxy_http.so<br />
LoadModule rewrite_module modules/mod_rewrite.so<br />
LoadModule setenvif_module modules/mod_setenvif.so<br />
#LoadModule speling_module modules/mod_speling.so<br />
#LoadModule ssl_module modules/mod_ssl.so<br />
#LoadModule status_module modules/mod_status.so<br />
#LoadModule substitute_module modules/mod_substitute.so<br />
#LoadModule unique_id_module modules/mod_unique_id.so<br />
#LoadModule userdir_module modules/mod_userdir.so<br />
#LoadModule usertrack_module modules/mod_usertrack.so<br />
#LoadModule version_module modules/mod_version.so<br />
#LoadModule vhost_alias_module modules/mod_vhost_alias.so<br />
<br />
LoadModule php5_module &quot;${path}/php/php5apache2_2.dll&quot;<br />
PHPIniDir &quot;${path}/apache&quot;<br />
SetEnv TMP &quot;${path}/tmp&quot;<br />
<br />
&lt;IfModule !mpm_netware_module&gt;<br />
&lt;IfModule !mpm_winnt_module&gt;<br />
#<br />
# If you wish httpd to run as a different user or group, you must run<br />
# httpd as root initially and it will switch.  <br />
#<br />
# User/Group: The name (or #number) of the user/group to run httpd as.<br />
# It is usually good practice to create a dedicated user and group for<br />
# running httpd, as with most system services.<br />
#<br />
User daemon<br />
Group daemon<br />
<br />
&lt;/IfModule&gt;<br />
&lt;/IfModule&gt;<br />
<br />
# 'Main' server configuration<br />
#<br />
# The directives in this section set up the values used by the 'main'<br />
# server, which responds to any requests that aren't handled by a<br />
# &lt;VirtualHost&gt; definition.  These values also provide defaults for<br />
# any &lt;VirtualHost&gt; containers you may define later in the file.<br />
#<br />
# All of these directives may appear inside &lt;VirtualHost&gt; containers,<br />
# in which case these default settings will be overridden for the<br />
# virtual host being defined.<br />
#<br />
<br />
#<br />
# ServerAdmin: Your address, where problems with the server should be<br />
# e-mailed.  This address appears on some server-generated pages, such<br />
# as error documents.  e.g. <a href="mailto:&#97;&#100;&#109;&#105;&#110;&#64;&#121;&#111;&#117;&#114;&#45;&#100;&#111;&#109;&#97;&#105;&#110;&#46;&#99;&#111;&#109;">&#97;&#100;&#109;&#105;&#110;&#64;&#121;&#111;&#117;&#114;&#45;&#100;&#111;&#109;&#97;&#105;&#110;&#46;&#99;&#111;&#109;</a><br />
#<br />
ServerAdmin admin@localhost<br />
<br />
#<br />
# ServerName gives the name and port that the server uses to identify itself.<br />
# This can often be determined automatically, but we recommend you specify<br />
# it explicitly to prevent problems during startup.<br />
#<br />
# If your host doesn't have a registered DNS name, enter its IP address here.<br />
#<br />
ServerName localhost:80<br />
<br />
#<br />
# DocumentRoot: The directory out of which you will serve your<br />
# documents. By default, all requests are taken from this directory, but<br />
# symbolic links and aliases may be used to point to other locations.<br />
#<br />
DocumentRoot &quot;${path}/www&quot;<br />
<br />
#<br />
# Each directory to which Apache has access can be configured with respect<br />
# to which services and features are allowed and/or disabled in that<br />
# directory (and its subdirectories). <br />
#<br />
# First, we configure the &quot;default&quot; to be a very restrictive set of <br />
# features.  <br />
#<br />
&lt;Directory /&gt;<br />
    Options FollowSymLinks<br />
    AllowOverride All<br />
    Order deny,allow<br />
    Deny from all<br />
&lt;/Directory&gt;<br />
<br />
#<br />
# Note that from this point forward you must specifically allow<br />
# particular features to be enabled - so if something's not working as<br />
# you might expect, make sure that you have specifically enabled it<br />
# below.<br />
#<br />
<br />
#<br />
# This should be changed to whatever you set DocumentRoot to.<br />
# ======================================================<br />
# !!! DO NOT CHANGE THIS LINE AND THE FOLLOWING ONES !!!<br />
# DocumentRootDirectory <br />
&lt;Directory &quot;${path}/www&quot;&gt;<br />
    #<br />
    # Possible values for the Options directive are &quot;None&quot;, &quot;All&quot;,<br />
    # or any combination of:<br />
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews<br />
    #<br />
    # Note that &quot;MultiViews&quot; must be named *explicitly* --- &quot;Options All&quot;<br />
    # doesn't give it to you.<br />
    #<br />
    # The Options directive is both complicated and important.  Please see<br />
    # [<a href="http://httpd.apache.org/docs/2.2/mod/core.html#options" rel="nofollow" >httpd.apache.org</a>]<br />
    # for more information.<br />
    #<br />
    Options FollowSymLinks Indexes <br />
<br />
    #<br />
    # AllowOverride controls what directives may be placed in .htaccess files.<br />
    # It can be &quot;All&quot;, &quot;None&quot;, or any combination of the keywords:<br />
    #   Options FileInfo AuthConfig Limit<br />
    #<br />
    AllowOverride All<br />
<br />
    #<br />
    # Controls who can get stuff from this server.<br />
    #<br />
    Order allow,deny<br />
    Allow from all<br />
<br />
&lt;/Directory&gt;<br />
<br />
#<br />
# DirectoryIndex: sets the file that Apache will serve if a directory<br />
# is requested.<br />
#<br />
&lt;IfModule dir_module&gt;<br />
    DirectoryIndex index.html index.shtml index.wml index.pwml index.php index.php3 index.php4 index.php5<br />
&lt;/IfModule&gt;<br />
<br />
#<br />
# The following lines prevent .htaccess and .htpasswd files from being <br />
# viewed by Web clients. <br />
#<br />
&lt;FilesMatch &quot;^\.ht&quot;&gt;<br />
    Order allow,deny<br />
    Deny from all<br />
    Satisfy All<br />
&lt;/FilesMatch&gt;<br />
<br />
#<br />
# ErrorLog: The location of the error log file.<br />
# If you do not specify an ErrorLog directive within a &lt;VirtualHost&gt;<br />
# container, error messages relating to that virtual host will be<br />
# logged here.  If you *do* define an error logfile for a &lt;VirtualHost&gt;<br />
# container, that host's errors will be logged there and not here.<br />
#<br />
ErrorLog &quot;logs/error.log&quot;<br />
<br />
#<br />
# LogLevel: Control the number of messages logged to the error_log.<br />
# Possible values include: debug, info, notice, warn, error, crit,<br />
# alert, emerg.<br />
#<br />
LogLevel warn<br />
<br />
&lt;IfModule log_config_module&gt;<br />
    #<br />
    # The following directives define some format nicknames for use with<br />
    # a CustomLog directive (see below).<br />
    #<br />
    LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-Agent}i\&quot;&quot; combined<br />
    LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b&quot; common<br />
<br />
    &lt;IfModule logio_module&gt;<br />
      # You need to enable mod_logio.c to use %I and %O<br />
      LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-Agent}i\&quot; %I %O&quot; combinedio<br />
    &lt;/IfModule&gt;<br />
<br />
    #<br />
    # The location and format of the access logfile (Common Logfile Format).<br />
    # If you do not define any access logfiles within a &lt;VirtualHost&gt;<br />
    # container, they will be logged here.  Contrariwise, if you *do*<br />
    # define per-&lt;VirtualHost&gt; access logfiles, transactions will be<br />
    # logged therein and *not* in this file.<br />
    #<br />
    CustomLog &quot;logs/access.log&quot; common<br />
<br />
    #<br />
    # If you prefer a logfile with access, agent, and referer information<br />
    # (Combined Logfile Format) you can use the following directive.<br />
    #<br />
    #CustomLog &quot;logs/access.log&quot; combined<br />
&lt;/IfModule&gt;<br />
<br />
&lt;IfModule alias_module&gt;<br />
    #<br />
    # Redirect: Allows you to tell clients about documents that used to <br />
    # exist in your server's namespace, but do not anymore. The client <br />
    # will make a new request for the document at its new location.<br />
    # Example:<br />
    # Redirect permanent /foo [<a href="http://localhost/bar" rel="nofollow" >localhost</a>]<br />
<br />
    #<br />
    # Alias: Maps web paths into filesystem paths and is used to<br />
    # access content that does not live under the DocumentRoot.<br />
    # Example:<br />
    # Alias /webpath /full/filesystem/path<br />
	Alias /images_easyphp &quot;${path}/home/images_easyphp&quot;<br />
	Alias /home/mysql &quot;${path}/phpmyadmin&quot;<br />
	Alias /home/sqlite &quot;${path}/sqlitemanager&quot;<br />
	Alias /home &quot;${path}/home&quot;<br />
	Alias /modules &quot;${path}/modules&quot;<br />
	<br />
    #<br />
    # If you include a trailing / on /webpath then the server will<br />
    # require it to be present in the URL.  You will also likely<br />
    # need to provide a &lt;Directory&gt; section to allow access to<br />
    # the filesystem path.<br />
    &lt;Directory &quot;${path}/home/images_easyphp&quot;&gt;<br />
        Options Indexes MultiViews<br />
        AllowOverride None<br />
        Order allow,deny<br />
        Allow from all<br />
    &lt;/Directory&gt;<br />
	<br />
    &lt;Directory &quot;${path}/phpmyadmin&quot;&gt;<br />
        Options FollowSymLinks Indexes<br />
        AllowOverride None<br />
        Order deny,allow<br />
        allow from 127.0.0.1<br />
        deny from all<br />
    &lt;/Directory&gt;<br />
		<br />
    &lt;Directory &quot;${path}/home&quot;&gt;<br />
        Options FollowSymLinks Indexes<br />
        AllowOverride None<br />
        Order deny,allow<br />
        allow from 127.0.0.1<br />
        deny from all<br />
    &lt;/Directory&gt;<br />
<br />
	&lt;Directory &quot;${path}/modules&quot;&gt;<br />
        Options FollowSymLinks Indexes<br />
        AllowOverride All<br />
        Order deny,allow<br />
        allow from 127.0.0.1<br />
        deny from all<br />
    &lt;/Directory&gt;	<br />
	<br />
	<br />
    #<br />
    # ScriptAlias: This controls which directories contain server scripts. <br />
    # ScriptAliases are essentially the same as Aliases, except that<br />
    # documents in the target directory are treated as applications and<br />
    # run by the server when requested rather than as documents sent to the<br />
    # client.  The same rules about trailing &quot;/&quot; apply to ScriptAlias<br />
    # directives as to Alias.<br />
    #<br />
    ScriptAlias /cgi-bin/ &quot;${path}/apache/cgi-bin/&quot;<br />
<br />
&lt;/IfModule&gt;<br />
<br />
&lt;IfModule cgid_module&gt;<br />
    #<br />
    # ScriptSock: On threaded servers, designate the path to the UNIX<br />
    # socket used to communicate with the CGI daemon of mod_cgid.<br />
    #<br />
    #Scriptsock logs/cgisock<br />
&lt;/IfModule&gt;<br />
<br />
#<br />
# &quot;${path}/apache/cgi-bin&quot; should be changed to whatever your ScriptAliased<br />
# CGI directory exists, if you have that configured.<br />
#<br />
&lt;Directory &quot;${path}/apache/cgi-bin&quot;&gt;<br />
    AllowOverride None<br />
    Options None<br />
    Order allow,deny<br />
    Allow from all<br />
&lt;/Directory&gt;<br />
<br />
#<br />
# DefaultType: the default MIME type the server will use for a document<br />
# if it cannot otherwise determine one, such as from filename extensions.<br />
# If your server contains mostly text or HTML documents, &quot;text/plain&quot; is<br />
# a good value.  If most of your content is binary, such as applications<br />
# or images, you may want to use &quot;application/octet-stream&quot; instead to<br />
# keep browsers from trying to display binary files as though they are<br />
# text.<br />
#<br />
DefaultType text/plain<br />
<br />
&lt;IfModule mime_module&gt;<br />
    #<br />
    # TypesConfig points to the file containing the list of mappings from<br />
    # filename extension to MIME-type.<br />
    #<br />
    TypesConfig conf/mime.types<br />
<br />
    #<br />
    # AddType allows you to add to or override the MIME configuration<br />
    # file specified in TypesConfig for specific file types.<br />
    #<br />
    #AddType application/x-gzip .tgz<br />
    #<br />
    # AddEncoding allows you to have certain browsers uncompress<br />
    # information on the fly. Note: Not all browsers support this.<br />
    #<br />
    #AddEncoding x-compress .Z<br />
    #AddEncoding x-gzip .gz .tgz<br />
    #<br />
    # If the AddEncoding directives above are commented-out, then you<br />
    # probably should define those extensions to indicate media types:<br />
    #<br />
	AddType application/x-compress .Z<br />
	AddType application/x-gzip .gz .tgz<br />
	AddType application/x-tar .tgz<br />
	AddType image/x-icon .ico<br />
	AddType application/vnd.wap.wmlc .wmlc<br />
	AddType application/x-httpd-php .phtml .pwml .php5 .php4 .php3 .php2 .php .inc<br />
	AddType text/vnd.wap.wml .wml<br />
	AddType text/vnd.wap.wmlscript .wmls<br />
	AddType text/vnd.wap.wmlscriptc .wmlsc<br />
	AddType image/vnd.wap.wbmp .wbmp<br />
<br />
    #<br />
    # AddHandler allows you to map certain file extensions to &quot;handlers&quot;:<br />
    # actions unrelated to filetype. These can be either built into the server<br />
    # or added with the Action directive (see below)<br />
    #<br />
    # To use CGI scripts outside of ScriptAliased directories:<br />
    # (You will also need to add &quot;ExecCGI&quot; to the &quot;Options&quot; directive.)<br />
    #<br />
    #AddHandler cgi-script .cgi<br />
<br />
    # For type maps (negotiated resources):<br />
    #AddHandler type-map var<br />
<br />
    #<br />
    # Filters allow you to process content before it is sent to the client.<br />
    #<br />
    # To parse .shtml files for server-side includes (SSI):<br />
    # (You will also need to add &quot;Includes&quot; to the &quot;Options&quot; directive.)<br />
    #<br />
    #AddType text/html .shtml<br />
    #AddOutputFilter INCLUDES .shtml<br />
&lt;/IfModule&gt;<br />
<br />
#<br />
# The mod_mime_magic module allows the server to use various hints from the<br />
# contents of the file itself to determine its type.  The MIMEMagicFile<br />
# directive tells the module where the hint definitions are located.<br />
#<br />
#MIMEMagicFile conf/magic<br />
<br />
#<br />
# Customizable error responses come in three flavors:<br />
# 1) plain text 2) local redirects 3) external redirects<br />
#<br />
# Some examples:<br />
#ErrorDocument 500 &quot;The server made a boo boo.&quot;<br />
#ErrorDocument 404 /missing.html<br />
#ErrorDocument 404 &quot;/cgi-bin/missing_handler.pl&quot;<br />
#ErrorDocument 402 [<a href="http://localhost/subscription_info.html" rel="nofollow" >localhost</a>]<br />
#<br />
<br />
#<br />
# EnableMMAP and EnableSendfile: On systems that support it, <br />
# memory-mapping or the sendfile syscall is used to deliver<br />
# files.  This usually improves server performance, but must<br />
# be turned off when serving from networked-mounted <br />
# filesystems or if support for these functions is otherwise<br />
# broken on your system.<br />
#<br />
#EnableMMAP off<br />
#EnableSendfile off<br />
<br />
<br />
# ============================================================================<br />
# Multi-language error messages<br />
#<br />
# The configuration below implements multi-language error documents through<br />
# content-negotiation.<br />
#<br />
# Required modules: mod_alias, mod_include, mod_negotiation<br />
#<br />
# We use Alias to redirect any /error/HTTP_&lt;error&gt;.html.var response to<br />
# our collection of by-error message multi-language collections.  We use <br />
# includes to substitute the appropriate text.<br />
#<br />
# You can modify the messages' appearance without changing any of the<br />
# default HTTP_&lt;error&gt;.html.var files by adding the line:<br />
#<br />
#   Alias /error/include/ &quot;/your/include/path/&quot;<br />
#<br />
# which allows you to create your own set of files by starting with the<br />
# ${path}/apache/error/include/ files and copying them to /your/include/path/, <br />
# even on a per-VirtualHost basis.  The default include files will display<br />
# your Apache version number and your ServerAdmin email address regardless<br />
# of the setting of ServerSignature.<br />
 <br />
Alias /error/ &quot;${path}/apache/error/&quot;<br />
<br />
&lt;Directory &quot;${path}/apache/error&quot;&gt;<br />
    AllowOverride None<br />
    Options IncludesNoExec<br />
    AddOutputFilter Includes html<br />
    AddHandler type-map var<br />
    Order allow,deny<br />
    Allow from all<br />
    LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr<br />
    ForceLanguagePriority Prefer Fallback<br />
&lt;/Directory&gt;<br />
<br />
ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var<br />
ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var<br />
ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var<br />
ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var<br />
ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var<br />
ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var<br />
ErrorDocument 410 /error/HTTP_GONE.html.var<br />
ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var<br />
ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var<br />
ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var<br />
ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var<br />
ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var<br />
ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var<br />
ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var<br />
ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var<br />
ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var<br />
ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var<br />
# ============================================================================<br />
<br />
<br />
# ============================================================================<br />
# Fancy directory listings<br />
#<br />
# Directives controlling the display of server-generated directory listings.<br />
#<br />
# Required modules: mod_autoindex, mod_alias<br />
#<br />
# To see the listing of a directory, the Options directive for the<br />
# directory must include &quot;Indexes&quot;, and the directory must not contain<br />
# a file matching those listed in the DirectoryIndex directive.<br />
#<br />
<br />
#<br />
# IndexOptions: Controls the appearance of server-generated directory<br />
# listings.<br />
#<br />
IndexOptions FancyIndexing HTMLTable VersionSort<br />
<br />
# We include the /icons/ alias for FancyIndexed directory listings.  If<br />
# you do not use FancyIndexing, you may comment this out.<br />
#<br />
Alias /icons/ &quot;${path}/apache/icons/&quot;<br />
<br />
&lt;Directory &quot;${path}/apache/icons&quot;&gt;<br />
    Options Indexes MultiViews<br />
    AllowOverride None<br />
    Order allow,deny<br />
    Allow from all<br />
&lt;/Directory&gt;<br />
<br />
#<br />
# AddIcon* directives tell the server which icon to show for different<br />
# files or filename extensions.  These are only displayed for<br />
# FancyIndexed directories.<br />
#<br />
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip<br />
<br />
AddIconByType (TXT,/icons/text.gif) text/*<br />
AddIconByType (IMG,/icons/image2.gif) image/*<br />
AddIconByType (SND,/icons/sound2.gif) audio/*<br />
AddIconByType (VID,/icons/movie.gif) video/*<br />
<br />
AddIcon /icons/binary.gif .bin .exe<br />
AddIcon /icons/binhex.gif .hqx<br />
AddIcon /icons/tar.gif .tar<br />
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv<br />
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip<br />
AddIcon /icons/a.gif .ps .ai .eps<br />
AddIcon /icons/layout.gif .html .shtml .htm .pdf<br />
AddIcon /icons/text.gif .txt<br />
AddIcon /icons/c.gif .c<br />
AddIcon /icons/p.gif .pl .py<br />
AddIcon /icons/f.gif .for<br />
AddIcon /icons/dvi.gif .dvi<br />
AddIcon /icons/uuencoded.gif .uu<br />
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl<br />
AddIcon /icons/tex.gif .tex<br />
AddIcon /icons/bomb.gif core<br />
<br />
AddIcon /icons/back.gif ..<br />
AddIcon /icons/hand.right.gif README<br />
AddIcon /icons/folder.gif ^^DIRECTORY^^<br />
AddIcon /icons/blank.gif ^^BLANKICON^^<br />
<br />
#<br />
# DefaultIcon is which icon to show for files which do not have an icon<br />
# explicitly set.<br />
#<br />
DefaultIcon /icons/unknown.gif<br />
<br />
#<br />
# AddDescription allows you to place a short description after a file in<br />
# server-generated indexes.  These are only displayed for FancyIndexed<br />
# directories.<br />
# Format: AddDescription &quot;description&quot; filename<br />
#<br />
AddDescription &quot;GZIP compressed document&quot; .gz<br />
AddDescription &quot;tar archive&quot; .tar<br />
AddDescription &quot;GZIP compressed tar archive&quot; .tgz<br />
AddDescription &quot;ZIP archive&quot; .zip<br />
AddDescription &quot;CAB archive&quot; .cab<br />
AddDescription &quot;Win32 Executable&quot; .exe<br />
<br />
#<br />
# ReadmeName is the name of the README file the server will look for by<br />
# default, and append to directory listings.<br />
#<br />
# HeaderName is the name of a file which should be prepended to<br />
# directory indexes. <br />
ReadmeName /icons/FancyIndexing/readme.html<br />
HeaderName /icons/FancyIndexing/header.html<br />
<br />
#<br />
# IndexIgnore is a set of filenames which directory indexing should ignore<br />
# and not include in the listing.  Shell-style wildcarding is permitted.<br />
#<br />
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t<br />
# ============================================================================<br />
<br />
<br />
# ============================================================================<br />
# Distributed authoring and versioning (WebDAV)<br />
# #<br />
# # Required modules: mod_dav, mod_dav_fs, mod_setenvif, mod_alias<br />
# #                   mod_auth_digest, mod_authn_file<br />
# #<br />
# <br />
# # The following example gives DAV write access to a directory called<br />
# # &quot;uploads&quot; under the ServerRoot directory.<br />
# #<br />
# # The User/Group specified in httpd.conf needs to have write permissions<br />
# # on the directory where the DavLockDB is placed and on any directory where<br />
# # &quot;Dav On&quot; is specified.<br />
# <br />
# DavLockDB &quot;${path}/apache/var/DavLock&quot;<br />
# <br />
# Alias /uploads &quot;${path}/apache/uploads&quot;<br />
# <br />
# &lt;Directory &quot;${path}/apache/uploads&quot;&gt;<br />
#     Dav On<br />
# <br />
#     Order Allow,Deny<br />
#     Allow from all<br />
# <br />
#     AuthType Digest<br />
#     AuthName DAV-upload<br />
# <br />
#     # You can use the htdigest program to create the password database:<br />
#     #   htdigest -c &quot;${path}/apache/user.passwd&quot; DAV-upload admin<br />
#     AuthUserFile &quot;${path}/apache/user.passwd&quot;<br />
#     AuthDigestProvider file<br />
# <br />
#     # Allow universal read-access, but writes are restricted<br />
#     # to the admin user.<br />
#     &lt;LimitExcept GET OPTIONS&gt;<br />
#         require user admin<br />
#     &lt;/LimitExcept&gt;<br />
# &lt;/Directory&gt;<br />
# <br />
# #<br />
# # The following directives disable redirects on non-GET requests for<br />
# # a directory that does not include the trailing slash.  This fixes a <br />
# # problem with several clients that do not appropriately handle <br />
# # redirects for folders with DAV methods.<br />
# #<br />
# BrowserMatch &quot;Microsoft Data Access Internet Publishing Provider&quot; redirect-carefully<br />
# BrowserMatch &quot;MS FrontPage&quot; redirect-carefully<br />
# BrowserMatch &quot;^WebDrive&quot; redirect-carefully<br />
# BrowserMatch &quot;^WebDAVFS/1.[0123]&quot; redirect-carefully<br />
# BrowserMatch &quot;^gnome-vfs/1.0&quot; redirect-carefully<br />
# BrowserMatch &quot;^XML Spy&quot; redirect-carefully<br />
# BrowserMatch &quot;^Dreamweaver-WebDAV-SCM1&quot; redirect-carefully<br />
# ============================================================================<br />
<br />
<br />
# ============================================================================<br />
# Virtual Hosts<br />
# #<br />
# # If you want to maintain multiple domains/hostnames on your<br />
# # machine you can setup VirtualHost containers for them. Most configurations<br />
# # use only name-based virtual hosts so the server doesn't need to worry about<br />
# # IP addresses. This is indicated by the asterisks in the directives below.<br />
# #<br />
# # Please see the documentation at <br />
# # &lt;URL:[<a href="http://httpd.apache.org/docs/2.2/vhosts/&gt" rel="nofollow" >httpd.apache.org</a>];<br />
# # for further details before you try to setup virtual hosts.<br />
# #<br />
# # You may use the command line option '-S' to verify your virtual host<br />
# # configuration.<br />
# <br />
# #<br />
# # Use name-based virtual hosting.<br />
# #<br />
# NameVirtualHost *:80<br />
# <br />
# #<br />
# # VirtualHost example:<br />
# # Almost any Apache directive may go into a VirtualHost container.<br />
# # The first VirtualHost section is used for all requests that do not<br />
# # match a ServerName or ServerAlias in any &lt;VirtualHost&gt; block.<br />
# #<br />
# &lt;VirtualHost *:80&gt;<br />
#     ServerAdmin <a href="mailto:&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#100;&#117;&#109;&#109;&#121;&#45;&#104;&#111;&#115;&#116;&#46;&#108;&#111;&#99;&#97;&#108;&#104;&#111;&#115;&#116;">&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#100;&#117;&#109;&#109;&#121;&#45;&#104;&#111;&#115;&#116;&#46;&#108;&#111;&#99;&#97;&#108;&#104;&#111;&#115;&#116;</a><br />
#     DocumentRoot &quot;${path}/apache/docs/dummy-host.localhost&quot;<br />
#     ServerName dummy-host.localhost<br />
#     ServerAlias www.dummy-host.localhost<br />
#     ErrorLog &quot;logs/dummy-host.localhost-error.log&quot;<br />
#     CustomLog &quot;logs/dummy-host.localhost-access.log&quot; common<br />
# &lt;/VirtualHost&gt;<br />
# <br />
# &lt;VirtualHost *:80&gt;<br />
#     ServerAdmin <a href="mailto:&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#100;&#117;&#109;&#109;&#121;&#45;&#104;&#111;&#115;&#116;&#50;&#46;&#108;&#111;&#99;&#97;&#108;&#104;&#111;&#115;&#116;">&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#100;&#117;&#109;&#109;&#121;&#45;&#104;&#111;&#115;&#116;&#50;&#46;&#108;&#111;&#99;&#97;&#108;&#104;&#111;&#115;&#116;</a><br />
#     DocumentRoot &quot;${path}/apache/docs/dummy-host2.localhost&quot;<br />
#     ServerName dummy-host2.localhost<br />
#     ErrorLog &quot;logs/dummy-host2.localhost-error.log&quot;<br />
#     CustomLog &quot;logs/dummy-host2.localhost-access.log&quot; common<br />
# &lt;/VirtualHost&gt;<br />
# ============================================================================<br />
<br />
<br />
# ============================================================================<br />
# Secure (SSL/TLS) connections<br />
# #<br />
# # This is the Apache server configuration file providing SSL support.<br />
# # It contains the configuration directives to instruct the server how to<br />
# # serve pages over an https connection. For detailing information about these <br />
# # directives see &lt;URL:[<a href="http://httpd.apache.org/docs/2.2/mod/mod_ssl.html&gt" rel="nofollow" >httpd.apache.org</a>];<br />
# # <br />
# # Do NOT simply read the instructions in here without understanding<br />
# # what they do.  They're here only as hints or reminders.  If you are unsure<br />
# # consult the online docs. You have been warned.  <br />
# #<br />
# <br />
# #<br />
# # Pseudo Random Number Generator (PRNG):<br />
# # Configure one or more sources to seed the PRNG of the SSL library.<br />
# # The seed data should be of good random quality.<br />
# # WARNING! On some platforms /dev/random blocks if not enough entropy<br />
# # is available. This means you then cannot use the /dev/random device<br />
# # because it would lead to very long connection times (as long as<br />
# # it requires to make more entropy available). But usually those<br />
# # platforms additionally provide a /dev/urandom device which doesn't<br />
# # block. So, if available, use this one instead. Read the mod_ssl User<br />
# # Manual for more details.<br />
# #<br />
# #SSLRandomSeed startup file:/dev/random  512<br />
# #SSLRandomSeed startup file:/dev/urandom 512<br />
# #SSLRandomSeed connect file:/dev/random  512<br />
# #SSLRandomSeed connect file:/dev/urandom 512<br />
# <br />
# <br />
# #<br />
# # When we also provide SSL we have to listen to the <br />
# # standard HTTP port (see above) and to the HTTPS port<br />
# #<br />
# # Note: Configurations that use IPv6 but not IPv4-mapped addresses need two<br />
# #       Listen directives: &quot;Listen [::]:443&quot; and &quot;Listen 0.0.0.0:443&quot;<br />
# #<br />
# Listen 443<br />
# <br />
# ##<br />
# ##  SSL Global Context<br />
# ##<br />
# ##  All SSL configuration in this context applies both to<br />
# ##  the main server and all SSL-enabled virtual hosts.<br />
# ##<br />
# <br />
# #<br />
# #   Some MIME-types for downloading Certificates and CRLs<br />
# #<br />
# AddType application/x-x509-ca-cert .crt<br />
# AddType application/x-pkcs7-crl    .crl<br />
# <br />
# #   Pass Phrase Dialog:<br />
# #   Configure the pass phrase gathering process.<br />
# #   The filtering dialog program (`builtin' is a internal<br />
# #   terminal dialog) has to provide the pass phrase on stdout.<br />
# SSLPassPhraseDialog  builtin<br />
# <br />
# #   Inter-Process Session Cache:<br />
# #   Configure the SSL Session Cache: First the mechanism <br />
# #   to use and second the expiring timeout (in seconds).<br />
# #SSLSessionCache         &quot;dbm:${path}/apache/logs/ssl_scache&quot;<br />
# SSLSessionCache        &quot;shmcb:${path}/apache/logs/ssl_scache(512000)&quot;<br />
# SSLSessionCacheTimeout  300<br />
# <br />
# #   Semaphore:<br />
# #   Configure the path to the mutual exclusion semaphore the<br />
# #   SSL engine uses internally for inter-process synchronization. <br />
# SSLMutex default<br />
# <br />
# ##<br />
# ## SSL Virtual Host Context<br />
# ##<br />
# <br />
# &lt;VirtualHost _default_:443&gt;<br />
# <br />
# #   General setup for the virtual host<br />
# DocumentRoot &quot;${path}/www&quot;<br />
# ServerName localhost:443<br />
# ServerAdmin admin@localhost<br />
# ErrorLog &quot;${path}/apache/logs/error.log&quot;<br />
# TransferLog &quot;${path}/apache/logs/access.log&quot;<br />
# <br />
# #   SSL Engine Switch:<br />
# #   Enable/Disable SSL for this virtual host.<br />
# SSLEngine on<br />
# <br />
# #   SSL Cipher Suite:<br />
# #   List the ciphers that the client is permitted to negotiate.<br />
# #   See the mod_ssl documentation for a complete list.<br />
# SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL<br />
# <br />
# #   Server Certificate:<br />
# #   Point SSLCertificateFile at a PEM encoded certificate.  If<br />
# #   the certificate is encrypted, then you will be prompted for a<br />
# #   pass phrase.  Note that a kill -HUP will prompt again.  Keep<br />
# #   in mind that if you have both an RSA and a DSA certificate you<br />
# #   can configure both in parallel (to also allow the use of DSA<br />
# #   ciphers, etc.)<br />
# SSLCertificateFile &quot;${path}/apache/conf/server.crt&quot;<br />
# #SSLCertificateFile &quot;${path}/apache/conf/server-dsa.crt&quot;<br />
# <br />
# #   Server Private Key:<br />
# #   If the key is not combined with the certificate, use this<br />
# #   directive to point at the key file.  Keep in mind that if<br />
# #   you've both a RSA and a DSA private key you can configure<br />
# #   both in parallel (to also allow the use of DSA ciphers, etc.)<br />
# SSLCertificateKeyFile &quot;${path}/apache/conf/server.key&quot;<br />
# #SSLCertificateKeyFile &quot;${path}/apache/conf/server-dsa.key&quot;<br />
# <br />
# #   Server Certificate Chain:<br />
# #   Point SSLCertificateChainFile at a file containing the<br />
# #   concatenation of PEM encoded CA certificates which form the<br />
# #   certificate chain for the server certificate. Alternatively<br />
# #   the referenced file can be the same as SSLCertificateFile<br />
# #   when the CA certificates are directly appended to the server<br />
# #   certificate for convinience.<br />
# #SSLCertificateChainFile &quot;${path}/apache/conf/server-ca.crt&quot;<br />
# <br />
# #   Certificate Authority (CA):<br />
# #   Set the CA certificate verification path where to find CA<br />
# #   certificates for client authentication or alternatively one<br />
# #   huge file containing all of them (file must be PEM encoded)<br />
# #   Note: Inside SSLCACertificatePath you need hash symlinks<br />
# #         to point to the certificate files. Use the provided<br />
# #         Makefile to update the hash symlinks after changes.<br />
# #SSLCACertificatePath &quot;${path}/apache/conf/ssl.crt&quot;<br />
# #SSLCACertificateFile &quot;${path}/apache/conf/ssl.crt/ca-bundle.crt&quot;<br />
# <br />
# #   Certificate Revocation Lists (CRL):<br />
# #   Set the CA revocation path where to find CA CRLs for client<br />
# #   authentication or alternatively one huge file containing all<br />
# #   of them (file must be PEM encoded)<br />
# #   Note: Inside SSLCARevocationPath you need hash symlinks<br />
# #         to point to the certificate files. Use the provided<br />
# #         Makefile to update the hash symlinks after changes.<br />
# #SSLCARevocationPath &quot;${path}/apache/conf/ssl.crl&quot;<br />
# #SSLCARevocationFile &quot;${path}/apache/conf/ssl.crl/ca-bundle.crl&quot;<br />
# <br />
# #   Client Authentication (Type):<br />
# #   Client certificate verification type and depth.  Types are<br />
# #   none, optional, require and optional_no_ca.  Depth is a<br />
# #   number which specifies how deeply to verify the certificate<br />
# #   issuer chain before deciding the certificate is not valid.<br />
# #SSLVerifyClient require<br />
# #SSLVerifyDepth  10<br />
# <br />
# #   Access Control:<br />
# #   With SSLRequire you can do per-directory access control based<br />
# #   on arbitrary complex boolean expressions containing server<br />
# #   variable checks and other lookup directives.  The syntax is a<br />
# #   mixture between C and Perl.  See the mod_ssl documentation<br />
# #   for more details.<br />
# #&lt;Location /&gt;<br />
# #SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \<br />
# #            and %{SSL_CLIENT_S_DN_O} eq &quot;Snake Oil, Ltd.&quot; \<br />
# #            and %{SSL_CLIENT_S_DN_OU} in {&quot;Staff&quot;, &quot;CA&quot;, &quot;Dev&quot;} \<br />
# #            and %{TIME_WDAY} &gt;= 1 and %{TIME_WDAY} &lt;= 5 \<br />
# #            and %{TIME_HOUR} &gt;= 8 and %{TIME_HOUR} &lt;= 20       ) \<br />
# #           or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/<br />
# #&lt;/Location&gt;<br />
# <br />
# #   SSL Engine Options:<br />
# #   Set various options for the SSL engine.<br />
# #   o FakeBasicAuth:<br />
# #     Translate the client X.509 into a Basic Authorisation.  This means that<br />
# #     the standard Auth/DBMAuth methods can be used for access control.  The<br />
# #     user name is the `one line' version of the client's X.509 certificate.<br />
# #     Note that no password is obtained from the user. Every entry in the user<br />
# #     file needs this password: `xxj31ZMTZzkVA'.<br />
# #   o ExportCertData:<br />
# #     This exports two additional environment variables: SSL_CLIENT_CERT and<br />
# #     SSL_SERVER_CERT. These contain the PEM-encoded certificates of the<br />
# #     server (always existing) and the client (only existing when client<br />
# #     authentication is used). This can be used to import the certificates<br />
# #     into CGI scripts.<br />
# #   o StdEnvVars:<br />
# #     This exports the standard SSL/TLS related `SSL_*' environment variables.<br />
# #     Per default this exportation is switched off for performance reasons,<br />
# #     because the extraction step is an expensive operation and is usually<br />
# #     useless for serving static content. So one usually enables the<br />
# #     exportation for CGI and SSI requests only.<br />
# #   o StrictRequire:<br />
# #     This denies access when &quot;SSLRequireSSL&quot; or &quot;SSLRequire&quot; applied even<br />
# #     under a &quot;Satisfy any&quot; situation, i.e. when it applies access is denied<br />
# #     and no other module can change it.<br />
# #   o OptRenegotiate:<br />
# #     This enables optimized SSL connection renegotiation handling when SSL<br />
# #     directives are used in per-directory context. <br />
# #SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire<br />
# &lt;FilesMatch &quot;\.(cgi|shtml|phtml|php)$&quot;&gt;<br />
#     SSLOptions +StdEnvVars<br />
# &lt;/FilesMatch&gt;<br />
# &lt;Directory &quot;${path}/apache/cgi-bin&quot;&gt;<br />
#     SSLOptions +StdEnvVars<br />
# &lt;/Directory&gt;<br />
# <br />
# #   SSL Protocol Adjustments:<br />
# #   The safe and default but still SSL/TLS standard compliant shutdown<br />
# #   approach is that mod_ssl sends the close notify alert but doesn't wait for<br />
# #   the close notify alert from client. When you need a different shutdown<br />
# #   approach you can use one of the following variables:<br />
# #   o ssl-unclean-shutdown:<br />
# #     This forces an unclean shutdown when the connection is closed, i.e. no<br />
# #     SSL close notify alert is send or allowed to received.  This violates<br />
# #     the SSL/TLS standard but is needed for some brain-dead browsers. Use<br />
# #     this when you receive I/O errors because of the standard approach where<br />
# #     mod_ssl sends the close notify alert.<br />
# #   o ssl-accurate-shutdown:<br />
# #     This forces an accurate shutdown when the connection is closed, i.e. a<br />
# #     SSL close notify alert is send and mod_ssl waits for the close notify<br />
# #     alert of the client. This is 100% SSL/TLS standard compliant, but in<br />
# #     practice often causes hanging connections with brain-dead browsers. Use<br />
# #     this only for browsers where you know that their SSL implementation<br />
# #     works correctly. <br />
# #   Notice: Most problems of broken clients are also related to the HTTP<br />
# #   keep-alive facility, so you usually additionally want to disable<br />
# #   keep-alive for those clients, too. Use variable &quot;nokeepalive&quot; for this.<br />
# #   Similarly, one has to force some clients to use HTTP/1.0 to workaround<br />
# #   their broken HTTP/1.1 implementation. Use variables &quot;downgrade-1.0&quot; and<br />
# #   &quot;force-response-1.0&quot; for this.<br />
# BrowserMatch &quot;.*MSIE.*&quot; \<br />
#          nokeepalive ssl-unclean-shutdown \<br />
#          downgrade-1.0 force-response-1.0<br />
# <br />
# #   Per-Server Logging:<br />
# #   The home of a custom SSL log file. Use this when you want a<br />
# #   compact non-error SSL logfile on a virtual host basis.<br />
# CustomLog &quot;${path}/apache/logs/ssl_request.log&quot; \<br />
#           &quot;%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \&quot;%r\&quot; %b&quot;<br />
# <br />
# &lt;/VirtualHost&gt;                                  <br />
# ============================================================================<br />
<br />
<br />
# Supplemental configuration<br />
#<br />
# The configuration files in the conf/extra/ directory can be <br />
# included to add extra features or to modify the default configuration of <br />
# the server, or you may simply copy their contents here and change as <br />
# necessary.<br />
<br />
<br />
# Server-pool management (MPM specific)<br />
#Include conf/extra/httpd-mpm.conf<br />
<br />
# Language settings<br />
#Include conf/extra/httpd-languages.conf<br />
<br />
# User home directories<br />
#Include conf/extra/httpd-userdir.conf<br />
<br />
# Real-time info on requests and configuration<br />
#Include conf/extra/httpd-info.conf<br />
<br />
# Various default settings<br />
#Include conf/extra/httpd-default.conf<br />
<br />
<br />
# Note: The following must must be present to support<br />
#       starting without SSL on platforms with no /dev/random equivalent<br />
#       but a statically compiled-in mod_ssl.<br />
#<br />
&lt;IfModule ssl_module&gt;<br />
SSLRandomSeed startup builtin<br />
SSLRandomSeed connect builtin<br />
&lt;/IfModule&gt;<br />
<br />
<br />
# ============================================================================<br />
# PHP Timezone<br />
&lt;IfModule mod_php5.c&gt;<br />
  php_value date.timezone &quot;Europe/Paris&quot;<br />
&lt;/IfModule&gt;<br />
# ============================================================================<br />
<br />
<br />
# == !!! DO NOT REMOVE !!! ===================================================<br />
### Alias EasyPHP<br />
# ============================================================================<br />
#alias<br />
#alias<br />
# ============================================================================<br />
### Alias End<br />
# ============================================================================]]></description>
            <dc:creator>Esses</dc:creator>
            <category>EasyPHP 5.3.3</category>
            <pubDate>Fri, 13 Aug 2010 07:06:14 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/19/147202/147202/_subject_#msg-147202</guid>
            <title>Ned HELP.... can't working with postgresql... (no replies)</title>
            <link>http://www.easyphp.org/forums/19/147202/147202/_subject_#msg-147202</link>
            <description><![CDATA[ Hello all!! Please help me........ <br />
<br />
I have installed EasyPHP 5.3.2i and I will work with postgresql later. But why in easyphp extension can not be used? I have chosen and php_pgsql.dll php_pdo_pgsql.dll extensions in the extension box. But after I 'apply' always warning dialog that says: <br />
<br />
&quot;Warning, PHP Startup: Unable to load dynamic library 'C: \ progra ~ 1 \ EASYPH ~ 1:21 \ php \ ext \ php_pdo_pgsql.dll'-The specified module Could not be found.&quot;<br />
<br />
But after I checked in that folder, I found the extension php_pdo_pgsql.dll and php_pgsql.dll. why did this happen? How to fix this?<br />
<br />
Please resolve this problem, I hope anyone can solve them. Thank you, sorry for my bad languages...........]]></description>
            <dc:creator>grizzoo</dc:creator>
            <category>EasyPHP 5.3.2i</category>
            <pubDate>Mon, 09 Aug 2010 01:12:44 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/19/147200/147200/_subject_#msg-147200</guid>
            <title>Apache wont start (1 reply)</title>
            <link>http://www.easyphp.org/forums/19/147200/147200/_subject_#msg-147200</link>
            <description><![CDATA[ Hi<br />
<br />
 I have been using this version for 2 weeks or so. Today when I logged on the apache will not start. I dont have skype turned on<br />
<br />
Any Ideas?]]></description>
            <dc:creator>Tony</dc:creator>
            <category>EasyPHP 5.3.2i</category>
            <pubDate>Sat, 07 Aug 2010 16:57:32 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/13/147185/147185/_subject_#msg-147185</guid>
            <title>mod_wsgi (3 replies)</title>
            <link>http://www.easyphp.org/forums/13/147185/147185/_subject_#msg-147185</link>
            <description><![CDATA[ Hello, i'm working on a project made with php, but even python, so i have to run a cgi which is written in python in the testing server [easyPhp 5.2]<br />
<br />
Now i wonder if i have to install mod_wsgi, which is not installed by default, or i have &quot;only&quot; to follow those steps explained here:<br />
<br />
[<a href="http://www.imladris.com/Scripts/PythonForWindows.html" rel="nofollow" >www.imladris.com</a>]<br />
<br />
I'm not so exeprienced with apache, so i've tried both those things without success. I assume i shouldn't use a python cgi till i don't have more experience (security bla) but, however, it's good to know it for the next time because, even if at the moment i could even build the whole work in php, i would like to use a python framework for the next project so i will have to clarify my ideas if to use EasyPhp or an other testing server.<br />
<br />
Let me know<br />
Tnks]]></description>
            <dc:creator>tab1ta</dc:creator>
            <category>EasyPHP 5.2.10</category>
            <pubDate>Fri, 06 Aug 2010 23:45:04 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/19/147183/147183/_subject_#msg-147183</guid>
            <title>MySQL failed on DOS command (no replies)</title>
            <link>http://www.easyphp.org/forums/19/147183/147183/_subject_#msg-147183</link>
            <description><![CDATA[ Dear All,<br />
Please help me to configure on this easyPHP 5.3.2i. <br />
<br />
When I tried to run PHP from dos command, it's failed to connect to MySQL with messages:<br />
Fatal error: Call to undefined function mysql_connect() on line ...<br />
<br />
It's work fine when I call it with browser.<br />
<br />
Any Idea to solved it. It's work before on easyPHP 1.8<br />
<br />
Regards...]]></description>
            <dc:creator>Tonny</dc:creator>
            <category>EasyPHP 5.3.2i</category>
            <pubDate>Fri, 06 Aug 2010 06:16:51 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/19/147180/147180/_subject_#msg-147180</guid>
            <title>missing dll : php_mssql.dll (no replies)</title>
            <link>http://www.easyphp.org/forums/19/147180/147180/_subject_#msg-147180</link>
            <description><![CDATA[ The dll for sqlserver is not install withh this version and the old dll version of the dll is not working. php_mssql.dll]]></description>
            <dc:creator>Ricardo Manigat</dc:creator>
            <category>EasyPHP 5.3.2i</category>
            <pubDate>Thu, 05 Aug 2010 23:19:42 +0200</pubDate>
        </item>
    </channel>
</rss>
