-
Posted to
IIS 7 - FastCGI Module
by
v-edsojo
on
06-11-2009, 2:53 PM
Hi, here is an article that explains how to work with differents php.ini in IIS7:
http://eng.eduardosojo.com/differents-phpini-config-file-for-each-websit
Regards,
-
Posted to
IIS 7 - FastCGI Module
by
v-edsojo
on
04-22-2009, 12:44 PM
You´re right Kanwal...
Part of the explanation on iis.net (http://rurl.me/ws85):
Specifying php.ini location
When the PHP process starts it determines the location of the configuration php.ini file by using various settings. The PHP documentation provides detailed description of the PHP start up process. Note that one of the places where PHP ...
-
Posted to
IIS 7 - FastCGI Module
by
v-edsojo
on
04-21-2009, 4:11 PM
Hi.
The problem is that for php compiler you have to use is -c <php.ini_file_path> but it only works for php.exe not for php-cgi.exe
I had to use php.exe instead of php-cgi.exe and in my website´s handler mapping i configured php extension using "C:\<php_root>\php.exe"|-c <new_php.ini_file_path>
You ...
-
Posted to
Web Platform Installer
by
v-edsojo
on
04-13-2009, 8:47 AM
Good job guys. Thanks.
-
Posted to
IIS 7.0 - PowerShell
by
v-edsojo
on
03-30-2009, 12:29 PM
Hi, did you try your code directly on Powershell console?
IIS Extension for powershell always list complete content based on your query.
-
Posted to
Web Platform Installer
by
v-edsojo
on
02-17-2009, 2:53 PM
Microsoft is working in a new era of interoperability technologies so i think you should take in consider add to this tool the posibility to install:
- PHP (now is easier http://blogs.iis.net/ruslany/archive/2009/02/12/windows-installer-for-php-5-2-9-rc-and-php-5-3-beta.aspx)
- Perl, Ruby, Python (FastCGI can be possible this)
- It should be ...
-
Posted to
IIS 7 - FastCGI Module
by
v-edsojo
on
10-26-2008, 4:20 PM
Hi, i have two questions about it:
1. I did not find the file %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs. Where do i find it?
2. These environment have been working fine until few days ago. Why does not work now?
Thanks in advanced.
-
Posted to
IIS 7 - FastCGI Module
by
v-edsojo
on
10-25-2008, 10:12 PM
Hi everybody, i have a testing environment to prove web applications developed with PHP5 via IIS7. This environment was configured following instructions in the link http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70 and it worked fine.
The problem is that nowadays is not working and i've tried to ...
-
Posted to
Web Platform Installer
by
v-edsojo
on
10-10-2008, 11:02 AM
Hi, You are doing a good job with this tool. I think it would be great that Web PI could cover both scenarios, developer and servers.
For developers, it should include:
Tools
Visual Studio 2008 Express
SQL Server 2005 and 2008 express
SQL Server Driver for PHP
MySQL 5.x
MySQL driver for .NET ...
-
Posted to
Web Platform Installer
by
v-edsojo
on
10-09-2008, 10:53 AM
Hi everybody, due to MWPI could be a good tool to start servers configuration for hosters, i have two questions:
1. I would like to know if it is planning to include many other software such as:
.Net Framework 2.0
.Net Framework 3.0
ASP.NET AJAX Extension
SQL Server 2005
FastCGI
PHP framework
Perl ...